chore: 移除NFC/蓝牙相关支持,更新设备在线统计,新增功能优化
1. 移除NFC和蓝牙相关依赖、权限及功能代码,精简传输链路 2. 重构设备在线统计逻辑,使用后端7天活跃字段替代本地计算 3. 更新应用名称、权限说明和协议文档 4. 新增消息转发、缓存管理、医疗免责提示功能 5. 优化运势模块和字体管理文案,修复构建日志问题
This commit is contained in:
@@ -66,6 +66,16 @@ Route::rule([
|
||||
'api/user_security/cancelDeletion' => 'api/UserSecurity/cancelDeletion',
|
||||
]);
|
||||
|
||||
// OAuth社交登录
|
||||
Route::rule([
|
||||
'api/oauth/config' => 'api/Oauth/config',
|
||||
'api/oauth/login' => 'api/Oauth/login',
|
||||
'api/oauth/bind' => 'api/Oauth/bind',
|
||||
'api/oauth/unbind' => 'api/Oauth/unbind',
|
||||
'api/oauth/bound' => 'api/Oauth/bound',
|
||||
'api/oauth/install' => 'api/Oauth/install',
|
||||
]);
|
||||
|
||||
// 用户中心接口
|
||||
Route::rule([
|
||||
'api/user_center/index' => 'api/UserCenter/index',
|
||||
|
||||
Reference in New Issue
Block a user