diff --git a/src/assets/images/test.png b/src/assets/images/test.png deleted file mode 100644 index 6d345cd1..00000000 Binary files a/src/assets/images/test.png and /dev/null differ diff --git a/src/lang/cn.ts b/src/lang/cn.ts index 49a44244..3772aedb 100644 --- a/src/lang/cn.ts +++ b/src/lang/cn.ts @@ -1756,6 +1756,8 @@ export default { categoryTips:'请选择所有适用选项', policy:'默认情况下,所有销售均遵循平台的许可政策——买家在下载后将获得使用许可', learnMore:'了解更多', + requiredFieldTips:'请填写{field}', + requiredFieldTipsWithPage:'第 {index} 个商品:请填写{field}', draftSaved: '草稿已保存', draftDesc: '您的商品已保存为草稿。\n您可以继续编辑,或稍后在“我的商品”中发布。', listingLive:'商品已上架', diff --git a/src/lang/en.ts b/src/lang/en.ts index 469d04a3..6a621158 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -1807,6 +1807,8 @@ export default { 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', + requiredFieldTips:'Please fill in {field}', + requiredFieldTipsWithPage:'Listing {index}: Please fill in {field}', 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', diff --git a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue index 66c83d64..d279ad65 100644 --- a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue +++ b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue @@ -14,7 +14,21 @@