修复印花生成文案问题
This commit is contained in:
13
components.d.ts
vendored
13
components.d.ts
vendored
@@ -9,23 +9,24 @@ export {}
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
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']
|
||||
ADatePicker: typeof import('ant-design-vue/es')['DatePicker']
|
||||
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']
|
||||
AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
|
||||
AModal: typeof import('ant-design-vue/es')['Modal']
|
||||
APagination: typeof import('ant-design-vue/es')['Pagination']
|
||||
APopover: typeof import('ant-design-vue/es')['Popover']
|
||||
ARangePicker: typeof import('ant-design-vue/es')['RangePicker']
|
||||
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']
|
||||
ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
|
||||
ASwitch: typeof import('ant-design-vue/es')['Switch']
|
||||
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']
|
||||
ElCascader: typeof import('element-plus/es')['ElCascader']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
|
||||
@@ -502,7 +502,7 @@ export default defineComponent({
|
||||
}
|
||||
}else if(props.msg == 'Printboard'){
|
||||
scene.value = {
|
||||
name: t('SketchboardUpload.GenerateSketch'),
|
||||
name: t('SketchboardUpload.GeneratePrint'),
|
||||
value:'Pattern'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -450,7 +450,7 @@ export default defineComponent({
|
||||
str:'add',
|
||||
list:[file]
|
||||
}
|
||||
|
||||
console.log(1111)
|
||||
store.commit('setUploadElement',storeData)
|
||||
}else{
|
||||
bor = false
|
||||
|
||||
@@ -441,6 +441,7 @@ export default {
|
||||
Maximum: "最多可上传16张图片,每张图片最大5MB",
|
||||
Thumbnail: "选择的印花",
|
||||
inputContent1: "生成图片的标题",
|
||||
GeneratePrint: "图案",
|
||||
maximumLength: "输入的内容超过允许输入的最大长度",
|
||||
PatternTitle: "生成可在服装上完全平铺的重复设计图案。",
|
||||
LogoTitle: "为文字内容创建艺术字体设计,适用于各种标语或短语。",
|
||||
|
||||
@@ -441,6 +441,7 @@ export default {
|
||||
Maximum: "Maximum 16 images can be uploaded, Maximum 5MB per image",
|
||||
Thumbnail: "Selected printboard",
|
||||
inputContent1: "Input prompt",
|
||||
GeneratePrint: "Pattern",
|
||||
maximumLength: "The entered content exceeds the maximum length.",
|
||||
PatternTitle: "Generates repeatable designs that can be fully tiled across garments.",
|
||||
LogoTitle: "Creates standalone graphic designs that can be placed individually or tiled.",
|
||||
|
||||
Reference in New Issue
Block a user