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