From e16268a0134dcd7099ec0a507a32b93030db7279 Mon Sep 17 00:00:00 2001 From: xupei Date: Thu, 31 Jul 2025 18:20:43 +0800 Subject: [PATCH] =?UTF-8?q?TASK:=20=E9=82=AE=E4=BB=B6=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../132123_affiliate_registration_en.html | 100 ++++++++++ .../132124_affiliate_accepted_en.html | 101 ++++++++++ .../132125_affiliate_refused_en.html | 99 ++++++++++ .../132126_affiliate_monthly_summary_en.html | 134 +++++++++++++ .../118178_willBeExpiredNotification.html | 29 +++ .../124847_portfolio-account-register.html | 17 ++ .../login/128210_change_mailbox_en.html | 17 ++ .../templates/login/132754_绑定邮箱.html | 17 ++ .../templates/login/58020_login_aida_en.html | 17 ++ .../templates/login/58021_exception_ip.html | 16 ++ .../login/58022_update_password.html | 17 ++ .../other/128324_upload_timeout_reminder.html | 17 ++ .../135279_common-exception-reminder.html | 15 ++ ...4888_new_user_payment_notification_cn.html | 25 +++ ...4889_new_user_payment_notification_en.html | 25 +++ ..._renewal_notification_for_old_user_cn.html | 16 ++ ..._renewal_notification_for_old_user_en.html | 16 ++ .../133275_AiDA 积分购买通知-merchant.html | 112 +++++++++++ .../130720_cancel-merchant-en.html | 167 ++++++++++++++++ .../130724_renewal-merchant-en.html | 154 +++++++++++++++ .../subscription/130725_renewal-user-en.html | 172 ++++++++++++++++ .../subscription/130726_renewal-user-cn.html | 160 +++++++++++++++ .../130727_renewal-reminder-user-en.html | 129 ++++++++++++ .../130728_renewal-reminder-user-cn.html | 129 ++++++++++++ ...25_payment_failed_renewal_merchant_en.html | 171 ++++++++++++++++ ...131230_payment_failed_new_merchant_en.html | 139 +++++++++++++ ...131563_payment_failed_renewal_user_en.html | 186 ++++++++++++++++++ ...131564_payment_failed_renewal_user_cn.html | 182 +++++++++++++++++ .../135186_new-user-cn-updated01.html | 158 +++++++++++++++ .../135189_new-user-en-updated01.html | 158 +++++++++++++++ .../135190_new-merchant-en-updated01.html | 157 +++++++++++++++ .../trial/117214_trailOrderTemplate.html | 22 +++ .../117215_trailOrderApprovalTemplate.html | 21 ++ .../trial/117216_notificationTemplate.html | 21 ++ .../122229_notificationChineseTemplate.html | 21 ++ .../trial/122273_trailOrderData.html | 12 ++ .../trial/122591_noTrailOrderTemplate.html | 12 ++ .../118856_AiDA发版完成通知英文版.html | 22 +++ .../122899_AiDA发版完成通知中文版.html | 22 +++ 39 files changed, 3005 insertions(+) create mode 100644 src/main/resources/templates/affiliate/132123_affiliate_registration_en.html create mode 100644 src/main/resources/templates/affiliate/132124_affiliate_accepted_en.html create mode 100644 src/main/resources/templates/affiliate/132125_affiliate_refused_en.html create mode 100644 src/main/resources/templates/affiliate/132126_affiliate_monthly_summary_en.html create mode 100644 src/main/resources/templates/login/118178_willBeExpiredNotification.html create mode 100644 src/main/resources/templates/login/124847_portfolio-account-register.html create mode 100644 src/main/resources/templates/login/128210_change_mailbox_en.html create mode 100644 src/main/resources/templates/login/132754_绑定邮箱.html create mode 100644 src/main/resources/templates/login/58020_login_aida_en.html create mode 100644 src/main/resources/templates/login/58021_exception_ip.html create mode 100644 src/main/resources/templates/login/58022_update_password.html create mode 100644 src/main/resources/templates/other/128324_upload_timeout_reminder.html create mode 100644 src/main/resources/templates/other/135279_common-exception-reminder.html create mode 100644 src/main/resources/templates/payment/124888_new_user_payment_notification_cn.html create mode 100644 src/main/resources/templates/payment/124889_new_user_payment_notification_en.html create mode 100644 src/main/resources/templates/payment/124891_renewal_notification_for_old_user_cn.html create mode 100644 src/main/resources/templates/payment/124892_renewal_notification_for_old_user_en.html create mode 100644 src/main/resources/templates/payment/133275_AiDA 积分购买通知-merchant.html create mode 100644 src/main/resources/templates/subscription/130720_cancel-merchant-en.html create mode 100644 src/main/resources/templates/subscription/130724_renewal-merchant-en.html create mode 100644 src/main/resources/templates/subscription/130725_renewal-user-en.html create mode 100644 src/main/resources/templates/subscription/130726_renewal-user-cn.html create mode 100644 src/main/resources/templates/subscription/130727_renewal-reminder-user-en.html create mode 100644 src/main/resources/templates/subscription/130728_renewal-reminder-user-cn.html create mode 100644 src/main/resources/templates/subscription/131225_payment_failed_renewal_merchant_en.html create mode 100644 src/main/resources/templates/subscription/131230_payment_failed_new_merchant_en.html create mode 100644 src/main/resources/templates/subscription/131563_payment_failed_renewal_user_en.html create mode 100644 src/main/resources/templates/subscription/131564_payment_failed_renewal_user_cn.html create mode 100644 src/main/resources/templates/subscription/135186_new-user-cn-updated01.html create mode 100644 src/main/resources/templates/subscription/135189_new-user-en-updated01.html create mode 100644 src/main/resources/templates/subscription/135190_new-merchant-en-updated01.html create mode 100644 src/main/resources/templates/trial/117214_trailOrderTemplate.html create mode 100644 src/main/resources/templates/trial/117215_trailOrderApprovalTemplate.html create mode 100644 src/main/resources/templates/trial/117216_notificationTemplate.html create mode 100644 src/main/resources/templates/trial/122229_notificationChineseTemplate.html create mode 100644 src/main/resources/templates/trial/122273_trailOrderData.html create mode 100644 src/main/resources/templates/trial/122591_noTrailOrderTemplate.html create mode 100644 src/main/resources/templates/upgrade/118856_AiDA发版完成通知英文版.html create mode 100644 src/main/resources/templates/upgrade/122899_AiDA发版完成通知中文版.html diff --git a/src/main/resources/templates/affiliate/132123_affiliate_registration_en.html b/src/main/resources/templates/affiliate/132123_affiliate_registration_en.html new file mode 100644 index 00000000..0e33a442 --- /dev/null +++ b/src/main/resources/templates/affiliate/132123_affiliate_registration_en.html @@ -0,0 +1,100 @@ + + + + + + Code-Create + + + +
+ + + + +
+
+

