From fb7f7b5952343e2f10636b2f071abbaced5358d4 Mon Sep 17 00:00:00 2001 From: redleafnew Date: Mon, 6 May 2024 14:54:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=96=B0=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E7=AE=B1=E7=BC=96=E8=AF=91=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- src/modules/examples.ts | 8 ++++---- update.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0a0d45c..bf30662 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "greenfrog", - "version": "0.19.0", + "version": "0.19.01", "description": "Zotero plugin for update journal information from easyScholar", "config": { "addonName": "Green Frog", @@ -40,7 +40,7 @@ }, "homepage": "https://github.com/redleafnew/zotero-updateifsE#readme", "dependencies": { - "zotero-plugin-toolkit": "^2.3.29" + "zotero-plugin-toolkit": "^2.3.30" }, "devDependencies": { "@types/node": "^20.11.28", diff --git a/src/modules/examples.ts b/src/modules/examples.ts index 0446340..0a33e89 100644 --- a/src/modules/examples.ts +++ b/src/modules/examples.ts @@ -211,8 +211,8 @@ export class KeyExampleFactory { var ami = getPref(`ami`); var nssf = getPref(`nssf`); var swupl = getPref(`swupl`); //西南政法大学 - - var ABDC = getPref(`ABDC`); + + var ABDC = getPref(`ABDC`); var Scopus = getPref(`Scopus`); // 自定义数据集 @@ -249,7 +249,7 @@ export class KeyExampleFactory { // 增加Scopus和ABDC更新检测 if (easyscholarData || chineseIFs || clsciLevel || amiLevel || nssfLevel || - (Scopus&&ScopusLevel) || (ABDC&&ABDCLevel)|| + (Scopus && ScopusLevel) || (ABDC && ABDCLevel) || njauCore(item) || njauHighQuality) { if (emptyExtra) { item.setField('extra', '') } n++ @@ -2442,7 +2442,7 @@ export class UIExampleFactory { await ztoolkit.ItemTree.unregister("swupl"); } - + // ABDC if (ABDC) { await ztoolkit.ItemTree.register( diff --git a/update.json b/update.json index b0d51a4..eedc81d 100644 --- a/update.json +++ b/update.json @@ -12,7 +12,7 @@ } }, { - "version": "0.19.0", + "version": "0.19.01", "update_link": "https://github.com/redleafnew/zotero-updateifsE/releases/latest/download/greenfrog.xpi", "applications": { "zotero": {