From c456a208de0b10d0df27e6b5b59847df1039fd7d Mon Sep 17 00:00:00 2001 From: shiyu Date: Mon, 9 Feb 2026 14:13:09 +0800 Subject: [PATCH] chore: update version to v2.0.0 and remove unused stylesheet link --- domain/config/service.py | 2 +- web/index.html | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/domain/config/service.py b/domain/config/service.py index b2c3f02..0f170a2 100644 --- a/domain/config/service.py +++ b/domain/config/service.py @@ -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: diff --git a/web/index.html b/web/index.html index 313ca3d..684c591 100644 --- a/web/index.html +++ b/web/index.html @@ -5,16 +5,9 @@ Foxel - -