Showing
7 changed files
with
4 additions
and
4 deletions
src/packages/components/external/Informations/Inputs/Button/config.ts
renamed from
src/packages/components/external/Informations/Mores/Button/config.ts
src/packages/components/external/Informations/Inputs/Button/config.vue
renamed from
src/packages/components/external/Informations/Mores/Button/config.vue
src/packages/components/external/Informations/Inputs/Button/index.ts
renamed from
src/packages/components/external/Informations/Mores/Button/index.ts
| ... | ... | @@ -9,8 +9,8 @@ export const ButtonConfig: ConfigType = { | 
| 9 | 9 | chartKey, | 
| 10 | 10 | conKey, | 
| 11 | 11 | title: '自定义按钮', | 
| 12 | - category: ChatCategoryEnum.MORE, | |
| 13 | - categoryName: ChatCategoryEnumName.MORE, | |
| 12 | + category: ChatCategoryEnum.INPUTS, | |
| 13 | + categoryName: ChatCategoryEnumName.INPUTS, | |
| 14 | 14 | package: PackagesCategoryEnum.INFORMATIONS, | 
| 15 | 15 | chartFrame: ChartFrameEnum.STATIC, | 
| 16 | 16 | image: 'button.png' | ... | ... | 
src/packages/components/external/Informations/Inputs/Button/index.vue
renamed from
src/packages/components/external/Informations/Mores/Button/index.vue
src/packages/components/external/Informations/Inputs/Button/interact.ts
renamed from
src/packages/components/external/Informations/Mores/Button/interact.ts
| ... | ... | @@ -9,7 +9,7 @@ import { OverrideSelectConfig } from '@/packages/components/external/Information | 
| 9 | 9 | import { OverrideInputsDateConfig } from '@/packages/components/external/Informations/Inputs/OverrideInputsDate' | 
| 10 | 10 | import { OverrideInputsTabConfig } from '@/packages/components/external/Informations/Inputs/OverrideInputsTab' | 
| 11 | 11 | import { OverrideIframeConfig } from '@/packages/components/external/Informations/Mores/OverrideIframe' | 
| 12 | -import { ButtonConfig } from '@/packages/components/external/Informations/Mores/Button' | |
| 12 | +import { ButtonConfig } from '@/packages/components/external/Informations/Inputs/Button' | |
| 13 | 13 | import { OverrideTextCommonConfig } from '@/packages/components/external/Informations/Texts/OverrideTextCommon' | 
| 14 | 14 | import { OverrideTextBarrageConfig } from '@/packages/components/external/Informations/Texts/OverrideTextBarrage' | 
| 15 | 15 | import { OverrideTextGradientConfig } from '@/packages/components/external/Informations/Texts/OverrideTextGradient' | ... | ... |