Skip to content

Commit

Permalink
pref: reduce code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanzhaoyu committed Feb 10, 2023
1 parent e8cb651 commit ac6e860
Show file tree
Hide file tree
Showing 21 changed files with 147 additions and 1,126 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ChatGPT Bot</title>
<title>ChatGPT Web</title>
</head>
<body>
<div id="app">
Expand All @@ -28,7 +28,7 @@
width: 0.8em;
height: 0.8em;
border-radius: 50%;
background-color: #267dff;
background-color: #4b9e5f;
}

.balls div:nth-of-type(1) {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"tailwindcss": "^3.2.6",
"typescript": "~4.7.4",
"vite": "^4.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.0.12"
}
}
Loading

0 comments on commit ac6e860

Please sign in to comment.