Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Mar 24, 2024
1 parent ec09775 commit 8e16def
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions entrypoints/popup/Popup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,9 @@ watch(port, (newValue) => {
<IconoirSpark :class="{ 'animate-spin': isAIChecking }" />
</ElButton>

<!-- save to tiddlywiki -->
<ElButton
v-show="isCheckTw5"
@click="save2TiddlyWiki(title, md, port!, link, dynamicTags, status)">
<FaRegularSave />
</ElButton>
Expand Down Expand Up @@ -373,6 +375,7 @@ watch(port, (newValue) => {

<div class="items-center">
<h2>连接 TiddlyWiki5</h2>
<!-- 首次配置弹窗提示配置端口 -->
<el-switch v-model="isCheckTw5" />

<div>
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.2.0",
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "wxt",
Expand Down

0 comments on commit 8e16def

Please sign in to comment.