From 70029b8a3ad6fa28eb733425c173cd7eddfc32ce Mon Sep 17 00:00:00 2001 From: mikusugar Date: Fri, 3 Nov 2023 11:38:32 +0800 Subject: [PATCH] Added new entry to in.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The commit adds a new object to the `in.json` file that contains details for the 'PubScholar公益学术平台' resource. This change was necessary to include more comprehensive resource options for users. --- src/main/resources/in.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/in.json b/src/main/resources/in.json index b51b2c8..f60d833 100644 --- a/src/main/resources/in.json +++ b/src/main/resources/in.json @@ -150,6 +150,12 @@ "name": "专利搜索", "description": "专利检索系统", "img": "https://cprs.patentstar.com.cn/img/logo_navi2.png" + }, + { + "address": "https://pubscholar.cn/", + "name": "PubScholar公益学术平台", + "description": "公益学术平台", + "img": "https://pubscholar.cn/static/app-logo-text-large-light.png" } ] },