feat: add auth flow and settings UI refactor

This commit is contained in:
2026-07-31 04:03:18 +08:00
parent 27acc66252
commit 0fca587fef
16 changed files with 766 additions and 153 deletions
+3
View File
@@ -38,5 +38,8 @@ export default defineConfig(async () => ({
server: {
port: 1420,
strictPort: true,
watch: {
ignored: ["**/Koring.yml", "**/koring-auth.json"],
},
},
}));