This commit is contained in:
X1627315083
2025-09-01 14:01:15 +08:00
parent f858120317
commit c387a71ba8
2 changed files with 276 additions and 0 deletions

View File

@@ -0,0 +1,137 @@
<script setup lang="ts">
import { ref, onMounted, onUnmounted, reactive, toRefs } from "vue";
//const props = defineProps({
//})
//const emit = defineEmits([
//])
import { useRouter,useRoute } from 'vue-router'
const router = useRouter();
let data = reactive({
})
const toRegister = () => {
const resolved = router.resolve("/register");
window.open(resolved.href, '_blank');
// window.open('https://develop.aida.com.hk/register', '_blank');
}
const toAida = ()=>{
const resolved = router.resolve("/");
window.open(resolved.href, '_blank');
// window.open('https://develop.aida.com.hk', '_blank');
}
onMounted(()=>{
})
onUnmounted(()=>{
})
defineExpose({})
const {} = toRefs(data);
</script>
<template>
<div class="email3-1EN">
<div class="img">
<img @click="toAida" src="@/assets/images/sendEmailPage/3-1/3-1-1.png" alt="">
<span class="info">点击图片进入AiDA</span>
</div>
<br/>
<div class="text">
<p>亲爱的朋友们</p>
<br/>
<p>首先我们衷心感谢您一直以来对 AiDA 的关注您的支持和参与一直是我们产品优化的核心驱动力 </p>
<br/>
<p>AiDA 凭借其<strong>用户控制的 AI</strong> 技术赢得了大家的认可我们强调用户自主控制以确保与设计师独特的愿景和品牌形象保持一致我们能够快速高效地帮你整合各种输入例如情绪板面料印花和草图等的连贯系列创作缩短产品走向市场的时间使设计流程显著加快 <strong>60%</strong> 以上以及提供尖端的 AIGC 技术在提供全面创意辅助灵感生成的同时生成创新设计</p>
<br/>
<p>现在我们很高兴带来一次更具惊喜的更新</p>
<br/>
</div>
<div class="img">
<img @click="toRegister" src="@/assets/images/sendEmailPage/3-1/3-1-2.png" alt="">
<span class="info">点击图片注册免费体验新版本所有亮点功能</span>
</div>
<!-- <br/>
<br/>
<div class="text">
<p>Today, we are delighted to announce a major update <strong class="big">AiDA 3.1.0</strong> is officially launched! As an upgraded AI fashion design tool, this update not only focuses on experience enhancement but also introduces three practical new features. Most excitingly, we now offer <strong class="big">Free Trial</strong> access to AiDA 3.1.0!</p>
</div> -->
<br/>
<br/>
<br/>
<div class="title">
<p>AiDA 3.1.0的主要更新</p>
</div>
<br/>
<div class="text">
<p><strong>全新直观的 UI 界面</strong>: 重新设计的界面布局更贴合设计工作流程无论您是新用户还是经验丰富的设计师都能快速上手专注于创意输出</p>
<br/>
<p><strong>高级工具使用</strong>: 此前AI 高级工具转产品图产品图编辑产品视频需要完成设计稿才能进一步使用现在它们都可以直接使用同时我们也提供全新画布功能让你的草图设计可以修改和优化立刻帮你提升设计准确性和效率</p>
<br/>
<p><strong>全新定制订阅方案</strong>: 新增三个订阅等级基础个人版 - 高级个人版 - 学术版提供灵活的月/年付款选项基础版包含核心设计功能物超所值学术版提供灵活的定制方案以满足学校的需求</p>
</div>
<div class="video">
<video controls src="https://aida.com.hk/video/test_video.mp4"></video>
<span class="info">点击演示视频封面入口观看我们的全新体验介绍</span>
</div>
<br/>
<br/>
<div class="text">
<p>我们相信 AiDA 3.1.0 将进一步简化您的设计流程释放更多创意可能性我们迫不及待地希望您亲身体验如果您在试用后有任何建议或反馈请随时联系我们您的意见对我们至关重要</p>
<br/>
<p>再次感谢您对 AiDA 的持续关注和支持! </p>
<br/>
<br/>
<p>祝好, </p>
<p>Code-Create</p>
</div>
</div>
</template>
<style lang="less" scoped>
.email3-1EN{
width: 100%;
height: 100%;
position: relative;
overflow-y: auto;
padding: 2rem;
> div{
width: 100%;
> img{
width: 100%;
cursor: pointer;
}
> video{
width: 100%;
cursor: pointer;
}
}
.info{
font-size: 1.2rem;
color: rgb(102,102,102);
@media (max-width: 768px) {
font-size: 1rem;
}
}
> .img,> .video{
display: flex;
flex-direction: column;
}
> .text{
font-size: 1.4rem;
@media (max-width: 768px) {
font-size: 1.2rem;
}
> .big{
font-size: 1.6rem;
@media (max-width: 768px) {
font-size: 1.4rem;
}
}
}
> .title{
font-size: 2.2rem;
font-weight: 900;
@media (max-width: 768px) {
font-size: 1.6rem;
}
}
}
</style>

