mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-21 11:57:47 +00:00
feat: 支持webAPP(苹果添加到主页书签访问) (#227)
* feat: 应用自定义头像 * feat: 头像添加缺省判断 * feat: 头像缺省和响应式 * feat: 支持webAPP(苹果添加到主页书签访问) --------- Co-authored-by: wangqy <wangqy@inketang.com> Co-authored-by: ChenZhaoYu <790348264@qq.com>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<meta content="yes" name="apple-mobile-web-app-capable"/>
|
||||
<link rel="apple-touch-icon" href="/favicon.ico">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
|
||||
<title>ChatGPT Web</title>
|
||||
|
Reference in New Issue
Block a user