From a02b5b7b5cdd59b30dbcce242cbd31408b2af462 Mon Sep 17 00:00:00 2001
From: xiaoxian521 <1923740402@qq.com>
Date: Tue, 14 May 2024 21:15:03 +0800
Subject: [PATCH] chore: update
---
src/App.vue | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 90c297d72..205eac7c2 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -57,14 +57,15 @@ export default defineComponent({
title: "通知",
duration: 0,
//@ts-expect-error
- style: { width: "235px" },
+ style: { width: "310px" },
position: "bottom-right",
dangerouslyUseHTMLString: true,
- message: `
-
+ message: `
issues 通道即将关闭!反馈问题请走网易邮箱
- `
+
+ 永久解答微信群优惠价即将恢复,原价:¥ 698,现价:¥ 298
+ `
});
}
});