chore: update sponsors

This commit is contained in:
xiaoxian521 2024-06-01 06:26:27 +08:00
parent 4315c3122f
commit e33eb54d36
3 changed files with 8 additions and 8 deletions

View File

@ -54,14 +54,14 @@ export default defineComponent({
}, },
mounted() { mounted() {
ElNotification({ ElNotification({
title: "通知", title: "优质服务",
duration: 0, duration: 0,
//@ts-expect-error //@ts-expect-error
style: { width: "340px" }, style: { width: "140px" },
position: "bottom-right", position: "bottom-right",
dangerouslyUseHTMLString: true, 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'> 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/'>
永久解答微信群优惠价6月1号当天恢复 原价<del> 698</del>现价 298 点击了解
</a> </a>
` `
}); });

View File

@ -16,7 +16,7 @@ const TITLE = getConfig("Title");
> >
&nbsp;{{ TITLE }} &nbsp;{{ TITLE }}
</a> </a>
<div class="ml-8"> <!-- <div class="ml-8">
<span>赞助商</span> <span>赞助商</span>
<a <a
class="hover:text-primary" class="hover:text-primary"
@ -25,7 +25,7 @@ const TITLE = getConfig("Title");
> >
二猫 AI 简历 二猫 AI 简历
</a> </a>
</div> </div> -->
</footer> </footer>
</template> </template>

View File

@ -337,7 +337,7 @@ watch(loginDay, value => {
> >
&nbsp;{{ title }} &nbsp;{{ title }}
</a> </a>
<div class="ml-8"> <!-- <div class="ml-8">
<span>赞助商</span> <span>赞助商</span>
<a <a
class="hover:text-primary" class="hover:text-primary"
@ -346,7 +346,7 @@ watch(loginDay, value => {
> >
二猫 AI 简历 二猫 AI 简历
</a> </a>
</div> </div> -->
</div> </div>
</div> </div>
</template> </template>