From cd95ac2781b8f19c6acf605a394259a26a7f9958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Tue, 14 Mar 2023 22:21:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E5=BC=95=E5=85=A5=E9=94=99=E8=AF=AF=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Decorates/Decorates/Decorates03/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/components/Decorates/Decorates/Decorates03/index.ts b/src/packages/components/Decorates/Decorates/Decorates03/index.ts index bcf33fc0..b580f597 100644 --- a/src/packages/components/Decorates/Decorates/Decorates03/index.ts +++ b/src/packages/components/Decorates/Decorates/Decorates03/index.ts @@ -10,5 +10,5 @@ export const Decorates03Config: ConfigType = { categoryName: ChatCategoryEnumName.DECORATE, package: PackagesCategoryEnum.DECORATES, chartFrame: ChartFrameEnum.STATIC, - image: 'decorates01.png' + image: 'decorates03.png' }