manifest.json 16 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423
{
    "@platforms" : [ "android", "iPhone", "iPad" ],
    "id" : "H569465D3", /*应用的标识,创建应用时自动生成,勿手动修改*/
    "name" : "spd-药品物流管理系统", /*应用名称,程序桌面图标名称*/
    "version" : {
        "name" : "1.0.4", /*应用版本名称*/
        "code" : "83"
    },
    "description" : "", /*应用描述信息*/
    "icons" : {
        "72" : "icon.png"
    },
    "launch_path" : "container/index.html", /*应用的入口页面,默认为根目录下的index.html;支持网络地址,必须以http://或https://开头*/
    "developer" : {
        "name" : "", /*开发者名称*/
        "email" : "", /*开发者邮箱地址*/
        "url" : "http://www.dcloud.io"
    },
    "permissions" : {
        "Cache" : {
            "description" : "管理应用缓存"
        },
        "Console" : {
            "description" : "跟踪调试输出日志"
        },
        
        "Events" : {
            "description" : "应用扩展事件"
        }
    },
    "plus" : {
        "splashscreen" : {
            "autoclose" : true, /*是否自动关闭程序启动界面,true表示应用加载应用入口页面后自动关闭;false则需调plus.navigator.closeSplashscreen()关闭*/
            "waiting" : false,"delay":"2500"
        },
        "runmode" : "liberate", /*应用的首次启动运行模式,可取liberate或normal,liberate模式在第一次启动时将解压应用资源(Android平台File API才可正常访问_www目录)*/
        "signature" : "Sk9JTiBVUyBtYWlsdG86aHIyMDEzQGRjbG91ZC5pbw==", /*可选,保留给应用签名,暂不使用*/
        "distribute" : {
            "apple" : {
                "appid" : "", /*iOS应用标识,苹果开发网站申请的appid,如io.dcloud.HelloH5*/
                "mobileprovision" : "", /*iOS应用打包配置文件*/
                "password" : "", /*iOS应用打包个人证书导入密码*/
                "p12" : "", /*iOS应用打包个人证书,打包配置文件关联的个人证书*/
                "devices" : "universal", /*iOS应用支持的设备类型,可取值iphone/ipad/universal*/
                "frameworks" : []
            },
            "google" : {
                "packagename" : "", /*Android应用包名,如io.dcloud.HelloH5*/
                "keystore" : "", /*Android应用打包使用的密钥库文件*/
                "password" : "", /*Android应用打包使用密钥库中证书的密码*/
                "aliasname" : "", /*Android应用打包使用密钥库中证书的别名*/
                "permissions" : ["<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>","<uses-permission android:name=\"com.android.launcher.permission.INSTALL_SHORTCUT\"/>","<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.CALL_PHONE\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-feature android:name=\"android.hardware.camera\"/>","<uses-permission android:name=\"com.android.launcher.permission.UNINSTALL_SHORTCUT\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>"]
            },
            "orientation" : [ "portrait-primary", "portrait-secondary" ], /*应用支持的方向,portrait-primary:竖屏正方向;portrait-secondary:竖屏反方向;landscape-primary:横屏正方向;landscape-secondary:横屏反方向*/
            "icons" : {
                "ios" : {
                    "prerendered" : true, /*应用图标是否已经高亮处理,在iOS6及以下设备上有效*/
                     /*应用图标,分辨率:512x512,用于自动生成各种尺寸程序图标*/
                    "iphone" : {
                        "normal" : "", /*iPhone普通屏幕程序图标,分辨率:57x57*/
                        "retina" : "", /*iPhone高分屏程序图标,分辨率:114x114*/
                         /*iPhone iOS7高分屏程序图标,分辨率:120x120*/
                        "spotlight-normal" : "", /*iPhone Spotlight搜索程序图标,分辨率:29x29*/
                        "spotlight-retina" : "", /*iPhone高分屏Spotlight搜索程序图标,分辨率:58x58*/
                         /*iPhone iOS7高分屏Spotlight搜索程序图标,分辨率:80x80*/
                        "settings-normal" : "", /*iPhone设置页面程序图标,分辨率:29x29*/
                        "app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","settings@3x":"unpackage/res/icons/87x87.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png","notification@3x":"unpackage/res/icons/60x60.png","notification@2x":"unpackage/res/icons/40x40.png"
                    },
                    "ipad" : {
                        "normal" : "", /*iPad普通屏幕程序图标,分辨率:72x72*/
                        "retina" : "", /*iPad高分屏程序图标,分辨率:144x144*/
                         /*iPad iOS7程序图标,分辨率:76x76*/
                         /*iPad iOS7高分屏程序图标,分辨率:152x152*/
                        "spotlight-normal" : "", /*iPad Spotlight搜索程序图标,分辨率:50x50*/
                        "spotlight-retina" : "", /*iPad高分屏Spotlight搜索程序图标,分辨率:100x100*/
                         /*iPad iOS7 Spotlight搜索程序图标,分辨率:40x40*/
                         /*iPad iOS7高分屏Spotlight搜索程序图标,分辨率:80x80*/
                         /*iPad设置页面程序图标,分辨率:29x29*/
                        "app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","settings":"unpackage/res/icons/29x29.png","proapp@2x":"unpackage/res/icons/167x167.png","spotlight":"unpackage/res/icons/40x40.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight@2x":"unpackage/res/icons/80x80.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png"
                    },"appstore":"unpackage/res/icons/1024x1024.png"
                },
                "android" : {
                    "mdpi" : "unpackage/res/icons/48x48.png", /*普通屏程序图标,分辨率:48x48*/
                    "ldpi" : "unpackage/res/icons/48x48.png", /*大屏程序图标,分辨率:48x48*/
                    "hdpi" : "unpackage/res/icons/72x72.png", /*高分屏程序图标,分辨率:72x72*/
                    "xhdpi" : "unpackage/res/icons/96x96.png", /*720P高分屏程序图标,分辨率:96x96*/
                    "xxhdpi" : "unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"
                }
            },
            "splashscreen" : {
                "ios" : {
                    "iphone" : {
                        "default" : "", /*iPhone3启动图片选,分辨率:320x480*/
                        "retina35" : "", /*3.5英寸设备(iPhone4)启动图片,分辨率:640x960*/
                        "retina40" : ""
                    },
                    "ipad" : {
                        "portrait" : "C:/Users/w9292/Desktop/start.png", /*iPad竖屏启动图片,分辨率:768x1004*/
                         /*iPad高分屏竖屏图片,分辨率:1536x2008*/
                        "landscape" : "", /*iPad横屏启动图片,分辨率:1024x748*/
                         /*iPad高分屏横屏启动图片,分辨率:2048x1496*/
                        "portrait7" : "", /*iPad iOS7竖屏启动图片,分辨率:768x1024*/
                        "portrait-retina7" : "", /*iPad iOS7高分屏竖屏图片,分辨率:1536x2048*/
                        "landscape7" : "", /*iPad iOS7横屏启动图片,分辨率:1024x768*/
                        "landscape-retina7" : ""
                    }
                },
                "android" : {
                    "mdpi" : "", /*普通屏启动图片,分辨率:240x282*/
                    "ldpi" : "", /*大屏启动图片,分辨率:320x442*/
                    "hdpi" : "assest/start-480x762.png", /*高分屏启动图片,分辨率:480x762*/
                    "xhdpi" : "assest/start720x1242.png", /*720P高分屏启动图片,分辨率:720x1242*/
                    "xxhdpi" : "assest/start-1080x1882.png"
                }
            }
        },"adid":"124744180309"
    },
	"dependencies": {
		"pages": {
			"container/acceptance/acc_list.html": {
				"resources": [],
				"refer": [
					"container/acceptance/acc_detail.html",
					"container/acceptance/acc_batch.html",
					"container/result/index.html",
					"container/commonPages/searchPage.html"
				],
				"priority": 0
			},
			"container/acceptance/index.html": {
				"resources": [],
				"refer": [
					"container/acceptance/acc_list.html",
					"container/commonPages/qrcode.html",
					"container/commonPages/searchPage.html",
					"container/acceptance/acc_detail.html",
					"container/acceptance/acc_not_list.html"
				],
				"priority": 0
			},
			"container/home/index.html": {
				"resources": [
					"js/utils.js",
					"css/home.css",
					"js/mui.pullToRefresh.js",
					"js/common.js",
					"js/mui.pullToRefresh.material.js",
					"js/template-web.js",
					"js/request.js",
					"js/mui.js",
					"tpl/message.html"
				],
				"refer": [
					"container/pickingOff/index.html",
					"container/home/tips.html",
					"container/acceptance/index.html",
					"container/grounding/index.html",
					"container/stockQuery/index.html",
					"container/check/index.html",
					"container/home/profile.html",
					"container/commonPages/qrcode.html",
					"container/basicMedicine/index.html"
				],
				"priority": 0
			},
			"container/grounding/index.html": {
				"resources": [],
				"refer": [
					"container/grounding/ground_list.html",
					"container/commonPages/qrcode.html",
					"container/commonPages/searchPage.html",
					"container/commonPages/searchCode.html",
					"container/grounding/ground_not_list.html"
				],
				"priority": 0
			},
			"container/grounding/ground_list.html": {
				"resources": [],
				"refer": [
					"container/grounding/ground_detail.html",
					"container/grounding/ground_batch.html",
					"container/result/index.html",
					"container/commonPages/searchPage.html"
				],
				"priority": 0
			},
			"container/pickingOff/index.html": {
				"resources": [],
				"refer": [
					"container/pickingOff/pickingOffList.html",
					"container/commonPages/qrcode.html",
					"container/commonPages/searchPage.html",
					"container/pickingOff/pickingOffListUn.html"
				],
				"priority": 0
			},
			"container/stockQuery/index.html": {
				"resources": [],
				"refer": [
					"container/stockQuery/details.html",
					"container/commonPages/searchPage.html"
				],
				"priority": 0
			},
			"container/check/index.html": {
				"resources": [
					"container/check/subIndex.html"
				],
				"refer": [
					"container/check/checkList.html",
					"container/check/index.html"
				],
				"priority": 0
			},
			"container/check/checkList.html": {
				"resources": [],
				"refer": [
					"container/check/checkDetails.html"
				],
				"priority": 0
			},
			"container/acceptance/acc_detail.html": {
				"resources": [],
				"refer": [
					"container/Result/index.html",
					"container/result/index.html"
				],
				"priority": 0
			},
			"container/pickingOff/pickingOffList.html": {
				"resources": [],
				"refer": [
					"container/pickingOff/pickingOffDetails.html",
					"container/pickingOff/picking_batch.html",
					"container/result/index.html",
					"container/commonPages/searchPage.html"
				],
				"priority": 0
			},
			"container/login/login.html": {
				"resources": [],
				"refer": [
					"container/login/main.html",
					"container/login/forget_password.html",
					"container/login/reg.html",
					"container/home/index.html"
				],
				"priority": 0
			},
			"container/guide.html": {
				"resources": [],
				"refer": [
					"container/login/login.html",
					"container/login/index.html"
				],
				"priority": 0
			},
			"container/login/index.html": {
				"resources": [],
				"refer": [
					"container/home/index.html"
				],
				"priority": 0
			},
			"container/index.html": {
				"resources": [],
				"refer": [
					"container/guide.html",
					"container/login/index.html"
				],
				"priority": 0
			},
			"container/commonPages/qrcode.html": {
				"resources": [],
				"refer": [
					"container/acceptance/acc_list.html"
				],
				"priority": 0
			},
			"container/acceptance/acc_batch.html": {
				"resources": [],
				"refer": [
					"container/result/index.html"
				],
				"priority": 0
			},
			"container/grounding/ground_batch.html": {
				"resources": [],
				"refer": [
					"container/result/index.html"
				],
				"priority": 0
			},
			"container/pickingOff/picking_batch.html": {
				"resources": [],
				"refer": [
					"container/result/index.html"
				],
				"priority": 0
			},
			"container/pickingOff/pickingOffDetails.html": {
				"resources": [],
				"refer": [
					"container/result/index.html"
				],
				"priority": 0
			},
			"container/check/checkDetails.html": {
				"resources": [],
				"refer": [
					"container/result/index.html"
				],
				"priority": 0
			},
			"container/grounding/ground_detail.html": {
				"resources": [],
				"refer": [
					"container/result/index.html"
				],
				"priority": 0
			},
			"container/basicMedicine/index.html": {
				"resources": [],
				"refer": [
					"container/basicMedicine/acc_list.html",
					"container/basicMedicine/basic_acc_list.html"
				],
				"priority": 0
			},
			"container/basicMedicine/acc_list.html": {
				"resources": [],
				"refer": [
					"container/basicMedicine/acc_detail.html",
					"container/basicMedicine/basic_acc_batch.html",
					"container/commonPages/searchPage.html"
				],
				"priority": 0
			},
			"container/basicMedicine/acc_detail.html": {
				"resources": [],
				"refer": [
					"container/result/index.html"
				],
				"priority": 0
			},
			"container/basicMedicine/basic_acc_list.html": {
				"resources": [],
				"refer": [
					"container/commonPages/searchPage.html"
				],
				"priority": 0
			},
			"container/home/profile.html": {
				"resources": [],
				"refer": [
					"container/login/index.html"
				],
				"priority": 0
			},
			"container/acceptance/acc_not_list.html": {
				"resources": [],
				"refer": [
					"container/acceptance/acc_detail.html",
					"container/commonPages/searchPage.html",
					"container/acceptance/acc_batch.html"
				],
				"priority": 0
			},
			"container/grounding/ground_not_list.html": {
				"resources": [],
				"refer": [
					"container/grounding/ground_detail.html",
					"container/grounding/ground_batch.html",
					"container/commonPages/searchPage.html"
				],
				"priority": 0
			},
			"container/pickingOff/pickingOffListUn.html": {
				"resources": [],
				"refer": [
					"container/commonPages/searchPage.html"
				],
				"priority": 0
			}
		},
		"idle": {
			"resources": [
				"tpl/ground_card.html",
				"container/check/list_tpl.html",
				"container/acceptance/detail_tpl.html",
				"container/grounding/list_tpl.html",
				"tpl/list.html",
				"tpl/tips.html",
				"container/pickingOff/list_tpl.html",
				"images/icon_query.png",
				"tpl/check_card.html",
				"tpl/pickOff_card_index.html",
				"tpl/acceptance_card.html",
				"fonts/mui.ttf",
				"images/icon_check_before_acceptance.png",
				"container/stockQuery/details_view.html",
				"assest/success.svg",
				"css/mui.css",
				"images/icon_inventory.png",
				"container/check/detail_tpl.html",
				"index.html",
				"images/icon_grounding.png",
				"css/themes.css",
				"css/index_view.css",
				"container/grounding/detail_tpl.html",
				"container/Result/success_tpl.html",
				"js/mui.min.js",
				"images/icon_lower_frame.png",
				"container/pickingOff/detail_tpl.html",
				"tpl/stockQuery_card.html",
				"css/check.css",
				"test2.html",
				"container/acceptance/list_tpl.html",
				"css/mui.min.css"
			]
		}
	}
}