Skip to content

Commit

Permalink
fix: 折合/合并姓名异常, fixed #129
Browse files Browse the repository at this point in the history
  • Loading branch information
l0o0 committed Dec 1, 2022
1 parent e237440 commit 4a114e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/scripts/jasminum.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Zotero.Jasminum = new function () {
// Default values
this.userAgent =
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36";
this.CNDB = ['CNKI', 'WeiPu', 'Wanfang Data', 'SuperLib'];
this.CNDB = ['CNKI', 'WeiPu', 'Wanfang Data', 'SuperLib', '中国知网CNKI', '维普', '万方', '全国图书馆联盟'];
this.CookieSandbox = null;
this.RefCookieSandbox = null;

Expand Down

0 comments on commit 4a114e2

Please sign in to comment.