+ Code-Create +

+
+ + + + + + + +
+ + + + +
+ + + + +
+
+

A new affiliate has registered on your site, AiDA

+

Name: Default Username

+

+

Default Promotion Method

+
+
+
+
+ + + + + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/resources/templates/affiliate/132124_affiliate_accepted_en.html b/src/main/resources/templates/affiliate/132124_affiliate_accepted_en.html new file mode 100644 index 00000000..c4220197 --- /dev/null +++ b/src/main/resources/templates/affiliate/132124_affiliate_accepted_en.html @@ -0,0 +1,101 @@ + + + + + + Code-Create + + + +
+ + + + +
+
+

+ Code-Create +

+
+ + + + + + + +
+ + + + +
+ + + + +
+
+

Congratulations Default Username!

+

Your affiliate application on AiDA + has been accepted!

+

Log into your affiliate area at + https://code-create.com.hk/referral/

+
+
+
+
+ + + + + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/resources/templates/affiliate/132125_affiliate_refused_en.html b/src/main/resources/templates/affiliate/132125_affiliate_refused_en.html new file mode 100644 index 00000000..94181b43 --- /dev/null +++ b/src/main/resources/templates/affiliate/132125_affiliate_refused_en.html @@ -0,0 +1,99 @@ + + + + + + Code-Create + + + +
+ + + + +
+
+

+ Code-Create +

+
+ + + + + + + +
+ + + + +
+ + + + +
+
+

Hi Default Username,

+

We regret to inform you that your Affiliate application on AiDA + has been declined.

+
+
+
+
+ + + + + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/resources/templates/affiliate/132126_affiliate_monthly_summary_en.html b/src/main/resources/templates/affiliate/132126_affiliate_monthly_summary_en.html new file mode 100644 index 00000000..93d0f085 --- /dev/null +++ b/src/main/resources/templates/affiliate/132126_affiliate_monthly_summary_en.html @@ -0,0 +1,134 @@ + + + + + + Code-Create + + + +
+ + + + +
+ + + + +
+ + + + +
+ + + + +
+
+
+

+ Hey there! +

+

+ Let's see how your affiliate program has + performed over the last 30 days.

+
+
+
+

+  +

+

+ + Total Program Revenue +

+

+ + $0.00 +

+
+
+

+  +

+

+ + New Approved Affiliates +

+

+ + 0 +

+
+
+

+  +

+

+ + Unpaid Earnings +

+

+ + $0.00 +

+
+
+

+  +

+

+ + Paid Earnings +

+

+ + $0.00 +

+
+
+
+
+
+
+
+
+ +

+ + This email was auto-generated and sent from AiDA. +

+
+
+ + + \ No newline at end of file diff --git a/src/main/resources/templates/login/118178_willBeExpiredNotification.html b/src/main/resources/templates/login/118178_willBeExpiredNotification.html new file mode 100644 index 00000000..82ce7472 --- /dev/null +++ b/src/main/resources/templates/login/118178_willBeExpiredNotification.html @@ -0,0 +1,29 @@ + + + + + + Subscription Expiry Reminder + + + +

Dear User,

+

We hope this message finds you well.

+

+ As a valued member of AiDA, we want to remind you that your account subscription is set to expire in + X days. We appreciate your continued support and would love to have you with us for another term. +

+

+ Account Expiry Reminder: Your current subscription is scheduled to end in + X days. To ensure uninterrupted access to AiDA services, we encourage you to consider renewing your subscription. +

