-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da870cf
commit 6ea6d06
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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); | ||
} | ||
|