upload project

This commit is contained in:
unknown 2025-12-27 17:16:03 +08:00
commit 06961cae04
422 changed files with 110626 additions and 0 deletions

16
theme.json Normal file
View file

@ -0,0 +1,16 @@
{
"light": {
"navBackgroundColor": "#000000",
"navTextStyle": "white",
"backgroundColor": "#f8f9fa",
"mapBgColor": "#ffffff",
"mapStyle": "light"
},
"dark": {
"navBackgroundColor": "#1a1a1a",
"navTextStyle": "white",
"backgroundColor": "#1a1a1a",
"mapBgColor": "#1a1a1a",
"mapStyle": "dark"
}
}