Skip to content

Commit

Permalink
close #382
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaojiaodubai committed Sep 20, 2024
1 parent da870cf commit 6ea6d06
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Publications Data Center - China.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{
"translatorID": "3ab06b2e-5cfa-4561-9770-4f76710a32ab",
"label": "Publications Data Center - China",
"creator": "jiaojiaodubai23",
"creator": "jiaojiaodubai",
"target": "^https?://m?pdc\\.capub\\.cn/search\\.html",
"minVersion": "5.0",
"maxVersion": "",
"priority": 100,
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsibv",
"lastUpdated": "2024-03-28 09:16:05"
"lastUpdated": "2024-09-20 03:34:24"
}

/*
***** BEGIN LICENSE BLOCK *****
Publications Data Center - China Translator
Copyright © 2023 jiaojiaodubai23 <[email protected]>
Copyright © 2023 jiaojiaodubai<[email protected]>
This file is part of Zotero.
Expand Down Expand Up @@ -364,7 +363,7 @@ function tryMatch(string, pattern, index = 0) {
function addFileds(item, extra, manager, arg) {
for (let field in fieldMap) {
let recipe = fieldMap[field];
let result = manager.getWith(recipe[arg]);
let result = manager.get(recipe[arg]);
if (recipe.callback) {
result = recipe.callback(result);
}
Expand Down

0 comments on commit 6ea6d06

Please sign in to comment.