From a5f2fcca01753a1de4afaca50951a438adfe9bdd Mon Sep 17 00:00:00 2001
From: xiaoxian521 <1923740402@qq.com>
Date: Wed, 27 Mar 2024 13:57:25 +0800
Subject: [PATCH] chore: update
---
src/App.vue | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 787241fd4..ef22fd9a2 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -53,18 +53,15 @@ export default defineComponent({
},
mounted() {
ElNotification({
- title: "最新消息",
+ title: "永久解答服务",
duration: 0,
+ // @ts-expect-error
+ style: { width: "370px" },
position: "bottom-right",
dangerouslyUseHTMLString: true,
- message: `
- 5.2.0 版本已发布,精简版已同步
-
-
- vue-pure-admin 的所有
页面、功能演示、后续计划
-
-
- 永久解答服务不久后恢复原价感兴趣的朋友可以入手啦
+ message: `
+
+ 即将恢复原价感兴趣的朋友可以点我入手啦
`
});