123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "@platforms": ["android", "iPhone", "iPad"],
- "id": "__UNI__33C5XXX",
- "name": "HelloUniapp2",
- "version": {
- "name": "1.0.0",
- "code": "100"
- },
- "description": "应用描述",
- "launch_path": "",
- "developer": {
- "name": "",
- "email": "",
- "url": ""
- },
- "permissions": {
- "OAuth": {},
- "Payment": {},
- "Push": {},
- "Share": {},
- "Speech": {},
- "VideoPlayer": {},
- "UniNView": {
- "description": "UniNView原生渲染"
- }
- },
- "plus": {
- "compatible":{
- "ignoreVersion": true
- },
- "useragent": {
- "value": "uni-app",
- "concatenate": true
- },
- "splashscreen": {
- "target": "id:1",
- "autoclose": true,
- "waiting": true,
- "delay": 0
- },
- "popGesture": "close",
- "launchwebview": {
- "id": "1",
- "kernel": "WKWebview",
- "render": "always",
- "uniNView": {
- "path": "pages/tabBar/component/component.js"
- }
- },
- "statusbar": {
- "immersed": "supportedDevice",
- "style": "light",
- "background": "#007AFF"
- },
- "usingComponents": true,
- "nvueCompiler": "uni-app",
- "compilerVersion": 3,
- "allowsInlineMediaPlayback": true,
- "safearea": {
- "background": "#F8F8F8",
- "bottom": {
- "offset": "auto"
- }
- },
- "uni-app": {
- "compilerVersion": "2.6.8",
- "control": "uni-v3",
- "nvueCompiler": "uni-app",
- "renderer": "auto",
- "nvue": {
- "flex-direction": "column"
- },
- "nvueLaunchMode": "fast"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#007AFF",
- "borderStyle": "rgba(0,0,0,0.4)",
- "backgroundColor": "#F8F8F8",
- "list": [{
- "pagePath": "pages/tabBar/component/component",
- "iconPath": "static/component.png",
- "selectedIconPath": "static/componentHL.png",
- "text": "内置组件"
- }, {
- "pagePath": "pages/tabBar/API/API",
- "iconPath": "static/api.png",
- "selectedIconPath": "static/apiHL.png",
- "text": "接口"
- }, {
- "pagePath": "pages/tabBar/extUI/extUI",
- "iconPath": "static/extui.png",
- "selectedIconPath": "static/extuiHL.png",
- "text": "扩展组件"
- }, {
- "pagePath": "pages/tabBar/template/template",
- "iconPath": "static/template.png",
- "selectedIconPath": "static/templateHL.png",
- "text": "模板"
- }],
- "height": "50px",
- "child": ["lauchwebview"]
- }
- },
- "screenOrientation": ["portrait-primary", "portrait-secondary"]
- }
|