This commit is contained in:
wyf
2025-08-14 09:52:10 +08:00
parent 5e9111ca41
commit bc4a07c4fa
21 changed files with 394 additions and 86 deletions

View File

@@ -30,4 +30,14 @@ class CommonVariables {
["蓝牙权限说明".tr, "搜索链接附近的蓝牙设备".tr],
["附近设备权限说明".tr, "搜索链接附近的蓝牙设备".tr]
];
List locationpermissionInfo = [
["位置权限说明".tr, "获得位置信息以便获取天气情况".tr],
];
List bluetoothpermissionInfo = [
["位置权限说明".tr, "获得位置信息,连接附近的蓝牙设备".tr],
["蓝牙权限说明".tr, "搜索链接附近的蓝牙设备".tr],
["附近设备权限说明".tr, "搜索链接附近的蓝牙设备".tr]
];
}