feat: 修改主题色

This commit is contained in:
feie9456 2026-04-26 22:37:14 +08:00
parent 89fa3740f9
commit fc178e4b00
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
name="description"
content="一个本地优先的 OpenAI-compatible LLM 聊天面板。"
/>
<meta name="theme-color" content="#111111" />
<meta name="theme-color" content="#ffffff" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="LLM Chat" />

View File

@ -9,7 +9,7 @@
"display": "standalone",
"orientation": "any",
"background_color": "#ffffff",
"theme_color": "#111111",
"theme_color": "#ffffff",
"icons": [
{
"src": "/icons/icon-192.png",