feat: 移动端功能优化 (#132)

* feat: 移动端双击返回顶部

* feat: 深色模式下的底色

* feat: 移动端标题返回顶部和返回底部
This commit is contained in:
Redon
2023-02-26 10:07:02 +08:00
committed by GitHub
parent 1406292405
commit 90f6989445
4 changed files with 58 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
@@ -9,7 +8,7 @@
<title>ChatGPT Web</title>
</head>
<body>
<body class="dark:bg-black">
<div id="app">
<style>
.loading-wrap {