View File

@@ -0,0 +1,139 @@
<script setup lang="ts">
import { ref, onMounted, onUnmounted, reactive, toRefs } from "vue";
//const props = defineProps({
//})
//const emit = defineEmits([
//])
import { useRouter,useRoute } from 'vue-router'
const router = useRouter();
let data = reactive({
})
const toRegister = () => {
const resolved = router.resolve("/register");
window.open(resolved.href, '_blank');
// window.open('https://develop.aida.com.hk/register', '_blank');
}
const toAida = ()=>{
const resolved = router.resolve("/");
window.open(resolved.href, '_blank');
// window.open('https://develop.aida.com.hk', '_blank');
}
onMounted(()=>{
})
onUnmounted(()=>{
})
defineExpose({})
const {} = toRefs(data);
</script>
<template>
<div class="email3-1EN">
<div class="img">
<img @click="toAida" src="@/assets/images/sendEmailPage/3-1/3-1-1.png" alt="">
<span class="info">Click the image to enter AiDA</span>
</div>
<br/>
<div class="text">
<p>Dear Fashion friends,</p>
<br/>
<p>First, we sincerely thank you for your continued interest and inquiries about AiDA! Your support and engagement have always been the core driver of our product optimization.</p>
<br/>
<p>AiDA has earned your recognition with its <strong>User-Controlled AI</strong>emphasizing user control to ensure alignment with designers' unique vision and brand identity—cohesive collection creation that excels in synthesizing diverse inputs (like moodboards, fabric prints, and sketches) quickly and efficiently, reduced time-to-market that significantly speeds up design processes by over <strong>60%</strong>, and cutting-edge AIGC technology that generates innovative designs while providing comprehensive creative assistance.</p>
<br/>
<p>Now, we're thrilled to bring you an update with even more surprises.</p>
<br/>
</div>
<div class="img">
<img @click="toRegister" src="@/assets/images/sendEmailPage/3-1/3-1-2.png" alt="">
<span class="info">Click the image to register and enjoy all highlight features of the new version for free</span>
</div>
<br/>
<br/>
<div class="text">
<p>Today, we are delighted to announce a major update <strong class="big">AiDA 3.1.0</strong> is officially launched! As an upgraded AI fashion design tool, this update not only focuses on experience enhancement but also introduces three practical new features. Most excitingly, we now offer <strong class="big">Free Trial</strong> access to AiDA 3.1.0!</p>
</div>
<br/>
<br/>
<br/>
<div class="title">
<p>Key Updates of AiDA 3.1.0</p>
</div>
<br/>
<div class="text">
<p><strong>All-New Intuitive UI Interface</strong>: The redesigned interface layout better fits the design workflow. Whether you are a new user or a seasoned designer, you can get started quickly and focus on creative output.</p>
<br/>
<p><strong>Advanced Tool Use</strong>: Previously, AI advanced tools <strong>(To product image, Edit product image, and To product video)</strong> required completion of a sketch design before further use; now, they are all available for direct use. At the same time, we also provide a new Canvas function that allows your sketch design to be modified and optimized - helping you immediately improve design accuracy and efficiency.</p>
<br/>
<p><strong>New Customized Subscription Plans</strong>: Three subscription tiers are added "Basic Personal - Advanced Personal - Academic" with flexible monthly/annual payment options. The Basic tier includes core design features for great value; the Academic tier offers flexible customized plans to meet school needs.</p>
</div>
<div class="video">
<video controls src="https://aida.com.hk/video/test_video.mp4"></video>
<span class="info">Click on the demo video cover to watch our new experience introduction</span>
</div>
<br/>
<br/>
<div class="text">
<p>We believe AiDA 3.1.0 will further simplify your design process and unlock more creative possibilities, and we cant wait for you to experience it firsthand. If you have any suggestions or feedback after the trial, please feel free to contact us your opinions are crucial to us.</p>
<br/>
<br/>
<p>Thank you again for your continuous attention and support to AiDA! </p>
<br/>
<br/>
<p>Best Regards,</p>
<p>Code-Create</p>
</div>
</div>
</template>
<style lang="less" scoped>
.email3-1EN{
width: 100%;
height: 100%;
position: relative;
overflow-y: auto;
padding: 2rem;
> div{
width: 100%;
> img{
width: 100%;
cursor: pointer;
}
> video{
width: 100%;
cursor: pointer;
}
}
.info{
font-size: 1.2rem;
color: rgb(102,102,102);
@media (max-width: 768px) {
font-size: 1rem;
}
}
> .img,> .video{
display: flex;
flex-direction: column;
}
> .text{
font-size: 1.4rem;
@media (max-width: 768px) {
font-size: 1.2rem;
}
> .big{
font-size: 1.6rem;
@media (max-width: 768px) {
font-size: 1.4rem;
}
}
}
> .title{
font-size: 2.2rem;
font-weight: 900;
@media (max-width: 768px) {
font-size: 1.6rem;
}
}
}
</style>