修复印花生成文案问题

This commit is contained in:
X1627315083
2025-10-02 11:00:01 +08:00
parent 627c535774
commit e7ca1807f0
5 changed files with 11 additions and 8 deletions

13
components.d.ts vendored
View File

@@ -9,23 +9,24 @@ export {}
declare module 'vue' { declare module 'vue' {
export interface GlobalComponents { export interface GlobalComponents {
ABadge: typeof import('ant-design-vue/es')['Badge'] ABadge: typeof import('ant-design-vue/es')['Badge']
ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb'] ACheckbox: typeof import('ant-design-vue/es')['Checkbox']
AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider'] AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
ADatePicker: typeof import('ant-design-vue/es')['DatePicker']
ADrawer: typeof import('ant-design-vue/es')['Drawer'] ADrawer: typeof import('ant-design-vue/es')['Drawer']
ADropdown: typeof import('ant-design-vue/es')['Dropdown']
AImage: typeof import('ant-design-vue/es')['Image']
AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
AMenu: typeof import('ant-design-vue/es')['Menu'] AMenu: typeof import('ant-design-vue/es')['Menu']
AMenuItem: typeof import('ant-design-vue/es')['MenuItem'] AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
AModal: typeof import('ant-design-vue/es')['Modal'] AModal: typeof import('ant-design-vue/es')['Modal']
APagination: typeof import('ant-design-vue/es')['Pagination'] APagination: typeof import('ant-design-vue/es')['Pagination']
APopover: typeof import('ant-design-vue/es')['Popover']
ARangePicker: typeof import('ant-design-vue/es')['RangePicker'] ARangePicker: typeof import('ant-design-vue/es')['RangePicker']
ASelect: typeof import('ant-design-vue/es')['Select'] ASelect: typeof import('ant-design-vue/es')['Select']
ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
ASlider: typeof import('ant-design-vue/es')['Slider']
ASpin: typeof import('ant-design-vue/es')['Spin'] ASpin: typeof import('ant-design-vue/es')['Spin']
ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
ASwitch: typeof import('ant-design-vue/es')['Switch'] ASwitch: typeof import('ant-design-vue/es')['Switch']
ATable: typeof import('ant-design-vue/es')['Table'] ATable: typeof import('ant-design-vue/es')['Table']
ATabPane: typeof import('ant-design-vue/es')['TabPane']
ATabs: typeof import('ant-design-vue/es')['Tabs']
ATimeRangePicker: typeof import('ant-design-vue/es')['TimeRangePicker']
AUpload: typeof import('ant-design-vue/es')['Upload'] AUpload: typeof import('ant-design-vue/es')['Upload']
ElCascader: typeof import('element-plus/es')['ElCascader'] ElCascader: typeof import('element-plus/es')['ElCascader']
RouterLink: typeof import('vue-router')['RouterLink'] RouterLink: typeof import('vue-router')['RouterLink']

View File

@@ -502,7 +502,7 @@ export default defineComponent({
} }
}else if(props.msg == 'Printboard'){ }else if(props.msg == 'Printboard'){
scene.value = { scene.value = {
name: t('SketchboardUpload.GenerateSketch'), name: t('SketchboardUpload.GeneratePrint'),
value:'Pattern' value:'Pattern'
} }
} }

View File

@@ -450,7 +450,7 @@ export default defineComponent({
str:'add', str:'add',
list:[file] list:[file]
} }
console.log(1111)
store.commit('setUploadElement',storeData) store.commit('setUploadElement',storeData)
}else{ }else{
bor = false bor = false

View File

@@ -441,6 +441,7 @@ export default {
Maximum: "最多可上传16张图片每张图片最大5MB", Maximum: "最多可上传16张图片每张图片最大5MB",
Thumbnail: "选择的印花", Thumbnail: "选择的印花",
inputContent1: "生成图片的标题", inputContent1: "生成图片的标题",
GeneratePrint: "图案",
maximumLength: "输入的内容超过允许输入的最大长度", maximumLength: "输入的内容超过允许输入的最大长度",
PatternTitle: "生成可在服装上完全平铺的重复设计图案。", PatternTitle: "生成可在服装上完全平铺的重复设计图案。",
LogoTitle: "为文字内容创建艺术字体设计,适用于各种标语或短语。", LogoTitle: "为文字内容创建艺术字体设计,适用于各种标语或短语。",

View File

@@ -441,6 +441,7 @@ export default {
Maximum: "Maximum 16 images can be uploaded, Maximum 5MB per image", Maximum: "Maximum 16 images can be uploaded, Maximum 5MB per image",
Thumbnail: "Selected printboard", Thumbnail: "Selected printboard",
inputContent1: "Input prompt", inputContent1: "Input prompt",
GeneratePrint: "Pattern",
maximumLength: "The entered content exceeds the maximum length.", maximumLength: "The entered content exceeds the maximum length.",
PatternTitle: "Generates repeatable designs that can be fully tiled across garments.", PatternTitle: "Generates repeatable designs that can be fully tiled across garments.",
LogoTitle: "Creates standalone graphic designs that can be placed individually or tiled.", LogoTitle: "Creates standalone graphic designs that can be placed individually or tiled.",