From cd82ad2fa68cb797b9a83c17d4c68d53a15c137b Mon Sep 17 00:00:00 2001 From: Agent Date: Fri, 27 Mar 2026 04:09:27 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=85plus=E5=92=8Cflow?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Icon.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Icon.vue b/src/components/Icon.vue index 7d094c0..753e666 100644 --- a/src/components/Icon.vue +++ b/src/components/Icon.vue @@ -30,7 +30,9 @@ const icons = { setting: '⚙', wechat: '💬', cash: '💵', - alipay: '💙' + alipay: '💙', + plus: '📥', + flow: '📊' } export default {