diff --git a/plugin.json b/plugin.json index 110923f..e71ae58 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-plugin-hsr", "author": "mdzz2048", "url": "https://github.com/mdzz2048/siyuan-plugin-hsr", - "version": "0.0.1", + "version": "0.0.2", "minAppVersion": "2.9.8", "backends": ["windows", "linux", "darwin"], "frontends": ["desktop"], @@ -23,5 +23,9 @@ "patreon": "", "github": "", "custom": [] - } + }, + "keywords": [ + "高亮", + "搜索" + ] } \ No newline at end of file diff --git a/src/index.ts b/src/index.ts index 64b6092..372e0da 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,7 +11,7 @@ export default class PluginHighlight extends Plugin { this.addTopBar({ icon: "iconMark", - title: this.i18n.addTopBarIcon, + title: "文档高亮搜索", position: "right", callback: () => { this.addSearchElement();