bugfix and performance improvements

This commit is contained in:
quantulr
2023-08-04 17:26:52 +08:00
parent 57d8eff653
commit 7958e48512
58 changed files with 1200 additions and 770 deletions

View File

@ -37,6 +37,7 @@ const webSearch = {
expertIntroduction: "专家简介",
expertLeadership: "专家领先性",
expertLibrary: "专家库",
productLibrary: "产品库",
findAchievement: "找成果",
findAchievementNum: "项成果",
findCompany: "找企业",
@ -51,7 +52,11 @@ const webSearch = {
findPatent: "找专利",
findPatentNum: "项专利",
findServiceDemand: "找服务需求",
findServiceDemandNum: "项服务需求",
findTechnologyDemand: "找技术需求",
findTechnologyDemandNum: "项技术需求",
findProduct: "找产品",
findProductNum: "项产品",
findTechnologyNum: "项技术",
industry: "所属领域",
industryField: "所属行业领域",
@ -60,6 +65,8 @@ const webSearch = {
ipc: "IPC分类号",
lab: "实验室",
labDetails: "实验室详情",
productDetails: "产品详情",
productIntroduction: "产品简介",
labIntroduction: "实验室简介",
labLeadership: "实验室领先性",
labLibrary: "实验室库",
@ -112,5 +119,7 @@ const webSearch = {
patentStatus: "专利状态",
// 后台暂未提供
noDataFromBackground: "后台暂未提供",
// 中科云平台
zhongkeyunPlatform: "中科云平台",
};
export default webSearch;