+

+ For your convenience, if you are on an online subscription, there's no need to manually resubscribe – your subscription will automatically renew unless you choose to cancel before the expiration date. Additionally, we kindly remind you that there is no refund on paid subscriptions. +

+

+ Thank you for being a part of AiDA. If you have any questions or need assistance, feel free to contact our support team. +

+

Best regards,
AiDA Team

+ + + \ No newline at end of file diff --git a/src/main/resources/templates/login/124847_portfolio-account-register.html b/src/main/resources/templates/login/124847_portfolio-account-register.html new file mode 100644 index 00000000..be0c28fb --- /dev/null +++ b/src/main/resources/templates/login/124847_portfolio-account-register.html @@ -0,0 +1,17 @@ + + + + + + AiDA Works Square Verification Code + + + +

+ AiDA: The one-time verification code for registering your AiDA Works Square account is + 123456, + which will expire in 30 minutes. Please do not share with anyone. +

+ + + \ No newline at end of file diff --git a/src/main/resources/templates/login/128210_change_mailbox_en.html b/src/main/resources/templates/login/128210_change_mailbox_en.html new file mode 100644 index 00000000..a3470608 --- /dev/null +++ b/src/main/resources/templates/login/128210_change_mailbox_en.html @@ -0,0 +1,17 @@ + + + + + + Password Reset Verification Code + + + +

+ AiDA: Your one-time verification code for reset password is + 123456 + and will expire in 180s. Please don’t share it with anyone. +

+ + + \ No newline at end of file diff --git a/src/main/resources/templates/login/132754_绑定邮箱.html b/src/main/resources/templates/login/132754_绑定邮箱.html new file mode 100644 index 00000000..fd711ffc --- /dev/null +++ b/src/main/resources/templates/login/132754_绑定邮箱.html @@ -0,0 +1,17 @@ + + + + + + Email Binding Verification Code + + + +

+ AiDA: Your one-time verification code for AiDA binding email is + 123456 + and will expire in 180s. Please don’t share it with anyone. +

+ + + \ No newline at end of file diff --git a/src/main/resources/templates/login/58020_login_aida_en.html b/src/main/resources/templates/login/58020_login_aida_en.html new file mode 100644 index 00000000..570b05c2 --- /dev/null +++ b/src/main/resources/templates/login/58020_login_aida_en.html @@ -0,0 +1,17 @@ + + + + + + AiDA Verification Code + + + +

+ AiDA: Your one-time verification code for AiDA log on is + 123456 + and will expire in 180s. Please don’t share it with anyone. +

+ + + \ No newline at end of file diff --git a/src/main/resources/templates/login/58021_exception_ip.html b/src/main/resources/templates/login/58021_exception_ip.html new file mode 100644 index 00000000..a5f0756b --- /dev/null +++ b/src/main/resources/templates/login/58021_exception_ip.html @@ -0,0 +1,16 @@ + + + + + + Account Login Notification + + + +

+ AiDA: Please be attention that your account is now logged at time (IP address: + Unknown IP). +

+ + + \ No newline at end of file diff --git a/src/main/resources/templates/login/58022_update_password.html b/src/main/resources/templates/login/58022_update_password.html new file mode 100644 index 00000000..a3470608 --- /dev/null +++ b/src/main/resources/templates/login/58022_update_password.html @@ -0,0 +1,17 @@ + + + + + + Password Reset Verification Code + + + +

+ AiDA: Your one-time verification code for reset password is + 123456 + and will expire in 180s. Please don’t share it with anyone. +

+ + + \ No newline at end of file diff --git a/src/main/resources/templates/other/128324_upload_timeout_reminder.html b/src/main/resources/templates/other/128324_upload_timeout_reminder.html new file mode 100644 index 00000000..b7c83935 --- /dev/null +++ b/src/main/resources/templates/other/128324_upload_timeout_reminder.html @@ -0,0 +1,17 @@ + + + + + + Image Upload Timeout Notification + + + +

+ User 用户上传图片超时,用时 + X 秒。 + 请及时查看并排查。 +

+ + + \ No newline at end of file diff --git a/src/main/resources/templates/other/135279_common-exception-reminder.html b/src/main/resources/templates/other/135279_common-exception-reminder.html new file mode 100644 index 00000000..d8cf262c --- /dev/null +++ b/src/main/resources/templates/other/135279_common-exception-reminder.html @@ -0,0 +1,15 @@ + + + + + + Function Exception Notification + + + +

+ Function处理异常。请及时查看。 +

+ + + \ No newline at end of file diff --git a/src/main/resources/templates/payment/124888_new_user_payment_notification_cn.html b/src/main/resources/templates/payment/124888_new_user_payment_notification_cn.html new file mode 100644 index 00000000..506a6779 --- /dev/null +++ b/src/main/resources/templates/payment/124888_new_user_payment_notification_cn.html @@ -0,0 +1,25 @@ + + + + + + Welcome to AiDA + + + +

尊敬的 User

+

欢迎加入AiDA!已经为您创建了AiDA账号。

+

账户详情:

+ +

