您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 620B

123456789101112131415161718192021222324
  1. {
  2. "id": "ua-navbar",
  3. "name": "navbar自定义导航条",
  4. "version": "v1.1.0",
  5. "description": "uniapp多端自定义顶部导航栏组件。支持自定义背景色、标题颜色、标题居中、是否固定、背景沉浸式透明、层级等功能。",
  6. "keywords": [
  7. "ua-navbar",
  8. "navbar",
  9. "导航条",
  10. "导航栏",
  11. "topbar"
  12. ],
  13. "dependencies": {
  14. "base64-js": "^1.5.1",
  15. "echarts": "^5.4.2",
  16. "image-tools": "^1.4.0",
  17. "js-base64": "^2.6.4",
  18. "text-decoding": "^1.0.0"
  19. },
  20. "devDependencies": {
  21. "@babel/core": "^7.22.9",
  22. "@babel/preset-env": "^7.22.9"
  23. }
  24. }