first commit

This commit is contained in:
2024-04-08 21:34:02 +08:00
commit a41a7f32ab
223 changed files with 44629 additions and 0 deletions

12
src/config/setting.json Normal file
View File

@@ -0,0 +1,12 @@
{
"theme": "light",
"themeColor": "#165DFF",
"tab": true,
"tabMode": "card",
"animate": false,
"animateMode": "zoom-fade",
"menuCollapse": true,
"menuAccordion": true,
"menuDark": false,
"layout": "left"
}