diff --git a/UPDATE_LOG.md b/UPDATE_LOG.md index faccfd8..d077fcf 100644 --- a/UPDATE_LOG.md +++ b/UPDATE_LOG.md @@ -1,5 +1,11 @@ # UPDATE LOG +## v0.1.8 + +feat: +- menu enhancement: theme, titlebar +- modify website address + ## v0.1.7 feat: tray window diff --git a/src-tauri/src/assets/origin.js b/src-tauri/src/assets/origin.js index 3b3b90d..4220086 100644 --- a/src-tauri/src/assets/origin.js +++ b/src-tauri/src/assets/origin.js @@ -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() { }