hookehuyr

refactor(app.config.js): 移除未使用的微信权限配置

/*
* @Date: 2025-06-28 10:33:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-02 15:16:41
* @LastEditTime: 2025-09-05 23:31:55
* @FilePath: /lls_program/src/app.config.js
* @Description: 文件描述
*/
......@@ -51,11 +51,11 @@ export default {
'scope.userLocation': {
desc: '您的位置信息将用于活动打卡和位置相关服务'
},
'scope.werun': {
desc: '您的微信运动数据将用于记录步数和健康统计'
},
'scope.userInfo': {
desc: '您的用户信息将用于个人中心和活动打卡'
}
// 'scope.werun': {
// desc: '您的微信运动数据将用于记录步数和健康统计'
// },
// 'scope.userInfo': {
// desc: '您的用户信息将用于个人中心和活动打卡'
// }
}
}
......