mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
feat: menu
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# UPDATE LOG
|
# UPDATE LOG
|
||||||
|
|
||||||
|
## v0.1.8
|
||||||
|
|
||||||
|
feat:
|
||||||
|
- menu enhancement: theme, titlebar
|
||||||
|
- modify website address
|
||||||
|
|
||||||
## v0.1.7
|
## v0.1.7
|
||||||
|
|
||||||
feat: tray window
|
feat: tray window
|
||||||
|
|||||||
8
src-tauri/src/assets/origin.js
vendored
8
src-tauri/src/assets/origin.js
vendored
@@ -10,6 +10,9 @@ function init() {
|
|||||||
justify-content: center;
|
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;
|
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 {
|
input {
|
||||||
all: unset;
|
all: unset;
|
||||||
width: 280px;
|
width: 280px;
|
||||||
@@ -17,6 +20,9 @@ function init() {
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
border: solid 2px #d8d8d8;
|
border: solid 2px #d8d8d8;
|
||||||
|
background-color: #fff;
|
||||||
|
border-radius: 5px !important;
|
||||||
|
color: #4a4a4a;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
all: unset;
|
all: unset;
|
||||||
@@ -37,7 +43,7 @@ function init() {
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<h3>Switch Origin</h3>
|
<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">
|
<div class="btns">
|
||||||
<button id="cancel">Cancel</button>
|
<button id="cancel">Cancel</button>
|
||||||
<button id="confirm">Confirm</button>
|
<button id="confirm">Confirm</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user