uniCloud.js 1.5 KB
Newer Older
D
DCloud_LXH 已提交
1 2 3 4 5
export default {
  contactItems: [
    {
      name: 'uniCloud Web控制台',
      url: 'https://unicloud.dcloud.net.cn',
study夏羽's avatar
study夏羽 已提交
6
      imageUrl: 'https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/cloud@2x.jpg'
D
DCloud_LXH 已提交
7 8
    },
    {
D
DCloud_LXH 已提交
9 10 11 12 13 14
      name: '插件市场',
      url: 'https://ext.dcloud.net.cn/',
      imageUrl: 'https://img-cdn-aliyun.dcloud.net.cn/dev/img/ext/favicon.png'
    },
    {
      name: 'ask问答社区',
D
DCloud_LXH 已提交
15
      url: 'https://ask.dcloud.net.cn/explore/',
study夏羽's avatar
study夏羽 已提交
16
      imageUrl: 'https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/d@2x.png'
D
DCloud_LXH 已提交
17 18 19 20
    },
    {
      name: 'uniAD',
      url: 'https://uniad.dcloud.net.cn',
study夏羽's avatar
study夏羽 已提交
21
      imageUrl: 'https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/uniad-520.png'
D
DCloud_LXH 已提交
22 23 24 25
    },
    {
      name: 'uni统计',
      url: 'https://tongji.dcloud.net.cn/',
study夏羽's avatar
study夏羽 已提交
26
      imageUrl: 'https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/uni-tongji-icon.png'
D
DCloud_LXH 已提交
27 28 29 30 31
    }
  ],
  qq_group: [
    {
      "number": "1012245137",
D
DCloud_LXH 已提交
32 33
      "state": 1,
      "prefix": "群1"
D
DCloud_LXH 已提交
34 35 36 37
    },
    {
      "number": "749911289",
      "state": 1,
D
DCloud_LXH 已提交
38 39
      attendance: 1000,
      "prefix": "群2"
D
DCloud_LXH 已提交
40 41 42
    },
    {
      "number": "599819864",
D
DCloud_LXH 已提交
43
      "state": 1,
D
DCloud_LXH 已提交
44 45
      attendance: 1000,
      "prefix": "群3"
D
DCloud_LXH 已提交
46 47
    },
    {
Anne_LXM's avatar
Anne_LXM 已提交
48
      "number": "806429316",
study夏羽's avatar
study夏羽 已提交
49 50
      "state": 1,
		attendance: 1000,
Anne_LXM's avatar
Anne_LXM 已提交
51
      "prefix": "群5"
D
DCloud_LXH 已提交
52
    },
study夏羽's avatar
study夏羽 已提交
53
	 {
Anne_LXM's avatar
Anne_LXM 已提交
54
	   "number": "641753405",
study夏羽's avatar
study夏羽 已提交
55
	   "state": 0,
Anne_LXM's avatar
Anne_LXM 已提交
56 57
	   "prefix": "群4",
     joinQQGroupHref: 'https://qm.qq.com/cgi-bin/qm/qr?k=77pERN_ZHJTg8-0DLqyhEneL0Z5BfARm&jump_from=webapi&authKey=viHcvPhol/MXDpw7g5nuwL5PwP0PrS3gkLNibRh3Z/V93NdZCHrVMT18c75urfSR'
study夏羽's avatar
study夏羽 已提交
58
	 }
D
DCloud_LXH 已提交
59
  ]
Anne_LXM's avatar
Anne_LXM 已提交
60
}