mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 17:07:19 +08:00
chore: update sponsors
This commit is contained in:
parent
4315c3122f
commit
e33eb54d36
@ -54,14 +54,14 @@ export default defineComponent({
|
||||
},
|
||||
mounted() {
|
||||
ElNotification({
|
||||
title: "通知",
|
||||
title: "优质服务",
|
||||
duration: 0,
|
||||
//@ts-expect-error
|
||||
style: { width: "340px" },
|
||||
style: { width: "140px" },
|
||||
position: "bottom-right",
|
||||
dangerouslyUseHTMLString: true,
|
||||
message: `<a target='_blank' style='font-size: 16px' class='block text-center text-[red] rounded hover:text-[var(--el-color-primary)] border' href='https://pure-admin.github.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'>
|
||||
永久解答微信群优惠价6月1号当天恢复 原价:<del>¥ 698</del>,现价:¥ 298
|
||||
message: `<a target='_blank' style='font-size: 16px' class='block text-center hover:text-[var(--el-color-primary)]' href='https://pure-admin.github.io/pure-admin-doc/pages/service/'>
|
||||
点击了解
|
||||
</a>
|
||||
`
|
||||
});
|
||||
|
@ -16,7 +16,7 @@ const TITLE = getConfig("Title");
|
||||
>
|
||||
{{ TITLE }}
|
||||
</a>
|
||||
<div class="ml-8">
|
||||
<!-- <div class="ml-8">
|
||||
<span>赞助商:</span>
|
||||
<a
|
||||
class="hover:text-primary"
|
||||
@ -25,7 +25,7 @@ const TITLE = getConfig("Title");
|
||||
>
|
||||
二猫 AI 简历
|
||||
</a>
|
||||
</div>
|
||||
</div> -->
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
|
@ -337,7 +337,7 @@ watch(loginDay, value => {
|
||||
>
|
||||
{{ title }}
|
||||
</a>
|
||||
<div class="ml-8">
|
||||
<!-- <div class="ml-8">
|
||||
<span>赞助商:</span>
|
||||
<a
|
||||
class="hover:text-primary"
|
||||
@ -346,7 +346,7 @@ watch(loginDay, value => {
|
||||
>
|
||||
二猫 AI 简历
|
||||
</a>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user