feat: 修改主题色
This commit is contained in:
parent
89fa3740f9
commit
fc178e4b00
@ -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" />
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
"display": "standalone",
|
||||
"orientation": "any",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#111111",
|
||||
"theme_color": "#ffffff",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/icon-192.png",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user