请使用此链接 (https://aida.com.hk/login) 登录。首次登录输入的密码即为你的登录密码。

+

账号有效期至 2023-12-31

+

请注意,系统将默认开启您的自动续订。如需取消,请登录您的Code-Create账号,在“我的账号”-“订阅”中取消自动订阅。

+

感谢您选择AiDA。如果您有任何问题或需要帮助,请随时联系我们的支持团队 info@code-create.com.hk

+

祝好,
AiDA团队

+ + + \ No newline at end of file diff --git a/src/main/resources/templates/payment/124889_new_user_payment_notification_en.html b/src/main/resources/templates/payment/124889_new_user_payment_notification_en.html new file mode 100644 index 00000000..0be56384 --- /dev/null +++ b/src/main/resources/templates/payment/124889_new_user_payment_notification_en.html @@ -0,0 +1,25 @@ + + + + + + Welcome to AiDA + + + +

Dear User,

+

Welcome to AiDA! Your AiDA account has been successfully created.

+

Account Details:

+ +

Please use this link (https://aida.com.hk/login) to log in. The first password you enter upon logging in will be your login password.

+

Account valid until 2023-12-31.

+

Please note, the system will automatically enable your auto-renewal. If you wish to cancel, please log in to your Code-Create account and navigate to "My Account" - "Subscriptions" to disable auto-renewal.

+

Thank you for choosing AiDA. If you have any questions or need assistance, please feel free to contact our support team at info@code-create.com.hk.

+

Best regards,
AiDA Team

+ + + \ No newline at end of file diff --git a/src/main/resources/templates/payment/124891_renewal_notification_for_old_user_cn.html b/src/main/resources/templates/payment/124891_renewal_notification_for_old_user_cn.html new file mode 100644 index 00000000..50286107 --- /dev/null +++ b/src/main/resources/templates/payment/124891_renewal_notification_for_old_user_cn.html @@ -0,0 +1,16 @@ + + + + + + Renewal Confirmation + + + +

尊敬的 User

+

已为您成功续费AiDA。本次续费后账户有效期至 2023-12-31

+

非常感谢您对AiDA的支持。如果您有任何问题或需要帮助,请随时联系我们的支持团队 info@code-create.com.hk

+

祝好,
AiDA团队

+ + + \ No newline at end of file diff --git a/src/main/resources/templates/payment/124892_renewal_notification_for_old_user_en.html b/src/main/resources/templates/payment/124892_renewal_notification_for_old_user_en.html new file mode 100644 index 00000000..1626a126 --- /dev/null +++ b/src/main/resources/templates/payment/124892_renewal_notification_for_old_user_en.html @@ -0,0 +1,16 @@ + + + + + + Renewal Confirmation + + + +

Dear User,

+

Your AiDA subscription has been successfully renewed. After this renewal, your account will be valid until 2023-12-31.

+

Thank you very much for your support of AiDA. If you have any questions or need assistance, please feel free to contact our support team at info@code-create.com.hk.

+

Best regards,
AiDA Team

+ + + \ No newline at end of file diff --git a/src/main/resources/templates/payment/133275_AiDA 积分购买通知-merchant.html b/src/main/resources/templates/payment/133275_AiDA 积分购买通知-merchant.html new file mode 100644 index 00000000..bcb26325 --- /dev/null +++ b/src/main/resources/templates/payment/133275_AiDA 积分购买通知-merchant.html @@ -0,0 +1,112 @@ + + + + Code-Create + + + +
+ + + + + + + +
+
+

+ Code-Create +

+
+ + + + + + + +
+ + + + +
+

New Credit Purchase Order

+
+
+ + + + +
+ + + + +
+
+

You have received an order from Alipay-HK. The payer is: User

+

Details

+
+ + + + + + + + + + + + + + + +
ProductQuantityPrice
AiDA Credits + 1 + + + $ + 0.00 + +
+
+

Congratulations on the sale.

+

Yours sincerely,
The AiDA Team

+
+
+
+
+
+ + + + + +
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/subscription/130720_cancel-merchant-en.html b/src/main/resources/templates/subscription/130720_cancel-merchant-en.html new file mode 100644 index 00000000..fda18aa5 --- /dev/null +++ b/src/main/resources/templates/subscription/130720_cancel-merchant-en.html @@ -0,0 +1,167 @@ + + + + + + Code-Create + + + + +
+ + + + + + + +
+
+

Code-Create

+
+ + + + + + + +
+ + + + + +
+

Subscription Cancelled

+
+ +
+ + + + + +
+ + + + + +
+
+ +

A subscription belonging to + has been cancelled. Their subscription's + details are as follows:

+ + + + + + + + + + + + + + + + +
SubscriptionLast Order DateEnd of Prepaid Term
+ + +
+
+ +

+ [Order #] +

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductQuantityPrice
+ AiDA + + $ +
Subtotal:$ +
Payment method:
Total:$ +
+
+ +

Yours sincerely,
Code-Create +

+
+
+ +
+ +
+
+ + + + + + + +
+
+ + + \ No newline at end of file diff --git a/src/main/resources/templates/subscription/130724_renewal-merchant-en.html b/src/main/resources/templates/subscription/130724_renewal-merchant-en.html new file mode 100644 index 00000000..d4fd7617 --- /dev/null +++ b/src/main/resources/templates/subscription/130724_renewal-merchant-en.html @@ -0,0 +1,154 @@ + + + + Code-Create + + + +
+ + + + + + + +
+
+

Code-Create

+
+ + + + + + + +
+ + + + +
+

New subscription renewal order

+
+
+ + + + +
+ + + + +
+
+ +

You have received a subscription renewal order from . Their order is as follows:

+ +

+ [Order #] ()

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductQuantityPrice
+ AiDA + + + + $ +
Subtotal:$
Payment method:
Total:$
+
+ +
+

Subscription information

+ + + + + + + + + + + + + + + + + +
IDStart dateEnd dateRecurring total
#When cancelled + $ every 1 +
+
+ +

Username:

+

Your next payment is due on

+

Congratulations on the sale.

+

Yours sincerely,
Code-Create

+
+
+
+
+
+ + + + + +
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/subscription/130725_renewal-user-en.html b/src/main/resources/templates/subscription/130725_renewal-user-en.html new file mode 100644 index 00000000..17d00e97 --- /dev/null +++ b/src/main/resources/templates/subscription/130725_renewal-user-en.html @@ -0,0 +1,172 @@ + + + + Code-Create + + + +
+ + + + + + + +
+
+

Code-Create

+
+ + + + + + + +
+ + + + +
+

Your renewal order is complete

+
+
+ + + + +
+ + + + +
+
+ +

Hi ,

+

We have finished processing + your subscription renewal order.

+ +

+ [Order #] + ()

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductQuantityPrice
+ AiDA + + + + $ +
Subtotal:$ +
Payment method:
Total:$ +
Note:AiDA
+
+ +
+

+ Subscription information

+ + + + + + + + + + + + + + + + + +
IDStart dateEnd dateRecurring total
# + When cancelled + $ + / +
+
+ +

+ Username:

+

+ Your next payment is due on + +

+

Thanks for your subscription. +

+

Yours sincerely,
Code-Create +

+
+
+
+
+
+ + + + + +
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/subscription/130726_renewal-user-cn.html b/src/main/resources/templates/subscription/130726_renewal-user-cn.html new file mode 100644 index 00000000..bccd1d4e --- /dev/null +++ b/src/main/resources/templates/subscription/130726_renewal-user-cn.html @@ -0,0 +1,160 @@ + + + + Code-Create + + + +
+ + + + + + + +
+
+

Code-Create

+
+ + + + + + + +
+ + + + +
+

您的续订订单已完成

+
+
+ + + + +
+ + + + +
+
+ +

您好,

+

我们已完成您的订阅续订订单的处理。

+ +

+ [订单 #] + ()

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
产品数量价格
+ AiDA + + + + $ +
购物小计:$
付款方式:
总计:$
备注:AiDA
+
+ +
+

订阅信息

+ + + + + + + + + + + + + + + + + +
订阅订阅开始日期订阅结束日期续订信息
#手动取消订阅时 + $ / +
+
+ +

用户名:

+

您的下次付款截止日期是

+

感谢您的订阅。

+

谨上,
Code-Create

+
+
+
+
+
+ + + + + +
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/subscription/130727_renewal-reminder-user-en.html b/src/main/resources/templates/subscription/130727_renewal-reminder-user-en.html new file mode 100644 index 00000000..bbc4d1d0 --- /dev/null +++ b/src/main/resources/templates/subscription/130727_renewal-reminder-user-en.html @@ -0,0 +1,129 @@ + + + + Code-Create + + + +
+ + + + + + + +
+
+

Code-Create

+
+ + + + + + + +
+ + + + +
+

Subscription Renewal Reminder

+
+
+ + + + +
+ + + + +
+
+ +

Hi ,

Just a friendly reminder that your Code-Create subscription will renew on .

If you have a valid payment method on file with us, you don't need to do anything.

Your subscription details are below:

+

+ [Subscription #]

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductQuantityPrice
+ AiDA + + + + $ every 1 +
Subtotal:$
Payment method:
Total: + $ every 1 +
+
+ +

Username:

+

Yours sincerely,
Code-Create

+
+
+
+
+
+ + + + + +
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/subscription/130728_renewal-reminder-user-cn.html b/src/main/resources/templates/subscription/130728_renewal-reminder-user-cn.html new file mode 100644 index 00000000..5efeffcd --- /dev/null +++ b/src/main/resources/templates/subscription/130728_renewal-reminder-user-cn.html @@ -0,0 +1,129 @@ + + + + Code-Create + + + +
+ + + + + + + +
+
+

Code-Create

+
+ + + + + + + +
+ + + + +
+

订阅续订提醒

+
+
+ + + + +
+ + + + +
+
+ +

您好,

温馨提醒,您的Code-Create订阅将于 续订.

如果您在我们这里有有效的支付方式,您无需采取任何操作。

您的订阅详情如下:

+

+ [订阅信息 #]

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
产品数量价格
+ AiDA + + + + $ +
购物小计:$
付款方式:
总计: + $ +
+
+ +

用户名:

+

谨上,
Code-Create

+
+
+
+
+
+ + + + + +
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/subscription/131225_payment_failed_renewal_merchant_en.html b/src/main/resources/templates/subscription/131225_payment_failed_renewal_merchant_en.html new file mode 100644 index 00000000..a37b2746 --- /dev/null +++ b/src/main/resources/templates/subscription/131225_payment_failed_renewal_merchant_en.html @@ -0,0 +1,171 @@ + + + + Code-Create + + + +
+ + + + + + + +
+
+

Code-Create

+
+ + + + + + + +
+ + + + +
+

Order Failed: #

+
+
+ + + + +
+ + + + +
+
+ +

Payment for order # + from has failed. The order was as follows: +

+ +

+ [Order #] () +

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductQuantityPrice
+ AiDA + + + + $ +
Payment method:
last4:
FailMessage:
Total:$ +
+
+ +
+

+ Subscription information

+ + + + + + + + + + + + + + + + + +
IDStart dateEnd dateRecurring total
# + When cancelled + $ + every 1
+ Next payment: + +
+
+ +

+ Username:

+

+ Your next payment is due on +

+ +

Yours sincerely,
Code-Create +

+
+
+
+
+
+ + + + + +
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/subscription/131230_payment_failed_new_merchant_en.html b/src/main/resources/templates/subscription/131230_payment_failed_new_merchant_en.html new file mode 100644 index 00000000..f4b95813 --- /dev/null +++ b/src/main/resources/templates/subscription/131230_payment_failed_new_merchant_en.html @@ -0,0 +1,139 @@ + + + + Code-Create + + + +
+ + + + + + + +
+
+

Code-Create

+
+ + + + + + + +
+ + + + +
+

Order Failed: #

+
+
+ + + + +
+ + + + +
+
+ +

Payment for order # + from has failed. The order was as follows: +

+ +

+ [Order #] () +

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductQuantityPrice
+ AiDA + + + + $ +
Payment method:
last4:
FailMessage:
Total:$ +
+
+ +

+ Username:

+ +

Yours sincerely,
Code-Create +

+
+
+
+
+
+ + + + + +
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/subscription/131563_payment_failed_renewal_user_en.html b/src/main/resources/templates/subscription/131563_payment_failed_renewal_user_en.html new file mode 100644 index 00000000..a2aff81f --- /dev/null +++ b/src/main/resources/templates/subscription/131563_payment_failed_renewal_user_en.html @@ -0,0 +1,186 @@ + + + + + + Code-Create + + + + +
+ + + + + + + +
+
+

Code-Create

+
+ + + + + + + +
+ + + + + +
+

Order Failed: #

+
+ +
+ + + + + +
+ + + + + +
+
+ +

Hi ,

+

We have noticed that the automatic renewal for your AiDA subscription was unsuccessful. To ensure that you can continue using our services, please visit your + account page to make a payment.

+ +

+ [Order #] () +

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductQuantityPrice
+ AiDA + + + + $ +
Payment method:
last4:
FailMessage:
Total:$ +
+
+ +
+

+ Subscription information

+ + + + + + + + + + + + + + + + + +
IDStart dateEnd dateRecurring total
# + When cancelled + $ + every 1
+ Next payment: + +
+

You can reprocess this subscription payment from your + account page.

+
+ +

+ Username:

+ +

Yours sincerely,
Code-Create +

+
+
+ +
+ +
+
+ + + + + + + +
+
+ + + \ No newline at end of file diff --git a/src/main/resources/templates/subscription/131564_payment_failed_renewal_user_cn.html b/src/main/resources/templates/subscription/131564_payment_failed_renewal_user_cn.html new file mode 100644 index 00000000..e4196ce3 --- /dev/null +++ b/src/main/resources/templates/subscription/131564_payment_failed_renewal_user_cn.html @@ -0,0 +1,182 @@ + + + + + + Code-Create + + + + +
+ + + + + + + +
+
+

Code-Create

+
+ + + + + + + +
+ + + + + +
+

Order Failed: #

+
+ +
+ + + + + +
+ + + + + +
+
+ +

您好,

+

我们注意到您订阅的 AiDA 服务自动续费未能成功。为了确保您能够继续使用我们的服务,请您访问 + 个人订单页面 重新进行支付。

+ +

+ [订单 #] ()

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
产品数量价格
+ AiDA + + + + $ +
付款方式:
卡号后4位: +
失败原因:$ +
总计:
+
+ +
+

+ 订阅信息

+ + + + + + + + + + + + + + + + + +
订阅号订阅开始日期订阅结束日期续订信息
# + 手动取消订阅时 + $ + / +
+

您可以从您的 + 账户页面重新处理此订阅付款。

+
+ +

+ 用户名:

+

感谢您的订阅。

+

谨上,
Code-Create

+
+
+ +
+ +
+
+ + + + + + + +
+
+ + + \ No newline at end of file diff --git a/src/main/resources/templates/subscription/135186_new-user-cn-updated01.html b/src/main/resources/templates/subscription/135186_new-user-cn-updated01.html new file mode 100644 index 00000000..46784242 --- /dev/null +++ b/src/main/resources/templates/subscription/135186_new-user-cn-updated01.html @@ -0,0 +1,158 @@ + + + + Code-Create + + + +
+ + + + + + + +
+
+

Code-Create

+
+ + + + + + + +
+ + + + +
+

感谢您的订阅

+
+
+ + + + +
+ + + + +
+
+ +

您好,

+

我们已完成您的订阅订单处理。

+ +

+ [订单 #] + ( )

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
产品数量价格
+ AiDA + + + + $ +
购物小计:$
付款方式:
总计:$
+
+ +
+

订阅信息

+ + + + + + + + + + + + + + + + + +
订阅订阅开始日期订阅结束日期续订信息
# + $ / +
+ 下次付款日期: +
+
+ +

用户名:

+

您的下次付款截止日期是

+

感谢您的订阅。

+

谨上,
Code-Create

+
+
+
+
+
+ + + + + +
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/subscription/135189_new-user-en-updated01.html b/src/main/resources/templates/subscription/135189_new-user-en-updated01.html new file mode 100644 index 00000000..efa4f3c2 --- /dev/null +++ b/src/main/resources/templates/subscription/135189_new-user-en-updated01.html @@ -0,0 +1,158 @@ + + + + Code-Create + + + +
+ + + + + + + +
+
+

Code-Create

+
+ + + + + + + +
+ + + + +
+

Thanks for your subscription.

+
+
+ + + + +
+ + + + +
+
+ +

Hi ,

+

We have finished processing your subscription order.

+ +

+ [Order #] + ( )

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductQuantityPrice
+ AiDA + + + + $ +
Subtotal:$
Payment method:
Total:$
+
+ +
+

Subscription information

+ + + + + + + + + + + + + + + + + +
IDStart dateEnd dateRecurring total
# + $ / +
+ Next payment: +
+
+ +

Username:

+

Your next payment is due on

+

Thanks for your subscription.

+

Yours sincerely,
Code-Create

+
+
+
+
+
+ + + + + +
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/subscription/135190_new-merchant-en-updated01.html b/src/main/resources/templates/subscription/135190_new-merchant-en-updated01.html new file mode 100644 index 00000000..d6125728 --- /dev/null +++ b/src/main/resources/templates/subscription/135190_new-merchant-en-updated01.html @@ -0,0 +1,157 @@ + + + + Code-Create + + + +
+ + + + + + + +
+
+

Code-Create

+
+ + + + + + + +
+ + + + +
+

New Order: #

+
+
+ + + + +
+ + + + +
+
+ +

You’ve received the following order from :

+ +

[Order #] + + ( )

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductQuantityPrice
+ AiDA + + + + $ +
Subtotal:$
Payment method:
Total:$
+
+ +
+

Subscription information

+ + + + + + + + + + + + + + + + + +
IDStart dateEnd dateRecurring total
# + $ every 1 +
+ Next payment: +
+
+ +

Username:

+

Your next payment is due on

+

Congratulations on the sale.

+

Yours sincerely,
Code-Create

+
+
+
+
+
+ + + + + +
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/trial/117214_trailOrderTemplate.html b/src/main/resources/templates/trial/117214_trailOrderTemplate.html new file mode 100644 index 00000000..927da446 --- /dev/null +++ b/src/main/resources/templates/trial/117214_trailOrderTemplate.html @@ -0,0 +1,22 @@ + + + + + Trial Order Approval Notification + + +

Dear Approver,

+

A new trial order request is awaiting your approval.

+

Order Details:

+ +

Please log in to the system to proceed with the approval. Your timely action will greatly assist our service provision.

+

Thank you!

+

Best regards,
AIDA Team

+ + \ No newline at end of file diff --git a/src/main/resources/templates/trial/117215_trailOrderApprovalTemplate.html b/src/main/resources/templates/trial/117215_trailOrderApprovalTemplate.html new file mode 100644 index 00000000..b5a00a73 --- /dev/null +++ b/src/main/resources/templates/trial/117215_trailOrderApprovalTemplate.html @@ -0,0 +1,21 @@ + + + + + Trial Order Approved Notification + + +

Dear approver,

+

The following trial order request has been approved. The applicant will be notified accordingly.

+

Order Details:

+ +

Thank you for your prompt approval!

+

Best regards,
AIDA Team

+ + \ No newline at end of file diff --git a/src/main/resources/templates/trial/117216_notificationTemplate.html b/src/main/resources/templates/trial/117216_notificationTemplate.html new file mode 100644 index 00000000..be7ec9a1 --- /dev/null +++ b/src/main/resources/templates/trial/117216_notificationTemplate.html @@ -0,0 +1,21 @@ + + + + + Trial Order Approval Notification + + +

Dear ,

+

Congratulations! Your trial order request has been approved.

+

Account Details:

+ +

You now have a trial account with AIDA. Please use this link to login. When you log in for the first time, your initial password will be set as the same password you use to log in.

+

Trial Period: Days

+

Thank you for choosing AIDA. If you have any questions or need assistance, feel free to contact our support team.

+

Best regards,
AIDA Team

+ + \ No newline at end of file diff --git a/src/main/resources/templates/trial/122229_notificationChineseTemplate.html b/src/main/resources/templates/trial/122229_notificationChineseTemplate.html new file mode 100644 index 00000000..aaae14ee --- /dev/null +++ b/src/main/resources/templates/trial/122229_notificationChineseTemplate.html @@ -0,0 +1,21 @@ + + + + + 试用订单批准通知 + + +

尊敬的

+

恭喜您!您的试订单请求已获批准。

+

账户详情:

+ +

您现在拥有一个AIDA的试用账户。请使用此 链接 登录。首次登录时,您的初始密码将与您用于登录的密码相同。

+

试用期:

+

感谢您选择AiDA。如果您有任何问题或需要帮助,请随时联系我们的支持团队。

+

祝好,
AiDA团队

+ + \ No newline at end of file diff --git a/src/main/resources/templates/trial/122273_trailOrderData.html b/src/main/resources/templates/trial/122273_trailOrderData.html new file mode 100644 index 00000000..a61b6bd2 --- /dev/null +++ b/src/main/resources/templates/trial/122273_trailOrderData.html @@ -0,0 +1,12 @@ + + + + + 通知邮件 + + +

Dear management,

+

The email attachment contains a list of trial user orders that were applied for and approved the previous day.

+

Best regards,
AiDA Team

+ + \ No newline at end of file diff --git a/src/main/resources/templates/trial/122591_noTrailOrderTemplate.html b/src/main/resources/templates/trial/122591_noTrailOrderTemplate.html new file mode 100644 index 00000000..81ac800a --- /dev/null +++ b/src/main/resources/templates/trial/122591_noTrailOrderTemplate.html @@ -0,0 +1,12 @@ + + + + + 关于AiDA试用用户账户申请订单的通知 + + +

Dear management

+

There were no new AiDA trial user account application orders added yesterday.

+

Best regards,
AiDA team

+ + \ No newline at end of file diff --git a/src/main/resources/templates/upgrade/118856_AiDA发版完成通知英文版.html b/src/main/resources/templates/upgrade/118856_AiDA发版完成通知英文版.html new file mode 100644 index 00000000..04d69fb0 --- /dev/null +++ b/src/main/resources/templates/upgrade/118856_AiDA发版完成通知英文版.html @@ -0,0 +1,22 @@ + + + + + AiDA 3.0 System Upgrade Notification + + +

Dear ,

+

We are pleased to inform you that the AiDA 3.0 system has been successfully upgraded, and all services are now fully operational. We appreciate your patience during the upgrade process. You can now experience the new version by visiting https://www.aida.com.hk. For more details, please refer to the user manual https://code-create.com.hk/wp-content/uploads/2025/02/aida_3.0-Manual-2_5-EN.pdf and demo video https://code-create.com.hk/wp-content/uploads/2025/02/AiDA-demo-video_2_5_EN.mp4.

+

Here's what's new in this update:

+
    +
  1. Added quick login options with Google and WeChat integration, allowing instant access to AiDA after registration as trial user.
  2. +
  3. Enhanced user profile interface with Google and WeChat account binding, hover - view user information, and personal information editing capabilities.
  4. +
  5. Introduced in - app subscription feature with subscription management, purchase history viewing, and payment details.
  6. +
  7. Redesigned main interface with a three - column layout, featuring streaming display, drag - and - drop sorting, and zoom/delete functionality.
  8. +
  9. Extended drawing shortcuts with new hotkeys for brush size adjustment and undo operations.
  10. +
  11. Optimized guest access privileges, enabling viewing of favorites and history pages.
  12. +
  13. Refreshed interface design for both HISTORY and LIBRARY pages.
  14. +
+

Best regards,
AiDA Team

+ + \ No newline at end of file diff --git a/src/main/resources/templates/upgrade/122899_AiDA发版完成通知中文版.html b/src/main/resources/templates/upgrade/122899_AiDA发版完成通知中文版.html new file mode 100644 index 00000000..67e37464 --- /dev/null +++ b/src/main/resources/templates/upgrade/122899_AiDA发版完成通知中文版.html @@ -0,0 +1,22 @@ + + + + + AiDA 3.0系统升级通知 + + +

尊敬的

+

我们很高兴地宣布,AiDA 3.0系统的计划升级已成功完成,所有服务现已全面恢复运行。感谢您在升级期间的耐心和理解。请访问 https://www.aida.com.hk 开始体验全新版本。使用详情请参考用户手册 https://code-create.com.hk/wp-content/uploads/2025/02/aida_3.0-Manual-2_5-CN.pdf 和演示视频 https://code-create.com.hk/wp-content/uploads/2025/02/AiDA-demo-video_2_5_CN.mp4

+

本次更新内容如下:

+
    +
  1. 新增谷歌和微信快捷登录功能,注册后即可试用AiDA。
  2. +
  3. 升级个人信息页面,用户可绑定谷歌、微信账号,鼠标悬停可查看用户信息,支持个人信息修改。
  4. +
  5. 新增系统内订阅功能,支持订阅管理、查看购买记录和付款详情。
  6. +
  7. 全新三栏式主界面设计,支持流式展示、拖拽排序、缩放删除等操作。
  8. +
  9. 扩展绘画快捷键功能,新增画笔大小调节和撤回等快捷键。
  10. +
  11. 优化游客权限,开放收藏和历史记录查看功能。
  12. +
  13. 重新设计HISTORY和LIBRARY界面风格。
  14. +
+

祝好,
AiDA团队

+ + \ No newline at end of file