123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- {
- "@platforms": [
- "android",
- "iPhone",
- "iPad"
- ],
- "id": "",
- "name": "python_Harmony",
- "version": {
- "name": "1.0.0",
- "code": "100"
- },
- "description": "",
- "developer": {
- "name": "",
- "email": "",
- "url": ""
- },
- "permissions": {
- "UniNView": {
- "description": "UniNView原生渲染"
- }
- },
- "plus": {
- "useragent": {
- "value": "uni-app",
- "concatenate": true
- },
- "splashscreen": {
- "target": "id:1",
- "autoclose": true,
- "waiting": true,
- "delay": 0
- },
- "popGesture": "close",
- "launchwebview": {
- "id": "1",
- "kernel": "WKWebview"
- },
- "usingComponents": true,
- "nvueStyleCompiler": "uni-app",
- "compilerVersion": 3,
- "distribute": {
- "google": {
- "permissions": [
- "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
- "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
- "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
- "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
- "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
- "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
- "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
- "<uses-permission android:name=\"android.permission.CAMERA\"/>",
- "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
- "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
- "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
- "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
- "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
- "<uses-feature android:name=\"android.hardware.camera\"/>",
- "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
- ]
- },
- "apple": {},
- "plugins": {
- "audio": {
- "mp3": {
- "description": "Android平台录音支持MP3格式文件"
- }
- }
- }
- },
- "statusbar": {
- "immersed": "supportedDevice",
- "style": "dark",
- "background": "#ffffff"
- },
- "uniStatistics": {
- "enable": false
- },
- "allowsInlineMediaPlayback": true,
- "safearea": {
- "background": "#ffffff",
- "bottom": {
- "offset": "auto"
- }
- },
- "uni-app": {
- "control": "uni-v3",
- "vueVersion": "3",
- "compilerVersion": "4.75",
- "nvueCompiler": "uni-app",
- "renderer": "auto",
- "nvue": {
- "flex-direction": "column"
- },
- "nvueLaunchMode": "normal",
- "webView": {
- "minUserAgentVersion": "49.0"
- }
- },
- "tabBar": {
- "position": "bottom",
- "color": "#999999",
- "selectedColor": "#667eea",
- "borderStyle": "rgba(255,255,255,0.4)",
- "blurEffect": "none",
- "fontSize": "10px",
- "iconWidth": "24px",
- "spacing": "3px",
- "height": "50px",
- "list": [
- {
- "pagePath": "pages/discover/discover",
- "iconPath": "/static/tabbar/discover_normal.png",
- "selectedIconPath": "/static/tabbar/discover_selected.png",
- "text": "发现"
- },
- {
- "pagePath": "pages/codebase/codebase",
- "iconPath": "/static/tabbar/codebase_normal.png",
- "selectedIconPath": "/static/tabbar/codebase_selected.png",
- "text": "代码库"
- },
- {
- "pagePath": "pages/editor/editor",
- "iconPath": "/static/tabbar/editor_normal.png",
- "selectedIconPath": "/static/tabbar/editor_selected.png",
- "text": "编辑器"
- },
- {
- "pagePath": "pages/study/study",
- "iconPath": "/static/tabbar/study_normal.png",
- "selectedIconPath": "/static/tabbar/study_selected.png",
- "text": "学习"
- },
- {
- "pagePath": "pages/profile/profile",
- "iconPath": "/static/tabbar/profile_normal.png",
- "selectedIconPath": "/static/tabbar/profile_selected.png",
- "text": "账号"
- }
- ],
- "backgroundColor": "#ffffff",
- "selectedIndex": 0,
- "shown": true,
- "child": [
- "lauchwebview"
- ],
- "selected": 0
- }
- },
- "app-harmony": {
- "useragent": {
- "value": "uni-app",
- "concatenate": true
- },
- "uniStatistics": {
- "enable": false
- },
- "safearea": {
- "background": "#ffffff",
- "bottom": {
- "offset": "auto"
- }
- }
- },
- "launch_path": "__uniappview.html"
- }
|