mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 16:37:18 +08:00
chore: update
This commit is contained in:
parent
34d5d2d64d
commit
a5f2fcca01
15
src/App.vue
15
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: `<a target='_blank' style='font-size: 16px' class='block text-center border mb-2 rounded hover:text-[red]' href='https://github.com/pure-admin/vue-pure-admin/issues/994'>
|
||||
5.2.0 版本已发布,精简版已同步
|
||||
</a>
|
||||
<a target='_blank' style='font-size: 16px' class='block text-center hover:text-[red] rounded border mb-2' href='https://www.bilibili.com/video/BV1Rx4y1U7Mv/'>
|
||||
vue-pure-admin 的所有<br>页面、功能演示、后续计划
|
||||
</a>
|
||||
<a target='_blank' style='font-size: 16px' class='block text-center text-[red] rounded hover:text-[var(--el-color-primary)] border' href='https://yiming_chang.gitee.io/pure-admin-doc/pages/service/#%E6%B0%B8%E4%B9%85%E8%A7%A3%E7%AD%94%E5%BE%AE%E4%BF%A1%E7%BE%A4'>
|
||||
永久解答服务不久后恢复原价感兴趣的朋友可以入手啦
|
||||
message: `
|
||||
<a target='_blank' style='font-size: 16px' class='text-center text-[red] rounded hover:text-[var(--el-color-primary)]' href='https://yiming_chang.gitee.io/pure-admin-doc/pages/service/#%E6%B0%B8%E4%B9%85%E8%A7%A3%E7%AD%94%E5%BE%AE%E4%BF%A1%E7%BE%A4'>
|
||||
即将恢复原价感兴趣的朋友可以点我入手啦
|
||||
</a>
|
||||
`
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user