Skip to content

Commit

Permalink
main(greasyfork).user.js: 将兼容 1.9.3 词库文件, 便于享受到最新的词库版本
Browse files Browse the repository at this point in the history
1.9.2 不再新增新功能,等待 1.9.3 明显 Bug 修复后同步到 1.9.3
  • Loading branch information
maboloshi committed Sep 28, 2024
1 parent 060e6f6 commit bef4fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main(greasyfork).user.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(function (window, document, undefined) {
'use strict';

const lang = 'zh'; // 设置默认语言
const lang = I18N.zh ? 'zh' : 'zh-CN'; // 设置默认语言
let page;
let enable_RegExp = GM_getValue("enable_RegExp", 1);

Expand Down

0 comments on commit bef4fd4

Please sign in to comment.