chore: 优化密码库前端界面与样式

This commit is contained in:
2026-06-24 21:58:49 +08:00
parent 485f5e0fc1
commit 21e1225a23
8 changed files with 248 additions and 167 deletions

View File

@@ -43,6 +43,10 @@
<meta property="og:type" content="website" />
<title>萌芽密码管理器</title>
<!-- 霞鹜文楷等宽 (LXGW WenKai Mono) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lxgw-wenkai-webfont@1.7.0/lxgwwenkaimono-regular.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lxgw-wenkai-webfont@1.7.0/lxgwwenkaimono-bold.css" />
</head>
<body>
<noscript>您需要启用JavaScript才能运行此应用程序。</noscript>

View File

@@ -1,7 +1,7 @@
{
"name": "萌芽密码管理器",
"short_name": "萌芽密码",
"description": "安全、便捷的个人密码管理工具",
"short_name": "萌芽密码管理器",
"description": "萌芽密码管理",
"start_url": "/",
"display": "standalone",
"orientation": "any",

View File

@@ -5,10 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#4caf50" />
<title>离线 - 萌芽密码管理器</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lxgw-wenkai-webfont@1.7.0/lxgwwenkaimono-regular.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lxgw-wenkai-webfont@1.7.0/lxgwwenkaimono-bold.css" />
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-family: 'LXGW WenKai Mono', ui-monospace, monospace;
background: linear-gradient(135deg, #f0fdf0 0%, #e8f5e9 100%);
min-height: 100vh;
display: flex;
@@ -29,6 +31,7 @@
h1 { font-size: 22px; color: #1b5e20; margin-bottom: 12px; font-weight: 700; }
p { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 24px; }
button {
font-family: inherit;
background: linear-gradient(135deg, #66bb6a, #4caf50);
color: #fff;
border: none;