fix: 主题按钮统一放到快捷导航栏

- 所有页面的主题按钮都放在 quick-nav 导航栏内
- 解决按钮闪烁问题(导航栏固定在右上角)
- 更新 CSS 版本号
This commit is contained in:
小白
2026-03-12 11:59:22 +08:00
parent 58cc9997e3
commit 6be24ec9ca
4 changed files with 19 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>欢迎回来 - {{ username }}</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}?v=20260312c">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}?v=20260312d">
</head>
<body>
<!-- 快捷导航栏 - 登录后显示 -->