chore: 移除NFC/蓝牙相关支持,更新设备在线统计,新增功能优化
1. 移除NFC和蓝牙相关依赖、权限及功能代码,精简传输链路 2. 重构设备在线统计逻辑,使用后端7天活跃字段替代本地计算 3. 更新应用名称、权限说明和协议文档 4. 新增消息转发、缓存管理、医疗免责提示功能 5. 优化运势模块和字体管理文案,修复构建日志问题
This commit is contained in:
@@ -140,7 +140,6 @@ class AndroidConfigChecker:
|
||||
|
||||
optional = {
|
||||
"android.permission.VIBRATE": "震动反馈",
|
||||
"android.permission.NFC": "NFC功能",
|
||||
}
|
||||
for perm, desc in optional.items():
|
||||
if perm in permissions:
|
||||
|
||||
Reference in New Issue
Block a user