diff --git a/src/assets/icons/sellerToolTipClose.svg b/src/assets/icons/sellerToolTipClose.svg new file mode 100644 index 00000000..4138a0a1 --- /dev/null +++ b/src/assets/icons/sellerToolTipClose.svg @@ -0,0 +1,3 @@ + diff --git a/src/assets/images/sellerToolTip/sellerToolTip-1.png b/src/assets/images/sellerToolTip/sellerToolTip-1.png new file mode 100644 index 00000000..ce82f8b2 Binary files /dev/null and b/src/assets/images/sellerToolTip/sellerToolTip-1.png differ diff --git a/src/assets/images/sellerToolTip/sellerToolTip-2.png b/src/assets/images/sellerToolTip/sellerToolTip-2.png new file mode 100644 index 00000000..b2ee0034 Binary files /dev/null and b/src/assets/images/sellerToolTip/sellerToolTip-2.png differ diff --git a/src/assets/images/sellerToolTip/sellerToolTip-3.png b/src/assets/images/sellerToolTip/sellerToolTip-3.png new file mode 100644 index 00000000..28abaab9 Binary files /dev/null and b/src/assets/images/sellerToolTip/sellerToolTip-3.png differ diff --git a/src/component/home/design/childModel.vue b/src/component/home/design/childModel.vue deleted file mode 100644 index e69de29b..00000000 diff --git a/src/lang/cn.ts b/src/lang/cn.ts index 14ee7dc1..0f775d20 100644 --- a/src/lang/cn.ts +++ b/src/lang/cn.ts @@ -1721,5 +1721,19 @@ export default { IncorrectEmailFormat: '请输入正确的邮箱格式', CompleteVerificationCode: '请输入完整的验证码', PleaseEnterYourAccountNumberOrPassword: '请输入您的账号或密码' - } + }, + SellerToolTip: { + title: '如何上架你的设计', + titleInfo: '按照以下4个步骤将你的设计发布到市场。', + step1Title: '选择系列', + step1Info: '选择你要上架的设计系列。', + step2Title: '选择草图', + step2Info: '挑选你要上架的草图,可同时选择多个。', + step3Title: '编辑草图详情', + step3Info: '详情信息已从AiDA自动填充,请检查并补充任何缺失的信息。', + step4Title: '上架发布', + step4Info: '发布后,你的设计将立即在市场上线。', + showAgain: '不再提示', + GetStarted: '开始体验', + } } diff --git a/src/lang/en.ts b/src/lang/en.ts index 2b243faf..239970ed 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -1772,5 +1772,19 @@ export default { IncorrectEmailFormat: 'The email format is incorrect', CompleteVerificationCode: 'Please enter the complete verification code.', PleaseEnterYourAccountNumberOrPassword: 'Please enter your account number or password' + }, + SellerToolTip: { + title: 'How to List your Design', + titleInfo: 'Follow these 4 steps to publish your design to the marketplace.', + step1Title: 'Select Collection', + step1Info: 'Choose the design collection you want to list from.', + step2Title: 'Select Sketch', + step2Info: 'Pick the sketch you want to list. You can select multiple at a time.', + step3Title: 'Edit Sketch Details', + step3Info: 'Details are pre-filled from AiDA. Review and complete any missing information.', + step4Title: 'Listing Live', + step4Info: 'Publish and your design goes live on the marketplace.', + showAgain: 'Don’t show me again', + GetStarted: 'Get Started', } } diff --git a/src/views/SellerDashboard/index.vue b/src/views/SellerDashboard/index.vue index f08af26e..ef6a2bb5 100644 --- a/src/views/SellerDashboard/index.vue +++ b/src/views/SellerDashboard/index.vue @@ -15,14 +15,17 @@