chore: sync project updates
This commit is contained in:
@@ -1,16 +1,51 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#90EE90" />
|
||||
<meta name="description" content="萌芽密码管理器" />
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
|
||||
<title>萌芽密码管理器</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>您需要启用JavaScript才能运行此应用程序。</noscript>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
<!-- 图标 -->
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
|
||||
|
||||
<!-- 视口 & 主题色 -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<meta name="theme-color" content="#4caf50" />
|
||||
|
||||
<!-- SEO & 描述 -->
|
||||
<meta name="description" content="萌芽密码管理器 - 安全、便捷的个人密码管理工具" />
|
||||
<meta name="keywords" content="密码管理器,密码,安全,萌芽" />
|
||||
<meta name="author" content="萌芽密码管理器" />
|
||||
|
||||
<!-- PWA: Manifest -->
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
|
||||
<!-- iOS PWA 支持 -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="萌芽密码" />
|
||||
|
||||
<!-- Android PWA / Chrome -->
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<meta name="application-name" content="萌芽密码" />
|
||||
|
||||
<!-- Windows 磁贴 -->
|
||||
<meta name="msapplication-TileColor" content="#4caf50" />
|
||||
<meta name="msapplication-TileImage" content="%PUBLIC_URL%/logo.png" />
|
||||
<meta name="msapplication-tap-highlight" content="no" />
|
||||
|
||||
<!-- 禁止自动识别电话号码 -->
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:title" content="萌芽密码管理器" />
|
||||
<meta property="og:description" content="安全、便捷的个人密码管理工具" />
|
||||
<meta property="og:image" content="%PUBLIC_URL%/logo.png" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<title>萌芽密码管理器</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>您需要启用JavaScript才能运行此应用程序。</noscript>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user