♻️ Refactor configuration service

This commit is contained in:
2025-05-28 00:37:18 +08:00
parent 72a222f932
commit 5f102edcf7
18 changed files with 721 additions and 657 deletions

View File

@@ -16,6 +16,7 @@ const routes: RouteRecordRaw[] = [
{
path: '/settings',
name: 'Settings',
redirect: '/settings/general',
component: Settings,
children: [
{