From 583f61d875cbd54d11d213e387456b15746867df Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Thu, 23 Apr 2026 11:07:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B4=BB=E5=8A=A8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/json/events.json | 1 + src/assets/json/events_cn.json | 1 + src/component/Events/eventsDetail.vue | 6 ++++++ 3 files changed, 8 insertions(+) diff --git a/src/assets/json/events.json b/src/assets/json/events.json index 1b82ffa5..9b2b326b 100644 --- a/src/assets/json/events.json +++ b/src/assets/json/events.json @@ -21,6 +21,7 @@ "id": 3, "title": "AiDA Global Design Awards 2026", "imgUrl": "/image/events/award-poster.gif", + "tips": "For inquiries: awards2026@code-create.com.hk", "textList": [ { "paragraph": [ diff --git a/src/assets/json/events_cn.json b/src/assets/json/events_cn.json index 8ad026b2..695add7d 100644 --- a/src/assets/json/events_cn.json +++ b/src/assets/json/events_cn.json @@ -21,6 +21,7 @@ "id": 3, "title": "AiDA全球设计奖 2026", "imgUrl": "/image/events/award-poster-zh.gif", + "tips": "如有疑问,请联系:awards2026@code-create.com.hk", "textList": [ { "paragraph": [ diff --git a/src/component/Events/eventsDetail.vue b/src/component/Events/eventsDetail.vue index 8bc4304c..3ef63ea0 100644 --- a/src/component/Events/eventsDetail.vue +++ b/src/component/Events/eventsDetail.vue @@ -47,6 +47,7 @@ v-detailText="introItem.text" > +
{{ eventsDetail.tips }}
@@ -305,4 +306,9 @@ export default defineComponent({ white-space: nowrap; cursor: pointer; } +.tips{ + color: rgba(0, 0, 0, 0.45); + font-size: var(--aida-fsize1-4); + font-weight: 400; +}