chore: update

This commit is contained in:
xiaoxian521 2024-03-21 22:47:13 +08:00
parent 52b59453f3
commit edd481ad67
2 changed files with 24 additions and 2 deletions

View File

@ -53,10 +53,23 @@ export default defineComponent({
},
mounted() {
ElNotification({
title: "永久解答服务",
title: "最新消息",
duration: 0,
position: "bottom-right",
dangerouslyUseHTMLString: true,
message: `<a target='_blank' style='font-size: 16px' class='hover:text-[red]' 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'>不久后恢复原价<br />感兴趣的朋友可以入手啦</a>`
message: `<a target='_blank' style='font-size: 16px' class='!mb-2 text-[red] 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'>
永久解答服务不久后恢复原价
<br />
感兴趣的朋友可以入手啦
</a>
<br />
<a target='_blank' style='font-size: 16px' class='hover:text-[red]' href='https://github.com/pure-admin/vue-pure-admin/issues/994'>
5.2.0 版本即将发布
</a>
<br />
<a target='_blank' style='font-size: 16px' class='hover:text-[red]' href='https://github.com/pure-admin/vue-pure-admin/issues/1004'>
5.3.0 版本计划字典管理多租户
</a>`
});
}
});

View File

@ -16,6 +16,15 @@ const TITLE = getConfig("Title");
>
&nbsp;{{ TITLE }}
</a>
<span class="ml-10">赞助商</span>
<a
class="logo"
href="https://ai-tools.cn/resume/start"
target="_blank"
rel="sponsored noopener"
>
二猫 AI 简历
</a>
</footer>
</template>