diff --git a/src/components/ResourceActivity/index.vue b/src/components/ResourceActivity/index.vue new file mode 100644 index 000000000..5c09fb9d0 --- /dev/null +++ b/src/components/ResourceActivity/index.vue @@ -0,0 +1,69 @@ + + + + + diff --git a/src/components/TimelineCard/index.vue b/src/components/TimelineCard/index.vue deleted file mode 100644 index e8c105c56..000000000 --- a/src/components/TimelineCard/index.vue +++ /dev/null @@ -1,57 +0,0 @@ - - - - - diff --git a/src/components/index.js b/src/components/index.js index df219b2d4..0b182f649 100644 --- a/src/components/index.js +++ b/src/components/index.js @@ -28,3 +28,4 @@ export { default as AssetRelationCard } from './AssetRelationCard' export { default as UserConfirmDialog } from './UserConfirmDialog' export { default as Announcement } from './Announcement' export { default as CronTab } from './CronTab' +export { default as ResourceActivity } from './ResourceActivity' diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 364ed1ec0..1db3512fa 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -322,6 +322,7 @@ "ReLoginErr": "Login time has exceeded 5 minutes, please login again" }, "common": { + "Now": "Now", "Activity": "Activity", "Last30": "Last 30 times", "SpecificInfo": "Specific", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index b237622e7..6534a8512 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -325,6 +325,7 @@ "ReLoginErr": "ログイン時間が 5 分を超えました。もう一度ログインしてください" }, "common": { + "Now": "今", "Activity": "イベント", "Last30": "最近 30 回です", "SpecificInfo": "特別情報", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 68a7d10e0..ac05eff0c 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -424,10 +424,11 @@ "ReLoginErr": "登录时长已超过 5 分钟,请重新登录" }, "common": { + "Now": "现在", "SpecificInfo": "特殊信息", "CollectionSucceed": "收藏成功", "CancelCollection": "取消收藏", - "Activity": "活动", + "Activity": "活动记录", "Last30": "最近 30 次", "Version": "版本", "Publish": "发布", diff --git a/src/layout/components/GenericDetailPage/index.vue b/src/layout/components/GenericDetailPage/index.vue index 490577f91..13da9e846 100644 --- a/src/layout/components/GenericDetailPage/index.vue +++ b/src/layout/components/GenericDetailPage/index.vue @@ -1,5 +1,5 @@