Files
everything-is-suitable/everything-is-suitable-uniapp/src/manifest.json
T
张翔 0c9a4ac96b feat: 添加 UniApp 核心源码文件
- App.vue 应用入口
- algorithms/ 算法模块(黄历、紫微斗数、运势、日历等)
- services/ 业务服务层
- utils/ 工具函数(storage、exportImport)
- 配置文件(manifest.json、pages.json、vite.config.ts)
- H5 入口 index.html
2026-04-29 21:15:55 +08:00

51 lines
1.2 KiB
JSON

{
"name": "万事宜",
"appid": "__UNI__WANYISHI",
"description": "中国传统文化研究工具 - 紫微斗数/黄历/运势分析",
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": false,
"app-plus": {
"distribute": {
"android": {
"targetSdkVersion": 33,
"minSdkVersion": 21,
"abiFilters": ["armeabi-v7a", "arm64-v8a"],
"permissions": {
"<uses-permission android:name=\"android.permission.INTERNET\"/>": false
}
},
"ios": {
"privacyDescription": {
"NSPrivacyTracking": false,
"NSPrivacyCollectedDataTypes": []
}
},
"splashscreen": {
"autoclose": true,
"waiting": true
}
},
"privacy": {
"prompt": "template",
"template": {
"title": "隐私政策",
"message": "本应用所有数据存储在本地设备,不收集任何用户信息。应用无需网络连接即可正常使用。"
}
}
},
"h5": {
"title": "万事宜",
"router": {
"mode": "hash"
}
},
"mp-weixin": {
"appid": "",
"setting": {
"urlCheck": false
},
"usingComponents": true
}
}