Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Mar 24, 2024
1 parent f8f2931 commit d638f1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion entrypoints/popup/Popup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,12 @@ function savePort(port: number) {

<div class="items-center">
<h2>连接到 Nodejs TiddlyWiki5</h2>
<el-switch v-model="isCheckTw5" />
<el-switch
v-model="isCheckTw5"
style="
--el-switch-on-color: #13ce66;
--el-switch-off-color: #ff4949;
" />

<div>
<h2>Nodejs TiddlyWiki5 端口</h2>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "usewiki2",
"description": "manifest.json description",
"private": true,
"version": "1.4.2",
"version": "1.5.0",
"type": "module",
"scripts": {
"dev": "wxt",
Expand Down

0 comments on commit d638f1d

Please sign in to comment.