Skip to content

Commit

Permalink
feat: 支持webAPP(苹果添加到主页书签访问) (#227)
Browse files Browse the repository at this point in the history
* feat: 应用自定义头像

* feat: 头像添加缺省判断

* feat: 头像缺省和响应式

* feat: 支持webAPP(苹果添加到主页书签访问)

---------

Co-authored-by: wangqy <wangqy@inketang.com>
Co-authored-by: ChenZhaoYu <790348264@qq.com>
  • Loading branch information
3 people authored Mar 4, 2023
1 parent f95af40 commit f7f87e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Binary file added public/favicon.ico
Binary file not shown.

1 comment on commit f7f87e2

@Qizhepeng
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<title>ChatGPT Web</title>
<style> .loading-wrap { display: flex; justify-content: center; align-items: center; height: 100vh; } .balls { width: 4em; display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; }

Please sign in to comment.