Files
WechatOnCloud/panel/web/index.html
T
GloridustandClaude Opus 4.7 484d625d69 品牌更名为「云微」并替换为终端风格图标
- 面板/PWA/iOS/fnOS 显示名统一改为「云微」(英文项目名 WechatOnCloud 保留)
- favicon 改为绿底 macOS 终端风格(>_ 提示符),重新编译 180/192/512 PNG
- 登录页 logo 复用同款终端图标

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 22:43:07 +08:00

19 lines
716 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover" />
<meta name="theme-color" content="#07C160" />
<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="云微" />
<link rel="apple-touch-icon" href="/icon-180.png" />
<title>云微</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>