fix: 主题按钮统一放到快捷导航栏
- 所有页面的主题按钮都放在 quick-nav 导航栏内 - 解决按钮闪烁问题(导航栏固定在右上角) - 更新 CSS 版本号
This commit is contained in:
@@ -4,10 +4,14 @@
|
|||||||
<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>欢迎 - 云下飞</title>
|
<title>欢迎 - 云下飞</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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<!-- 快捷导航栏 -->
|
||||||
|
<div class="quick-nav">
|
||||||
<button class="theme-toggle" aria-label="切换主题">🌙</button>
|
<button class="theme-toggle" aria-label="切换主题">🌙</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="avatar">
|
<div class="avatar">
|
||||||
<span class="sparkle">👋</span>
|
<span class="sparkle">👋</span>
|
||||||
|
|||||||
@@ -4,10 +4,14 @@
|
|||||||
<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>登录 - 云下飞</title>
|
<title>登录 - 云下飞</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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<!-- 快捷导航栏 -->
|
||||||
|
<div class="quick-nav">
|
||||||
<button class="theme-toggle" aria-label="切换主题">🌙</button>
|
<button class="theme-toggle" aria-label="切换主题">🌙</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="container auth-container">
|
<div class="container auth-container">
|
||||||
<div class="avatar">
|
<div class="avatar">
|
||||||
<span>🔐</span>
|
<span>🔐</span>
|
||||||
|
|||||||
@@ -4,10 +4,14 @@
|
|||||||
<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>注册 - 云下飞</title>
|
<title>注册 - 云下飞</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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<!-- 快捷导航栏 -->
|
||||||
|
<div class="quick-nav">
|
||||||
<button class="theme-toggle" aria-label="切换主题">🌙</button>
|
<button class="theme-toggle" aria-label="切换主题">🌙</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="container auth-container">
|
<div class="container auth-container">
|
||||||
<div class="avatar">
|
<div class="avatar">
|
||||||
<span>📝</span>
|
<span>📝</span>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<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>欢迎回来 - {{ username }}</title>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- 快捷导航栏 - 登录后显示 -->
|
<!-- 快捷导航栏 - 登录后显示 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user