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

This commit is contained in:
2024-09-09 16:07:44 +08:00
parent fe15b87b42
commit 5041b83386
3 changed files with 26 additions and 26 deletions

View File

@@ -97,10 +97,10 @@ const songs = ref([
label: '未使用',
value: 1,
},
{
label: '已使用',
value: 2,
},
// {
// label: '已使用',
// value: 2,
// },
{
label: '赢',
value: 3,

View File

@@ -7,7 +7,7 @@ export default {
redirect: '/game_jl',
meta: {
title: '游戏统计',
icon: 'mdi:index',
icon: 'mdi:access-point',
order: 100,
},
children: [
@@ -17,7 +17,7 @@ export default {
component: () => import('./jl/index.vue'),
meta: {
title: '豆子记录',
icon: 'mdi:index',
icon: 'mdi:access-point-check',
},
},
],