File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 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 ;
1525 align-items : center ;
1626 flex-direction : column ;
1727 gap : 8px ;
18- background-color : var (--vp-c-bg-soft );
1928}
2029 </style >
You can’t perform that action at this time.
0 commit comments