1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00

feat: menu

This commit is contained in:
lencx 2022-12-12 02:29:21 +08:00
parent 780a23b08f
commit 4d363c3847
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# UPDATE LOG
## v0.1.8
feat:
- menu enhancement: theme, titlebar
- modify website address
## v0.1.7
feat: tray window

View File

@ -10,6 +10,9 @@ function init() {
justify-content: center;
font-family: Söhne,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
h3 {
margin-bottom: 20px;
}
input {
all: unset;
width: 280px;
@ -17,6 +20,9 @@ function init() {
margin-bottom: 10px;
padding: 0 5px;
border: solid 2px #d8d8d8;
background-color: #fff;
border-radius: 5px !important;
color: #4a4a4a;
}
button {
all: unset;
@ -37,7 +43,7 @@ function init() {
}
</style>
<h3>Switch Origin</h3>
<input id="input" type="text" />
<input id="input" type="text" autocapitalize="off" autocomplete="off" spellcheck="false" autofocus placeholder="https://chat.openai.com" />
<div class="btns">
<button id="cancel">Cancel</button>
<button id="confirm">Confirm</button>