Skip to content

Commit 6b4ad00

Browse files
authored
更新广告链接
1 parent bb006e7 commit 6b4ad00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/.vitepress/theme/components/asideAd.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ import vform from '/advertising/vform-banner.png'
2121
const ad = [
2222
{
2323
img : cms,
24-
href :'https://plugin.gin-vue-admin.com/#/layout/newPluginInfo?id=69'
24+
href :'https://plugin.gin-vue-admin.com/details/69'
2525
},
2626
{
2727
img : shop,
28-
href :'https://plugin.gin-vue-admin.com/#/layout/newPluginInfo?id=90'
28+
href :'https://plugin.gin-vue-admin.com/details/139'
2929
},
3030
3131
//{

docs/.vitepress/theme/components/liuliang.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<template>
22
<div class="fixed bottom-10 right-0 gap-2 flex flex-col z-[999] bg-white shadow p-2 rounded" v-if="showAD">
3-
<a class="flex items-center justify-center rounded overflow-hidden" target="_blank" href="https://plugin.gin-vue-admin.com/#/layout/newPluginInfo?id=69">
3+
<a class="flex items-center justify-center rounded overflow-hidden" target="_blank" href="https://plugin.gin-vue-admin.com/details/69">
44
<img :width="160" src="/advertising/cms.png" alt="cms">
55
</a>
6-
<a class="flex items-center justify-center rounded overflow-hidden" target="_blank" href="https://plugin.gin-vue-admin.com/#/layout/newPluginInfo?id=90">
6+
<a class="flex items-center justify-center rounded overflow-hidden" target="_blank" href="https://plugin.gin-vue-admin.com/details/139">
77
<img :width="160" src="/advertising/shop.jpg" alt="shop">
88
</a>
99
<!-- <a class="flex items-center justify-center rounded overflow-hidden" target="_blank" href="https://ym.ksjhaoka.com/invite?s=srtGcMEo83371">-->

0 commit comments

Comments
 (0)