更新动态表单提示信息,优化歌曲列表管理界面,添加修改展示模板按钮

This commit is contained in:
2025-03-31 19:15:15 +08:00
parent 21e9e0fa27
commit 25597149fc
4 changed files with 895 additions and 1035 deletions

View File

@@ -611,6 +611,13 @@ onMounted(async () => {
>
添加歌曲
</NButton>
<NButton
secondary
type="primary"
@click="$router.push({ name: 'manage-index', query: { tab: 'setting', setting: 'template', template: 'songlist' } })"
>
修改展示模板
</NButton>
<NButton
type="primary"
secondary
@@ -640,11 +647,6 @@ onMounted(async () => {
>
刷新
</NButton>
<NButton
@click="$router.push({ name: 'manage-index', query: { tab: 'setting', setting: 'template', template: 'songlist' } })"
>
修改模板
</NButton>
</NSpace>
<NDivider
style="margin: 16px 0 16px 0"

File diff suppressed because it is too large Load Diff