fix: 主题按钮统一放到快捷导航栏
- 所有页面的主题按钮都放在 quick-nav 导航栏内 - 解决按钮闪烁问题(导航栏固定在右上角) - 更新 CSS 版本号
This commit is contained in:
@@ -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>
|
||||
<!-- 快捷导航栏 - 登录后显示 -->
|
||||
|
||||
Reference in New Issue
Block a user