From f761fb99eca004079fecbe29ab24b06263a8ca83 Mon Sep 17 00:00:00 2001 From: lazyloong <2950449004@qq.com> Date: Wed, 29 Nov 2023 18:31:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BC=96=E8=BE=91=E5=99=A8=E5=BB=BA?= =?UTF-8?q?=E8=AE=AE=E9=BB=98=E8=AE=A4=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- src/main.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 499329e..7a3efe6 100644 --- a/manifest.json +++ b/manifest.json @@ -5,5 +5,5 @@ "author": "lazyloong", "minAppVersion": "1.0.0", - "version": "2.8.1" + "version": "2.8.2" } diff --git a/src/main.ts b/src/main.ts index 2c86eef..f1a7f39 100644 --- a/src/main.ts +++ b/src/main.ts @@ -68,13 +68,13 @@ const DEFAULT_SETTINGS: FuzyyChinesePinyinSettings = { "pdf", ], usePathToSearch: false, - useFileEditorSuggest: false, + useFileEditorSuggest: true, showPath: true, showTags: false, historyDisplay: "使用完整路径", }, other: { - useTagEditorSuggest: false, + useTagEditorSuggest: true, devMode: false, }, };