Skip to content

Commit

Permalink
使用新工具箱编译,修复图标显示
Browse files Browse the repository at this point in the history
  • Loading branch information
redleafnew committed May 6, 2024
1 parent b2ebe6b commit fb7f7b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions src/modules/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`);

// 自定义数据集
Expand Down Expand Up @@ -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++
Expand Down Expand Up @@ -2442,7 +2442,7 @@ export class UIExampleFactory {
await ztoolkit.ItemTree.unregister("swupl");
}


// ABDC
if (ABDC) {
await ztoolkit.ItemTree.register(
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit fb7f7b5

Please sign in to comment.