config.json 5.7 KB
Newer Older
M
mamingshuai 已提交
1 2 3 4 5
{
  "app": {
    "bundleName": "com.example.aceceshi",
    "vendor": "example",
    "version": {
J
jiyong 已提交
6 7
      "code": 1000000,
      "name": "1.0.0"
L
luozhewen 已提交
8 9 10 11
    },
    "apiVersion": {
      "compatible": 4,
      "target": 5
M
mamingshuai 已提交
12 13 14 15
    }
  },
  "deviceConfig": {},
  "module": {
J
jiyong 已提交
16 17 18
    "package": "com.example.aceceshi",
    "name": ".MyApplication",
    "mainAbility": "com.example.aceceshi.MainAbility",
M
mamingshuai 已提交
19
    "deviceType": [
J
jiyong 已提交
20
      "phone"
M
mamingshuai 已提交
21 22 23
    ],
    "distro": {
      "deliveryWithInstall": true,
J
jiyong 已提交
24
      "moduleName": "entry",
J
jiyong 已提交
25 26
      "moduleType": "entry",
      "installationFree": false
M
mamingshuai 已提交
27 28 29
    },
    "abilities": [
      {
J
jiyong 已提交
30 31 32 33 34 35 36 37 38 39 40
        "skills": [
          {
            "entities": [
              "entity.system.home"
            ],
            "actions": [
              "action.system.home"
            ]
          }
        ],
        "name": "com.example.aceceshi.MainAbility",
M
mamingshuai 已提交
41
        "icon": "$media:icon",
J
jiyong 已提交
42 43 44
        "description": "$string:mainability_description",
        "label": "$string:entry_MainAbility",
        "type": "page",
J
jiyong 已提交
45
        "launchType": "standard",
B
bayanxing 已提交
46 47
        "visible": true,
        "configChanges": ["orientation"]
M
mamingshuai 已提交
48 49 50 51
      }
    ],
    "js": [
      {
J
jiyong 已提交
52 53 54
        "pages": [
          "pages/index/index",
          "pages/routerPush/index",
L
luffy505 已提交
55
          "pages/routerReplace/index",
B
bayanxing 已提交
56
          "pages/button/router/index",
B
bayanxing 已提交
57
          "pages/chart/router/index",
J
jiyong_sd 已提交
58 59 60
          "pages/input/prop/index",
          "pages/input/router/index",
          "pages/input/style/index",
B
bayanxing 已提交
61
          "pages/slider/index",
B
bayanxing 已提交
62 63
          "pages/text/router/index",
          "pages/text/prop/index",
B
bayanxing 已提交
64
          "pages/divider/router/index",
B
bayanxing 已提交
65
          "pages/image/router/index",
B
bayanxing 已提交
66 67
          "pages/label/router/index",
          "pages/label/prop/index",
J
jiyong_sd 已提交
68 69 70 71
          "pages/rating/prop/index",
          "pages/rating/router/index",
          "pages/search/router/index",
          "pages/search/prop/index",
B
bayanxing 已提交
72
          "pages/toolbar/index",
J
jiyong_sd 已提交
73 74
          "pages/textarea/prop/index",
          "pages/textarea/router/index",
B
bayanxing 已提交
75 76 77
          "pages/menu/router/index",
          "pages/span/router/index",
          "pages/switch/router/index",
B
bayanxing 已提交
78
          "pages/toggle/index",
B
bayanxing 已提交
79 80 81 82 83 84
          "pages/option/router/index",
          "pages/option/prop/index",
          "pages/picker/router/index",
          "pages/picker/prop/index",
          "pages/pickerView/router/index",
          "pages/pickerView/prop/index",
B
bayanxing 已提交
85 86
          "pages/piece/router/index",
          "pages/piece/prop/index",
B
bayanxing 已提交
87 88
          "pages/progress/router/index",
          "pages/progress/prop/index",
B
bayanxing 已提交
89
          "pages/qrcode/index",
J
jiyong_sd 已提交
90 91
          "pages/select/prop/index",
          "pages/select/router/index",
B
bayanxing 已提交
92
          "pages/div/router/index",
B
bayanxing 已提交
93 94 95 96 97 98 99 100 101 102 103 104
          "pages/badge/router/index",
          "pages/badge/prop/index",
          "pages/dialog/router/index",
          "pages/dialog/prop/index",
          "pages/form/router/index",
          "pages/form/prop/index",
          "pages/list/router/index",
          "pages/list/prop/index",
          "pages/listItem/router/index",
          "pages/listItem/prop/index",
          "pages/listItemGroup/router/index",
          "pages/listItemGroup/prop/index",
J
jiyong_sd 已提交
105 106 107 108
          "pages/marquee/router/index",
          "pages/marquee/prop/index",
          "pages/imageAnimator/prop/index",
          "pages/imageAnimator/router/index",
B
bayanxing 已提交
109 110
          "pages/panel/router/index",
          "pages/panel/prop/index",
B
bayanxing 已提交
111 112 113 114
          "pages/popup/router/index",
          "pages/popup/prop/index",
          "pages/refresh/router/index",
          "pages/refresh/prop/index",
B
bayanxing 已提交
115 116
          "pages/stack/router/index",
          "pages/stack/prop/index",
B
bayanxing 已提交
117 118 119 120
          "pages/stepper/router/index",
          "pages/stepper/prop/index",
          "pages/stepperItem/router/index",
          "pages/stepperItem/prop/index",
B
bayanxing 已提交
121 122
          "pages/swiper/router/index",
          "pages/swiper/prop/index",
B
bayanxing 已提交
123 124 125 126 127 128
          "pages/tabs/router/index",
          "pages/tabs/prop/index",
          "pages/tab-bar/router/index",
          "pages/tab-bar/prop/index",
          "pages/tab-content/router/index",
          "pages/tab-content/prop/index",
B
bayanxing 已提交
129
          "pages/svg_text/index",
S
shenchunping 已提交
130 131 132 133
          "pages/video/prop/index",
          "pages/video/router/index",
          "pages/gridContainer/prop/index",
          "pages/gridContainer/router/index",
B
bayanxing 已提交
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
          "pages/gridRow/index",
          "pages/gridCol/index",
          "pages/canvas/index",
          "pages/obj_CanvasRenderingContext2D/index",
          "pages/obj_Image/index",
          "pages/obj_CanvasGradient/index",
          "pages/obj_ImageData/index",
          "pages/obj_Path2D/index",
          "pages/obj_ImageBitmap/index",
          "pages/obj_OffscreenCanvas/index",
          "pages/obj_OffscreenCanvasRenderingContext2D/index",
          "pages/svg/index",
          "pages/rect/index",
          "pages/circle/index",
          "pages/ellipse/index",
          "pages/path/index",
          "pages/line/index",
          "pages/polyline/index",
          "pages/polygon/index",
          "pages/animate/index",
          "pages/animateMotion/index",
          "pages/animateTransform/index",
          "pages/textPath/index",
B
bayanxing 已提交
157 158
          "pages/tspan/index",
          "pages/div/prop/index",
B
bayanxing 已提交
159 160
          "pages/div/style/index",
          "pages/divider/prop/index",
B
bayanxing 已提交
161 162 163 164 165
          "pages/button/prop/index",
          "pages/chart/prop/index",
          "pages/image/prop/index",
          "pages/span/prop/index",
          "pages/menu/prop/index",
J
jiyong_sd 已提交
166 167
          "pages/switch/prop/index",
          "pages/slider/prop/index"
J
jiyong 已提交
168 169 170 171 172 173
        ],
        "name": "default",
        "window": {
          "designWidth": 720,
          "autoDesignWidth": true
        }
M
mamingshuai 已提交
174 175 176 177
      }
    ]
  }
}