This commit is contained in:
AnotiaWang
2025-02-11 09:00:04 +08:00
commit 2cbd20a1da
29 changed files with 9894 additions and 0 deletions

7
app.config.ts Normal file
View File

@ -0,0 +1,7 @@
export default defineAppConfig({
ui: {
colors: {
primary: 'violet',
},
},
})