Blame view

package.json 476 Bytes
1f3f2378   起风了   我的第一次
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  {

      "id": "xy-customhead",

      "name": "customhead自定义导航栏",

      "version": "1.0.0",

      "description": "自定义导航栏 支持App,h5,微信小程序,自定义文字,按钮,背景色,带搜索",

      "keywords": [

          "自定义导航栏"

      ],

      "dependencies": {

          "crypto-js": "^4.2.0",

          "uview-ui": "^2.0.36"

      },

      "devDependencies": {

          "sass": "^1.67.0",

          "sass-loader": "^10.4.1"

      }

  }