diff --git a/components.d.ts b/components.d.ts index 08f545eb..e62b27e1 100644 --- a/components.d.ts +++ b/components.d.ts @@ -9,8 +9,10 @@ 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'] @@ -18,17 +20,22 @@ declare module 'vue' { 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'] + ASpace: typeof import('ant-design-vue/es')['Space'] 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'] RouterView: typeof import('vue-router')['RouterView'] } diff --git a/dist.7z b/dist.7z index 80547f51..471bee9f 100644 Binary files a/dist.7z and b/dist.7z differ diff --git a/src/lang/cn.ts b/src/lang/cn.ts index 138db668..6bdae12b 100644 --- a/src/lang/cn.ts +++ b/src/lang/cn.ts @@ -335,7 +335,8 @@ export default { jsContent10: "是否另存为当前模特?", jsContent11: "你确定删除当前品牌DNA吗?", jsContent12: "请先取消选中后就再次点击删除", - jsContent13: "您必须选择至少一个模特,且最多不超过四个", + jsContent13: "您必须选择当前性别至少一个模特,且最多不超过四个", + jsContent14: "您必须选择一个当前项目性别相同的模特", }, HistoryPage: { History: "历史", diff --git a/src/lang/en.ts b/src/lang/en.ts index 14335178..02482bb6 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -335,7 +335,8 @@ export default { jsContent10: "Save as New or Overwrite Current Mannequin?", jsContent11: "Are you sure about deleting the current brand DNA?", jsContent12: "Please deselect first, then try deleting again.", - jsContent13: "You must select at least one mannequin and no more than four.", + jsContent13: "You must select at least one model of the current gender, and no more than four.", + jsContent14: "You must select a model whose gender is the same as that of the current project.", }, HistoryPage: { History: "History",