mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-09-05 23:57:19 +08:00
chore: update version to v2.0.0 and remove unused stylesheet link
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user