{ "id": "ua-navbar", "name": "navbar自定义导航条", "version": "v1.1.0", "description": "uniapp多端自定义顶部导航栏组件。支持自定义背景色、标题颜色、标题居中、是否固定、背景沉浸式透明、层级等功能。", "keywords": [ "ua-navbar", "navbar", "导航条", "导航栏", "topbar" ], "dependencies": { "base64-js": "^1.5.1", "cross-env": "^7.0.3", "echarts": "^5.4.2", "image-tools": "^1.4.0", "increase-memory-limit": "^1.0.7", "js-base64": "^2.6.4", "sm-crypto": "^0.3.13", "text-decoding": "^1.0.0", "vue-buffer": "0.0.1" }, "devDependencies": { "@babel/core": "^7.22.9", "@babel/preset-env": "^7.22.9" }, "uni-app": { "scripts": { "development": { "title": "微信小程序—测试环境", "env": { "ENV_TYPE": "development", "UNI_PLATFORM": "mp-weixin" }, "define": { "MP-WEIXIN": true } }, "production": { "title": "微信小程序—生产环境", "env": { "ENV_TYPE": "production", "UNI_PLATFORM": "mp-weixin" }, "define": { "MP-WEIXIN": true } } } } }