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,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>
<!-- 快捷导航栏 -->