From 7a6823be70bba4e138be2343955dac68a49b4ab6 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 6 Jun 2024 14:03:44 +0800 Subject: [PATCH] fix --- src/i18n/index.js | 24 ++-- src/pages/article/activity.vue | 235 +++++++++++++++++---------------- src/pages/publish/show.vue | 217 ++++++++++++++++-------------- 3 files changed, 258 insertions(+), 218 deletions(-) diff --git a/src/i18n/index.js b/src/i18n/index.js index 751e594..6c96bb5 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -22,7 +22,7 @@ export const messages = { series: '演讲系列', all: '全部', readDetail: '阅读详情', - offline:'线下', + offline: '线下', more: '更多', author: '作者', quote: '引用', @@ -57,20 +57,22 @@ export const messages = { seeMore: '查看更多', inventionpatent: '发明专利', practicalAppearance: '实用外观', - patent:'专利', + patent: '专利', monograph: '专著', paper: '论文', scientificResearch: '科学研究', sfeLintroduce: 'S³FEL介绍', - develHistory:'发展历程', + develHistory: '发展历程', sfeltrailer: 'S³FEL宣传片', geographicLocation: '地理位置', organization: '机构设置', introduce: '介绍', ActivityIntroduction: '活动简介', back: '返回', - comming: '暂无更多信息,敬请期待。', - nothing: '没有找到您搜索的内容,您可尝试搜索其他关键词。', + comming: '暂无更多信息,敬请期待。', + nothing: '没有找到您搜索的内容,您可尝试搜索其他关键词。', + source: '来源', + keyword: '关键字', } }, 'en': { @@ -117,7 +119,7 @@ export const messages = { pleaseEnterPatentOfficer: 'Please enter the patent name/inventor name/application number', patentName: 'Patent title', patentClassification: 'Patent classification', - ApplicationNumber:'Application number', + ApplicationNumber: 'Application number', ApplicationDate: 'Application date', AuthorizationDate: 'Authorization Date', inventor: 'Inventor', @@ -129,21 +131,23 @@ export const messages = { authorPersion: 'Author', seeMore: 'See more', inventionpatent: 'Invention Patent', - practicalAppearance:'Practical appearance', + practicalAppearance: 'Practical appearance', patent: 'Patent', monograph: 'Monograph', paper: 'Paper', scientificResearch: 'Scientific research', sfeLintroduce: 'Sfe lintroduce', - develHistory:'Development history', + develHistory: 'Development history', sfeltrailer: 'Sfel trailer', geographicLocation: 'geographic location', organization: 'Organization', introduce: 'Introduce', ActivityIntroduction: 'Activity Introduction', back: 'Back', - comming: 'coming soone', - nothing: `We couldn't find the content you were searching for. You can try searching for other keywords.`, + comming: 'coming soone', + nothing: `We couldn't find the content you were searching for. You can try searching for other keywords.`, + source: 'Source', + keyword: 'Keyword', } } }; \ No newline at end of file diff --git a/src/pages/article/activity.vue b/src/pages/article/activity.vue index 768bceb..dd52e23 100644 --- a/src/pages/article/activity.vue +++ b/src/pages/article/activity.vue @@ -1,42 +1,33 @@