uniCloud.js 1.0 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 27 28 29 30 31 32 33 34 35 36 37 38 39
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",
      "state": 1
    },
    {
      "number": "749911289",
      "state": 1,
      attendance: 1000
    },
    {
      "number": "599819864",
      "state": 0
    },
  ]
}