Skip to content

Commit

Permalink
chore: update sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed May 31, 2024
1 parent 4315c31 commit e33eb54
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
`
});
Expand Down
4 changes: 2 additions & 2 deletions src/layout/components/lay-footer/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const TITLE = getConfig("Title");
>
&nbsp;{{ TITLE }}
</a>
<div class="ml-8">
<!-- <div class="ml-8">
<span>赞助商:</span>
<a
class="hover:text-primary"
Expand All @@ -25,7 +25,7 @@ const TITLE = getConfig("Title");
>
二猫 AI 简历
</a>
</div>
</div> -->
</footer>
</template>

Expand Down
4 changes: 2 additions & 2 deletions src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ watch(loginDay, value => {
>
&nbsp;{{ title }}
</a>
<div class="ml-8">
<!-- <div class="ml-8">
<span>赞助商:</span>
<a
class="hover:text-primary"
Expand All @@ -346,7 +346,7 @@ watch(loginDay, value => {
>
二猫 AI 简历
</a>
</div>
</div> -->
</div>
</div>
</template>
Expand Down

0 comments on commit e33eb54

Please sign in to comment.