uniCloud.js 1.3 KB
Newer Older
D
DCloud_LXH 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
export default {
  contactItems: [
    {
      name: 'uniCloud Web控制台',
      url: 'https://unicloud.dcloud.net.cn',
      imageUrl: 'https://bjetxgzv.cdn.bspapp.com/VKCEYUGU-uni-app-doc/7962e8e0-4f2d-11eb-a16f-5b3e54966275.jpg'
    },
    {
      name: '论坛',
      url: 'https://ask.dcloud.net.cn/explore/',
      imageUrl: 'https://bjetxgzv.cdn.bspapp.com/VKCEYUGU-uni-app-doc/73fc4f90-4f2d-11eb-a16f-5b3e54966275.png'
    },
    {
      name: 'uniAD',
      url: 'https://uniad.dcloud.net.cn',
      imageUrl: 'https://bjetxgzv.cdn.bspapp.com/VKCEYUGU-uni-app-doc/765d9820-4f2d-11eb-bd01-97bc1429a9ff.png'
    },
    {
      name: 'uni统计',
      url: 'https://tongji.dcloud.net.cn/',
      imageUrl: 'https://bjetxgzv.cdn.bspapp.com/VKCEYUGU-uni-app-doc/77159d80-4f2d-11eb-a16f-5b3e54966275.png'
    }
  ],
  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 51 52
	 {
	   "number": "806429316",
	   "state": 0,
	   "prefix": "群5"
	 }
D
DCloud_LXH 已提交
53 54
  ]
}