Skip to content

Commit f509629

Browse files
committed
chore: ads
1 parent 5019cc1 commit f509629

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed
Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
<template>
22
<div class="sponsors">
3-
<a href="https://www.rainyun.com/NjY3OTQ1_"><img width="80" src="https://www.rainyun.com/img/logo.d193755d.png"></a>
4-
<span>本站由<a href="https://www.rainyun.com/NjY3OTQ1_">雨云</a>提供云计算服务</span>
3+
<div class="wwads-cn wwads-vertical wwads-sticky" data-id="380" style="max-width:180px"></div>
54
</div>
65
</template>
76

7+
<script setup>
8+
import { onMounted } from 'vue'
9+
10+
onMounted(() => {
11+
const script = document.createElement('script')
12+
script.src = 'https://cdn.wwads.cn/js/makemoney.js'
13+
script.async = true
14+
document.head.appendChild(script)
15+
})
16+
</script>
17+
818
<style scoped>
919
.sponsors {
1020
padding: 24px;
@@ -15,6 +25,5 @@
1525
align-items: center;
1626
flex-direction: column;
1727
gap: 8px;
18-
background-color: var(--vp-c-bg-soft);
1928
}
2029
</style>

0 commit comments

Comments
 (0)