enhance(frontend): バックアップされた設定のプロファイルを削除できるように

This commit is contained in:
syuilo 2025-05-06 20:57:55 +09:00
parent 95a1d17cf6
commit 5d787e5bb9
6 changed files with 86 additions and 11 deletions

View file

@ -180,6 +180,10 @@ export const ROUTE_DEF = [{
path: '/custom-css',
name: 'preferences',
component: page(() => import('@/pages/settings/custom-css.vue')),
}, {
path: '/profiles',
name: 'profiles',
component: page(() => import('@/pages/settings/profiles.vue')),
}, {
path: '/accounts',
name: 'profile',