From 79720dfa19abf881afc6889afb0041837fcf96b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=92=AC=E8=BD=AE=E7=8C=AB?= <10928033@qq.com> Date: Sun, 15 Jan 2023 18:36:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=87=8D=E7=BB=98=E8=93=84=E6=B0=B4?= =?UTF-8?q?=E6=B1=A0=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/svgs/reservoir.svg | 13 ++++++++----- .../svg-file/have-animation/reservoir/index.ts | 5 +++++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/assets/svgs/reservoir.svg b/src/assets/svgs/reservoir.svg index a571ae6..ba54fb1 100644 --- a/src/assets/svgs/reservoir.svg +++ b/src/assets/svgs/reservoir.svg @@ -1,7 +1,10 @@ - - - - - + + + + \ No newline at end of file diff --git a/src/config-center/svg-file/have-animation/reservoir/index.ts b/src/config-center/svg-file/have-animation/reservoir/index.ts index c4d3741..b9a839e 100644 --- a/src/config-center/svg-file/have-animation/reservoir/index.ts +++ b/src/config-center/svg-file/have-animation/reservoir/index.ts @@ -14,6 +14,11 @@ export const reservoir_svg_file: IConfigItem = { title: '水流颜色', type: EConfigItemPropsType.Color, val: '#37cfe7' + }, + stroke: { + title: '边框颜色', + type: EConfigItemPropsType.Color, + val: '#000' } } };