UNPKG

693 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const platforms = [
4 {
5 buildType: 'wx',
6 des: '微信小程序',
7 isDefault: true
8 },
9 {
10 buildType: 'qq',
11 des: 'QQ小程序'
12 },
13 {
14 buildType: 'ali',
15 des: '支付宝小程序'
16 },
17 {
18 buildType: 'bu',
19 des: '百度智能小程序'
20 },
21 {
22 buildType: 'tt',
23 des: '头条小程序'
24 },
25 {
26 buildType: 'quick',
27 des: '快应用'
28 },
29 {
30 buildType: 'h5',
31 des: 'H5'
32 },
33 {
34 buildType: '360',
35 des: '360小程序'
36 }
37];
38exports.default = platforms;