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 + ` }); } });