Skip to content

Commit c41f299

Browse files
author
piexlMax(奇淼
committed
feat(广告): 添加特惠服务器广告链接和图片
1 parent 24fe00c commit c41f299

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

docs/.vitepress/config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ export default defineConfig({
118118
{text: 'AI助手集成', link: '/guide/server/mcp'},
119119
{text: '项目上线', link: '/guide/deployment/'},
120120
{text: '更新日志', link: 'https://flipped-aurora.feishu.cn/docx/LPufdOPWxo3zcpxNSVGcr1vcn71?from=from_copylink'},
121+
{
122+
text: '特惠服务器',
123+
link: 'https://flipped-aurora.feishu.cn/wiki/HNnPwI9TbifCvwk51A2cLqOjnac?from=from_copylink'
124+
}
121125
],
122126
},
123127
{
@@ -413,6 +417,10 @@ export default defineConfig({
413417
link: '/guide/video/web'
414418
},
415419
]
420+
},
421+
{
422+
text: '🔥特惠服务器',
423+
link: 'https://flipped-aurora.feishu.cn/wiki/HNnPwI9TbifCvwk51A2cLqOjnac?from=from_copylink'
416424
}
417425
],
418426
'/experience/': [

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@
1616
<script setup>
1717
import cms from '/advertising/cms.png'
1818
import shop from '/advertising/shop.jpg'
19-
import liuliang from '/advertising/liuliang.jpg'
19+
import fwq from '/advertising/fwq.jpg'
2020
import vform from '/advertising/vform-banner.png'
2121
const ad = [
22+
{
23+
img : fwq,
24+
href :'https://flipped-aurora.feishu.cn/wiki/HNnPwI9TbifCvwk51A2cLqOjnac?from=from_copylink'
25+
},
2226
{
2327
img : cms,
2428
href :'https://plugin.gin-vue-admin.com/details/69'

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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://flipped-aurora.feishu.cn/wiki/HNnPwI9TbifCvwk51A2cLqOjnac?from=from_copylink">
4+
<img :width="160" src="/advertising/fwq.jpg" alt="成为代理">
5+
</a>
36
<a class="flex items-center justify-center rounded overflow-hidden" target="_blank" href="https://plugin.gin-vue-admin.com/details/69">
47
<img :width="160" src="/advertising/cms.png" alt="cms">
58
</a>
69
<a class="flex items-center justify-center rounded overflow-hidden" target="_blank" href="https://plugin.gin-vue-admin.com/details/139">
710
<img :width="160" src="/advertising/shop.jpg" alt="shop">
811
</a>
9-
<!-- <a class="flex items-center justify-center rounded overflow-hidden" target="_blank" href="https://ym.ksjhaoka.com/invite?s=srtGcMEo83371">-->
10-
<!-- <img :width="160" src="/advertising/daili.jpg" alt="成为代理">-->
11-
<!-- </a>-->
1212
</div>
1313
</template>
1414

docs/public/advertising/fwq.jpg

62.7 KB
Loading

0 commit comments

Comments
 (0)