config.json 3.9 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 56 57 58
          "pages/routerReplace/index",
          "pages/button/index",
          "pages/chart/index",
          "pages/input/index",
B
bayanxing 已提交
59 60 61 62 63 64 65 66 67 68
          "pages/slider/index",
          "pages/text/index",
          "pages/divider/index",
          "pages/image/index",
          "pages/label/index",
          "pages/rating/index",
          "pages/search/index",
          "pages/toolbar/index",
          "pages/textarea/index",
          "pages/menu/index",
B
bayanxing 已提交
69 70 71 72 73 74 75 76 77
          "pages/span/index",
          "pages/switch/index",
          "pages/toggle/index",
          "pages/option/index",
          "pages/picker/index",
          "pages/pickerView/index",
          "pages/piece/index",
          "pages/progress/index",
          "pages/qrcode/index",
B
bayanxing 已提交
78
          "pages/select/index",
B
bayanxing 已提交
79
          "pages/div/router/index",
B
bayanxing 已提交
80 81 82 83 84 85 86 87 88 89 90 91 92 93
          "pages/badge/index",
          "pages/dialog/index",
          "pages/form/index",
          "pages/list/index",
          "pages/listItem/index",
          "pages/listItemGroup/index",
          "pages/marquee/index",
          "pages/imageAnimator/index",
          "pages/panel/index",
          "pages/popup/index",
          "pages/refresh/index",
          "pages/stack/index",
          "pages/stepper/index",
          "pages/swiper/index",
B
bayanxing 已提交
94 95
          "pages/tabs/index",
          "pages/tab-bar/index",
B
bayanxing 已提交
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
          "pages/tab-content/index",
          "pages/svg_text/index",
          "pages/video/index",
          "pages/gridContainer/index",
          "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 已提交
123 124 125
          "pages/tspan/index",
          "pages/div/prop/index",
          "pages/div/style/index"
J
jiyong 已提交
126 127 128 129 130 131
        ],
        "name": "default",
        "window": {
          "designWidth": 720,
          "autoDesignWidth": true
        }
M
mamingshuai 已提交
132 133 134 135
      }
    ]
  }
}