feat: 更新组件以支持新的功能和优化用户体验

- 在components.d.ts中添加NSwitch组件声明
- 在ManageLayout.vue中新增收藏功能相关的存储逻辑
- 在DashboardView.vue和SettingsManageView.vue中使用useRouteQuery自动同步URL查询参数
- 在SongListManageView.vue中移除不必要的按钮样式
This commit is contained in:
Megghy
2025-07-08 00:21:24 +08:00
parent 3fad3f277d
commit ca575a623e
5 changed files with 15 additions and 12 deletions

View File

@@ -765,7 +765,6 @@ onMounted(async () => {
添加歌曲
</NButton>
<NButton
secondary
type="primary"
@click="$router.push({ name: 'manage-index', query: { tab: 'setting', setting: 'template', template: 'songlist' } })"
>