From da76b81ea4195d857642d9ef922b3715cdbff8cf Mon Sep 17 00:00:00 2001
From: gerson <1405270578@qq.com>
Date: 星期二, 21 一月 2025 16:47:46 +0800
Subject: [PATCH] closeSyncMsg

---
 src/components/iconSelector/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/iconSelector/index.vue b/src/components/iconSelector/index.vue
index d2f7cc2..089974f 100644
--- a/src/components/iconSelector/index.vue
+++ b/src/components/iconSelector/index.vue
@@ -179,7 +179,7 @@
 		// 闃块噷瀛椾綋鍥炬爣浣跨敤 `yw xxx`
 		if (state.fontIconList.yw.length > 0) return;
 		 initIconfont.yw().then((res: any) => {
-			state.fontIconList.yw = res.map((i: string) => `ywicon ${i}`);
+			state.fontIconList.yw = res.map((i: string) => `ywifont ${i}`);
 		});
 	} 
 	else if (name === 'ali') {

--
Gitblit v1.9.3