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") load_dotenv(dotenv_path=".env")
VERSION = "v1.7.4" VERSION = "v2.0.0"
class ConfigService: class ConfigService:
-7
View File
@@ -5,16 +5,9 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Foxel</title> <title>Foxel</title>
<link rel='stylesheet'
href='https://foxel.cc/fonts/result.css' />
</head> </head>
<body> <body>
<style>
* {
font-family: 'Maple Mono Normal NL NF CN';
}
</style>
<div id="root"></div> <div id="root"></div>
<script type="module" src="/src/main.tsx"></script> <script type="module" src="/src/main.tsx"></script>
</body> </body>