xgqfrms / uni-app-in-action

uni-app 实战
MIT License
0 stars 0 forks source link

manifest.json & appid & logo #7

Open xgqfrms opened 3 years ago

xgqfrms commented 3 years ago

manifest.json & appid & logo

manifest.json 文件是应用的配置文件,用于指定应用的名称、图标、权限等。

HBuilderX 创建的工程此文件在根目录,CLI 创建的工程此文件在 src 目录。

https://uniapp.dcloud.io/collocation/manifest

appid

https://dev.dcloud.net.cn/app/index?type=0

https://ask.dcloud.net.cn/article/35907

xgqfrms commented 3 years ago

https://ask.dcloud.net.cn/article/35979

"quickapp-webview": {// 快应用通用配置
  "icon": "/static/logo.png",
  "package": "com.example.demo",
  "versionName": "1.0.0",
  "versionCode": 100
},
xgqfrms commented 3 years ago

https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/app-icon/

xgqfrms commented 3 years ago

https://ask.dcloud.net.cn/article/37474

https://ask.dcloud.net.cn/article/35527

https://ask.dcloud.net.cn/article/37475

xgqfrms commented 3 years ago

https://uniapp.dcloud.io/collocation/manifest?id=app-plus

https://uniapp.dcloud.io/collocation/manifest?id=splashscreen