fix: 记忆面板按钮移到登录后页面

- welcome.html 添加 🧠 记忆 按钮
- index.html 恢复为只有主题按钮
- 记忆面板地址: http://1.14.58.157:18798
This commit is contained in:
小白
2026-03-12 19:18:49 +08:00
parent d2f12aca17
commit ed6d0133ae
4 changed files with 5 additions and 5 deletions

View File

@@ -4,12 +4,11 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>欢迎 - 云下飞</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}?v=20260312f">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}?v=20260312g">
</head>
<body>
<!-- 快捷导航栏 -->
<div class="quick-nav">
<a href="http://1.14.58.157:18798" target="_blank" class="nav-btn" title="记忆面板">🧠 记忆</a>
<button class="theme-toggle" aria-label="切换主题">🌙</button>
</div>

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>登录 - 云下飞</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}?v=20260312f">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}?v=20260312g">
</head>
<body>
<!-- 快捷导航栏 -->

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>注册 - 云下飞</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}?v=20260312f">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}?v=20260312g">
</head>
<body>
<!-- 快捷导航栏 -->

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=20260312f">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}?v=20260312g">
</head>
<body>
<!-- 快捷导航栏 - 登录后显示 -->
@@ -12,6 +12,7 @@
<a href="http://1.14.58.157:6806" target="_blank" class="nav-btn" title="思源笔记">📝 思源</a>
<a href="http://1.14.58.157:3000" target="_blank" class="nav-btn" title="Gitea">📦 Gitea</a>
<a href="http://1.14.58.157:8080" target="_blank" class="nav-btn" title="NocoDB">📊 NocoDB</a>
<a href="http://1.14.58.157:18798" target="_blank" class="nav-btn" title="记忆面板">🧠 记忆</a>
<button class="theme-toggle" aria-label="切换主题">🌙</button>
</div>