Commit 43bc7e14f0be0224f2e37e1d625d66d495cb1eed

Authored by fengwotao
1 parent d337d91a

perf(external/Componse): 修改了图片名字

... ... @@ -15,5 +15,5 @@ export const LeftCenterRightHeadAnimatConfig: ConfigType = {
15 15 categoryName: ChatCategoryEnumName.HEADCOMBINATION,
16 16 package: EPackagesCategoryEnum.COMPOSES,
17 17 chartFrame: ChartFrameEnum.COMMON,
18   - image: 'decorates02.png',
  18 + image: 'decorates07.png',
19 19 }
... ...
... ... @@ -13,5 +13,5 @@ export const CameraConfig: ConfigType = {
13 13 categoryName: ChatCategoryEnumName.MORE,
14 14 package: EPackagesCategoryEnum.COMPOSES,
15 15 chartFrame: ChartFrameEnum.NAIVE_UI,
16   - image: 'dateTime.png'
  16 + image: 'camera.png'
17 17 }
... ...
... ... @@ -13,5 +13,5 @@ export const Title1Config: ConfigType = {
13 13 categoryName: ChatCategoryEnumName.MORE,
14 14 package: EPackagesCategoryEnum.COMPOSES,
15 15 chartFrame: ChartFrameEnum.NAIVE_UI,
16   - image: 'dateTime.png'
  16 + image: 'title1.png'
17 17 }
... ...
... ... @@ -13,5 +13,5 @@ export const Title2Config: ConfigType = {
13 13 categoryName: ChatCategoryEnumName.MORE,
14 14 package: EPackagesCategoryEnum.COMPOSES,
15 15 chartFrame: ChartFrameEnum.NAIVE_UI,
16   - image: 'dateTime.png'
  16 + image: 'title2.png'
17 17 }
... ...
... ... @@ -13,5 +13,5 @@ export const Title3Config: ConfigType = {
13 13 categoryName: ChatCategoryEnumName.MORE,
14 14 package: EPackagesCategoryEnum.COMPOSES,
15 15 chartFrame: ChartFrameEnum.NAIVE_UI,
16   - image: 'dateTime.png'
  16 + image: 'title3.png'
17 17 }
... ...
... ... @@ -13,5 +13,5 @@ export const ClockConfig: ConfigType = {
13 13 categoryName: ChatCategoryEnumName.MORE,
14 14 package: PackagesCategoryEnum.DECORATES,
15 15 chartFrame: ChartFrameEnum.STATIC,
16   - image: 'clock.png'
  16 + image: 'clock1.png'
17 17 }
... ...
... ... @@ -8,7 +8,7 @@ export const OverrideImageConfig: ConfigType = {
8 8 key,
9 9 chartKey,
10 10 conKey,
11   - title: '图片2',
  11 + title: '自定义图片',
12 12 category: ChatCategoryEnum.MORE,
13 13 categoryName: ChatCategoryEnumName.MORE,
14 14 package: PackagesCategoryEnum.INFORMATIONS,
... ...