feat(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-20 16:06:37 +08:00
parent 1be0710a82
commit 3e47ee08af
6 changed files with 4960 additions and 3838 deletions

View File

@@ -52,6 +52,10 @@
label: '积分',
value: 2,
},
{
label: '小猪积分',
value: 3,
},
]"
:key="song.value"
:value="song.value"

View File

@@ -12,7 +12,7 @@ export default {
component: () => import('./index.vue'),
meta: {
title: '工作台',
icon: 'mdi:home',
icon: 'mdi:index',
order: 0,
},
},