新增活动

This commit is contained in:
X1627315083
2025-06-16 15:08:42 +08:00
parent 5470a31977
commit 549a1c8a7b
7 changed files with 129 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 KiB

View File

@@ -12,6 +12,10 @@
"id": 3, "id": 3,
"title":"✨New Year 2025🎉Let's kick off the year with a burst of inspiration and design!", "title":"✨New Year 2025🎉Let's kick off the year with a burst of inspiration and design!",
"imgUrl": "/image/events/AiDA2025-En.jpg" "imgUrl": "/image/events/AiDA2025-En.jpg"
},{
"id": 4,
"title":"Welcome back Subscribe with the discount code to enjoy 50% OFF!",
"imgUrl": "/image/events/Welcome-back-En.jpg"
} }
], ],
"eventsItem":[ "eventsItem":[
@@ -139,6 +143,59 @@
] ]
} }
] ]
},{
"id":4,
"title":"Welcome back Subscribe with the discount code to enjoy 50% OFF!",
"imgUrl": "/image/events/Welcome-back-En.jpg",
"textList":[
{
"paragraph":[
{
"text":"💠 In February, AiDA underwent a legendary transformation"
},{
"text":"💠 A silky-smooth interface and a turbocharged upgrade to all functions"
},{
"text":"😆 Long-time users are saying: “Wait… is this still the AiDA I knew?!"
}
]
},{
"paragraph":[
{
"text":"Demo video👉 <a href='https://sg834.apps.aliyunpds.com/disk/s/R6SsxBaju9h' target='_blank'>https://sg834.apps.aliyunpds.com/disk/s/R6SsxBaju9h</a>"
}
]
},{
"paragraph":[
{
"text":"⚡️ To welcome back our trial users, weve prepared an exclusive design power-up:"
},{
"text":"✔️ Use the promo code「RIINRMKK」 and enjoy 50% off your subscription"
},{
"text":"✔️ Boost your efficiency by 60%—save hours on every project"
},{
"text":"✔️ sNo design background? No problem! Get stunning drafts in just 5 minutes"
}
]
},{
"paragraph":[
{
"text":"⏳ The countdown is on:"
},{
"text":"✨Ignite your creativity like a volcanic eruption"
},{
"text":"✨Let your inspiration flow like a cosmic waterfall"
}
]
},{
"paragraph":[
{
"text":"Promotional Code: <strong>RIINRMKK</strong>"
},{
"text":"Duration: June 10 to June 30, 2025 After that, subscriptions return to full price. Dont miss it!"
}
]
}
]
} }
] ]
} }

View File

@@ -12,6 +12,10 @@
"id": 3, "id": 3,
"title":"🎉搭上2025的列车打开新设计的大门", "title":"🎉搭上2025的列车打开新设计的大门",
"imgUrl": "/image/events/AiDA2025-Cn.jpg" "imgUrl": "/image/events/AiDA2025-Cn.jpg"
},{
"id": 4,
"title":"设计时速狂飙AiDA 618半价让灵感永不限流",
"imgUrl": "/image/events/Welcome-back-Cn.jpg"
} }
], ],
"eventsItem":[ "eventsItem":[
@@ -139,6 +143,65 @@
] ]
} }
] ]
},{
"id":4,
"title":"设计时速狂飙AiDA 618半价让灵感永不限流",
"imgUrl": "/image/events/Welcome-back-En.jpg",
"textList":[
{
"paragraph":[
{
"text":"618的钟声敲响AiDA的AI设计宇宙正式进入「超维折扣纪元」"
}
]
},{
"paragraph":[
{
"text":"💠 就在今年2月AiDA完成史诗级进化"
},{
"text":"💠 界面如丝绸般顺滑,功能矩阵全面升级。"
},{
"text":"😆 旧版用户惊呼这还是我认识的AiDA吗⁉"
}
]
},{
"paragraph":[
{
"text":"演示视频👉 <a href='https://sg834.apps.aliyunpds.com/disk/s/R6SsxBaju9h' target='_blank'>https://sg834.apps.aliyunpds.com/disk/s/R6SsxBaju9h</a>"
}
]
},{
"paragraph":[
{
"text":"⚡️ 618特供「专属暴击福利」💥"
},{
"text":"✔️ 输入口令“RIINRMKK”订阅直接享受半价"
},{
"text":"✔️ 效率提升60%,设计实践节省一大半!"
},{
"text":"✔️ 零基础也能5分钟出稿轻松搞定设计需求"
}
]
},{
"paragraph":[
{
"text":"⏳ 倒计时警报:"
},{
"text":"👉 让设计如火山喷发般炽热"
},{
"text":"👉 让灵感似银河倾泻般璀璨"
}
]
},{
"paragraph":[
{
"text":"优惠码:<strong>RIINRMKK</strong>"
},{
"text":"活动日期2025.6.10-6.30(后续订阅费用将恢复至原价)"
}
]
}
]
} }
] ]
} }

View File

@@ -1532,6 +1532,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.modal_title_text .modal_title_text_intro a:hover { .modal_title_text .modal_title_text_intro a:hover {
text-decoration: underline; text-decoration: underline;
} }
.modal_title_text .modal_title_text_intro strong {
color: #000;
font-weight: 900;
}
.modal_title_text .modal_title_text_assistant { .modal_title_text .modal_title_text_assistant {
font-size: var(--aida-fsize1-6); font-size: var(--aida-fsize1-6);
font-weight: 400; font-weight: 400;

View File

@@ -1662,6 +1662,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
text-decoration: underline; text-decoration: underline;
} }
} }
strong{
color: #000;
font-weight: 900;
}
} }
.modal_title_text_assistant{ .modal_title_text_assistant{
font-size: var(--aida-fsize1-6); font-size: var(--aida-fsize1-6);

View File

@@ -175,6 +175,7 @@
</div> </div>
</div> </div>
</div> </div>
<a href="https://www.aida.com.hk/zh-hant/contact-us" target="_blank"></a>
</div> </div>
<!-- <div class="exportCanvasBox_title" @click.stop="setCloseNav('move')"> <!-- <div class="exportCanvasBox_title" @click.stop="setCloseNav('move')">