From 32001dffc3839dbed86d87623c20642a517c637a Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Tue, 10 Mar 2026 13:38:56 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E5=90=8D=E7=A7=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en.ts | 12 +- src/lang/zh-cn.ts | 4 +- .../AwardPage/components/ApplySection.vue | 999 +++++++++--------- 3 files changed, 504 insertions(+), 511 deletions(-) diff --git a/src/lang/en.ts b/src/lang/en.ts index 625109c..be1b835 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -17,9 +17,9 @@ export default { step2Desc: 'Applicants must create their\ndesigns exclusively using the\nAiDA platform.​ ', step2ListTitle: 'Your work should clearly demonstrate:', step2List: [ - '· How AiDA is used as a creative tool', - '· Your design concept and creative direction', - '· The intergration of AI and human creativity' + 'How AiDA is used as a creative tool', + 'Your design concept and creative direction', + 'The intergration of AI and human creativity' ], step3Title: 'Step 3. Prepare Your Submission', processVideo: 'Process Video', @@ -48,7 +48,7 @@ export default { 'The 20 finalists will be required to\nsubmit physical garments for final\nevaluation', finalistPieces: 'Number of pieces: 1 full outfit', finalistBasedOn: 'Garments must be produced\nbased on the submitted\nAiDA-generated designs', - finalistShipping: 'Shipping instructions will be provided by\nCode-create', + finalistShipping: 'Shipping instructions will be provided by\nCode-Create', bloomYourCreativity: 'Bloom Your Creativity', themeOf2026: 'Theme of 2026', bloomText: { @@ -58,7 +58,7 @@ export default { regular2: 'is an ', bold2: 'international design competition ', regular3: 'hosted by ', - bold3: 'Code-create ', + bold3: 'Code-Create ', regular4: ', a globally leading\n', bold4: 'AI fashion solutions provider,', regular5: @@ -78,7 +78,7 @@ export default { panelOfJudges: 'Panel of Judges', expertise: 'Expertise', judgesHat: { - jae: 'Code-create\nKorea Branch Director\nBesfxxk creative director', + jae: 'Code-Create\nKorea Branch Director\nBesfxxk creative director', diego: 'Co-founder & Chief Father\nOfficer of OnTheList\n(Hong Kong)', gregory: 'Senior Designer at\nGabriela Heasrst (Italy)', vincenzo: 'Cheif Editor of SCMP Style\n(Hong Kong)', diff --git a/src/lang/zh-cn.ts b/src/lang/zh-cn.ts index 6609466..c872579 100644 --- a/src/lang/zh-cn.ts +++ b/src/lang/zh-cn.ts @@ -43,7 +43,7 @@ export default { step4Desc: '入围的20名决赛选手需提交实体服装以供最终评审。', finalistPieces: '件数:1件套装', finalistBasedOn: '服装要求:必须根据提交的AiDA生成设计制作', - finalistShipping: '运输说明:\n将由Code-create提供', + finalistShipping: '运输说明:\n将由Code-Create提供', bloomYourCreativity: '绽放你的创造力', themeOf2026: '赛事主题', bloomText: { @@ -51,7 +51,7 @@ export default { regular1: '', bold1: 'AiDA全球设计奖2026', regular2: '是由全球领先的AI时尚解决方案提供商', - bold2: ' Code-create ', + bold2: ' Code-Create ', regular3: '主办的', bold3: '国际设计竞赛,\n', regular4: diff --git a/src/views/AwardPage/components/ApplySection.vue b/src/views/AwardPage/components/ApplySection.vue index 966a6b8..80751e3 100644 --- a/src/views/AwardPage/components/ApplySection.vue +++ b/src/views/AwardPage/components/ApplySection.vue @@ -1,529 +1,522 @@