From 4b6a49f403586bb838763fc20f7b072764dde08d Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Sun, 21 Jul 2024 09:00:16 +0800 Subject: [PATCH] eventsPage --- .env.dev | 2 +- src/assets/json/events.json | 112 ++++++++++++++++++++++--- src/component/Events/eventsDetail.vue | 115 ++++++++++++++++++++------ src/component/HomePage/Header.vue | 2 +- src/component/Login/registerModel.vue | 3 + src/main.ts | 12 ++- src/tool/https.js | 14 +++- src/views/HomeMain.vue | 2 +- src/views/HomeView/Events.vue | 5 +- src/views/LoginPage.vue | 3 + tsconfig.json | 2 + 11 files changed, 223 insertions(+), 49 deletions(-) diff --git a/.env.dev b/.env.dev index 4b773b76..57d3c252 100644 --- a/.env.dev +++ b/.env.dev @@ -6,6 +6,6 @@ NODE_ENV = 'development' VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' VUE_APP_BASE_URL = 'https://api.aida.com.hk' # 佩佩 -# VUE_APP_BASE_URL = 'http://192.168.1.7:5567' +VUE_APP_BASE_URL = 'http://192.168.1.7:5567' # 海波 # VUE_APP_BASE_URL = 'http://192.168.1.9:5567' diff --git a/src/assets/json/events.json b/src/assets/json/events.json index 095d47cb..2fecb3f9 100644 --- a/src/assets/json/events.json +++ b/src/assets/json/events.json @@ -2,26 +2,116 @@ "eventsList": [ { "id": 1, - "title": "Culture x AI - KAN TAI KEUNG X AIDLAB X HONG KONG FASHION DESIGNERS SHOW", - "time": "17 Jul 2024", - "imgUrl": "https://www.aidlab.hk/uploads/n_image2_1715056842.png" - },{ - "id": 2, - "title": "Source Fashion 2024", - "time": "14 Jul 2024", - "imgUrl": "https://www.aidlab.hk/uploads/n_image2_1715053576.png" + "title": "Open Call for International Young Fashion Talent", + "time": "31 Aug 2024", + "imgUrl": "https://www.aidlab.hk/uploads/n_image2_1718856817.png" } ], "eventsItem":[ { "id":1, - "title":"Culture x AI - KAN TAI KEUNG X AIDLAB X HONG KONG FASHION DESIGNERS SHOW", - "imgUrl": "https://www.aidlab.hk/uploads/n_image2_1715056842.png", + "title":"Open Call for International Young Fashion Talent", + "imgUrl": "https://www.aidlab.hk/uploads/n_image2_1718856817.png", "textList":[ { "paragraph":[ { - "text":"Stay tuned for the updates~" + "display":"block", + "text":"Culture X AI 2024-2025: Culture and Future Mode is calling for young international fashion talent to join us on our innovative exploration to create collections with Artificial Intelligence based interactive Fashion Assistant (AiDA). The final collections will be showcased in the Hong Kong Palace Museum." + } + ] + },{ + "paragraph":[ + { + "display":"block", + "text":"10 selected young fashion talent will be mentored by the AiDA development team to learn and explore the possibilities of AiDA. Each selected young fashion talent will create a 4-outfit collection themed “Culture” with AiDA. They will receive full technical support and subsidies for the associated production fee. Selected International/ Mainland young talent will also be able to attend the Culture X AI Internation Fashion Show in Hong Kong that is scheduled on 11 March 2025.

" + } + ] + },{ + "button":[ + { + "display":"block", + "text":"Register Now", + "https":"/api/account/activity", + "mehod":"get", + "success":"registration success" + } + ] + },{ + "paragraph":[ + { + "display":"block", + "text":"Important Dates*" + } + ] + },{ + "paragraph":[ + { + "display":"flex", + "text":"
  • 31 August 2024, 23:59 (GMT+8)
  • Deadline for the open call
  • " + } + ] + },{ + "paragraph":[ + { + "display":"flex", + "text":"
  • 8 October 2024 (tentative)
  • Announcement of result
  • " + } + ] + },{ + "paragraph":[ + { + "display":"flex", + "text":"
  • Mid-October 2024 (details to be announced)
  • Online briefing session for selected young talent
  • " + } + ] + },{ + "paragraph":[ + { + "display":"flex", + "text":"
  • Mid-October 2024 to March 2025
  • AiDA Mentorship
  • " + } + ] + },{ + "paragraph":[ + { + "display":"flex", + "text":"
  • 11 March 2025
  • Culture X AI International Fashion Show at the Hong Kong Palace Museum
  • " + } + ] + },{ + "paragraph":[ + { + "display":"flex", + "text":"
  • 31 August 2024, 23:59 (GMT+8)
  • Deadline for the open call
  • " + } + ] + },{ + "paragraph":[ + { + "display":"block", + "text":"*The schedule may subject to change without prior notice

    " + } + ] + },{ + "paragraph":[ + { + "display":"block", + "text":"The “Call for International Young Fashion Talent” is now open for registration and submission. The deadline for submission is 31 August 2024 at 23:59 (GMT +8). Interested individuals can read through the Application Guideline and Terms & Condition and complete the registration here." + } + ] + },{ + "paragraph":[ + { + "display":"block", + "text":"Find out more about Culure X AI 2024-2025: Culture and Future Mode at https://www.culturexai.com" + } + ] + },{ + "paragraph":[ + { + "display":"block", + "text":"For enquiries, please contact us at culturexai@aidlab.hk" } ] } diff --git a/src/component/Events/eventsDetail.vue b/src/component/Events/eventsDetail.vue index 4f9dcc40..b64c2ea7 100644 --- a/src/component/Events/eventsDetail.vue +++ b/src/component/Events/eventsDetail.vue @@ -1,5 +1,5 @@