feat: 提交页面

This commit is contained in:
2026-04-16 17:31:31 +08:00
parent d4d104c690
commit 9e12d54540
6 changed files with 194 additions and 24 deletions

View File

@@ -1748,5 +1748,17 @@ export default {
productImageSubTitle:' (来自设计集)',
apparelSketchTitle:'服装线稿图 ',
apparelSketchSubTitle:' (来自设计集)',
productName:'商品名称',
price:'价格',
productDescription:'商品描述',
designFor:'目标人群',
productCategory:'商品类别',
categoryTips:'请选择所有适用选项',
policy:'默认情况下,所有销售均遵循平台的许可政策——买家在下载后将获得使用许可',
learnMore:'了解更多',
draftSaved: '草稿已保存',
draftDesc: '您的商品已保存为草稿。\n您可以继续编辑或稍后在“我的商品”中发布。',
listingLive:'商品已上架',
publishDesc:'您的商品现已上架。\n买家可以浏览并购买您的设计。'
}
}

View File

@@ -1799,5 +1799,17 @@ export default {
productImageSubTitle:'(from design collection)',
apparelSketchTitle:'Apparel Sketch ',
apparelSketchSubTitle:'(from design collection)',
productName:'Product Name',
price:'Price',
productDescription:'Product Description',
designFor:'Designed For',
productCategory:'Product Category',
categoryTips:'select all that apply',
policy:'By default, all sales follow the platform\'s licensing policy — buyers will receive a usage license upon download.',
learnMore:'Learn more',
draftSaved: 'Draft Saved',
draftDesc: 'Your listing has been saved as a draft. \nYou can continue editing or publish it later from My Listings.',
listingLive:'Listing Live',
publishDesc:'Your listing is now live on the marketplace.\nBuyers can discover and purchase your design.'
}
}