forked from bot/app
📝 [docs]: 新增统计信息
This commit is contained in:
parent
20d05f609d
commit
1f59ec2ef9
@ -18,7 +18,7 @@ const dataSections = {
|
|||||||
},
|
},
|
||||||
online: {
|
online: {
|
||||||
name: 'online',
|
name: 'online',
|
||||||
color: '#00ff00',
|
color: '#7eff7e',
|
||||||
value: ref(1145),
|
value: ref(1145),
|
||||||
link: StarMapUrl
|
link: StarMapUrl
|
||||||
},
|
},
|
||||||
@ -42,19 +42,19 @@ const dataSections = {
|
|||||||
},
|
},
|
||||||
prs: {
|
prs: {
|
||||||
name: 'prs',
|
name: 'prs',
|
||||||
color: '#ff00ff',
|
color: '#f15df1',
|
||||||
value: ref(6543),
|
value: ref(6543),
|
||||||
link: `${RepoUrl}/pulls`
|
link: `${RepoUrl}/pulls`
|
||||||
},
|
},
|
||||||
plugins: {
|
plugins: {
|
||||||
name: 'plugins',
|
name: 'plugins',
|
||||||
color: '#ff003e',
|
color: '#a766ff',
|
||||||
value: ref(1763),
|
value: ref(1763),
|
||||||
link: './store/plugin'
|
link: './store/plugin'
|
||||||
},
|
},
|
||||||
resources: {
|
resources: {
|
||||||
name: 'resources',
|
name: 'resources',
|
||||||
color: '#ff00ff',
|
color: '#5a54fa',
|
||||||
value: ref(6789),
|
value: ref(6789),
|
||||||
link: './store/resource'
|
link: './store/resource'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user