Skip to content

Commit 4a93578

Browse files
committed
fix: 删除多余代码及修改Readme部分格式
1 parent d49a3a9 commit 4a93578

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# 茉莉花 Jasminum
66

7-
[![zotero target version](https://img.shields.io/badge/Zotero-7-green?style=flat-square&logo=zotero&logoColor=CC2936)](https://www.zotero.org)[![Using Zotero Plugin Template](https://img.shields.io/badge/Using-Zotero%20Plugin%20Template-blue?style=flat-square&logo=github)](https://github.com/windingwind/zotero-plugin-template)![Release](https://img.shields.io/github/release/l0o0/jasminum)
7+
[![zotero target version](https://img.shields.io/badge/Zotero-7-green?style=flat-square&logo=zotero&logoColor=CC2936)](https://www.zotero.org) [![Using Zotero Plugin Template](https://img.shields.io/badge/Using-Zotero%20Plugin%20Template-blue?style=flat-square&logo=github)](https://github.com/windingwind/zotero-plugin-template) ![Release](https://img.shields.io/github/release/l0o0/jasminum)
88

99
</div>
1010
</br>
@@ -18,7 +18,7 @@
1818
- 中文引用格式下载,引用格式来源于项目 Zotero中文社区 [styles](https://github.com/zotero-chinese/styles)
1919
- 小工具
2020
- 语言设置
21-
- 中文姓名折合与合并
21+
- 中文姓名拆分与合并
2222

2323
## 2.使用教程
2424

@@ -71,4 +71,4 @@
7171

7272
## 3. ❤️致谢
7373

74-
特别感谢[jiaojiaodubai](https://github.com/jiaojiaodubai)同学,长期以来对[translators_CN](https://github.com/l0o0/translators_CN) 和 本项目 的贡献。
74+
特别感谢 [jiaojiaodubai](https://github.com/jiaojiaodubai) 同学,长期以来对 [translators_CN](https://github.com/l0o0/translators_CN) 和 本项目 的贡献。

src/modules/notifier.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,6 @@ export function registerTab() {
127127
tabRegisterCallback,
128128
config.addonID,
129129
);
130-
131-
Zotero.Reader.registerEventListener(
132-
"renderTextSelectionPopup",
133-
(event: any) => {
134-
ztoolkit.log(event);
135-
event.append("<div>Jasminum</div>");
136-
},
137-
);
138130
}
139131

140132
async function tabRegisterCallback(event: any) {

0 commit comments

Comments
 (0)