Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
mdzz2048 committed Jan 23, 2024
1 parent 152d6c6 commit 6660371
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -23,5 +23,9 @@
"patreon": "",
"github": "",
"custom": []
}
},
"keywords": [
"高亮",
"搜索"
]
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class PluginHighlight extends Plugin {

this.addTopBar({
icon: "iconMark",
title: this.i18n.addTopBarIcon,
title: "文档高亮搜索",
position: "right",
callback: () => {
this.addSearchElement();
Expand Down

0 comments on commit 6660371

Please sign in to comment.