Skip to content

Commit 83f744b

Browse files
authored
🔖 Release / Version tags 0.0.9
异步改为同步执行,消除闪烁问题。
1 parent 8b520e2 commit 83f744b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notion-zh_CN.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Notion-zh_CN notion的汉化脚本
33
// @namespace http://tampermonkey.net/
4-
// @version 0.0.8
4+
// @version 0.0.9
55
// @description notion的汉化脚本,欢迎积极贡献一同改进项目,地址:https://github.com/nancheung97/notion-zh_CN
66
// @author NanCheung
77
// @match *://www.notion.so/*
@@ -660,4 +660,4 @@
660660
childList: true,
661661
subtree: true
662662
});
663-
})();
663+
})();

0 commit comments

Comments
 (0)