chore: update version to v2.0.0 and remove unused stylesheet link

This commit is contained in:
shiyu
2026-02-09 14:13:09 +08:00
parent 907101e7a7
commit c456a208de
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from models.database import Configuration, UserAccount
load_dotenv(dotenv_path=".env")
VERSION = "v1.7.4"
VERSION = "v2.0.0"
class ConfigService: