File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,12 @@ const copiedIconSvg = `
7878 </svg>
7979`
8080
81- onMounted (() => {
82- const script = document .createElement (' script' )
83- script .src = ' https://cdn.wwads.cn/js/makemoney.js'
84- script .async = true
85- document .head .appendChild (script )
86- })
81+ // onMounted(() => {
82+ // const script = document.createElement('script')
83+ // script.src = 'https://cdn.wwads.cn/js/makemoney.js'
84+ // script.async = true
85+ // document.head.appendChild(script)
86+ // })
8787 </script >
8888
8989<template >
@@ -102,7 +102,7 @@ onMounted(() => {
102102 </div >
103103 </button >
104104 </div >
105- <div class =" wwads-cn wwads-vertical sponsors" data-id =" 380" style =" max-width :180px " ></div >
105+ <!-- <div class="wwads-cn wwads-vertical sponsors" data-id="380" style="max-width:180px"></div> -- >
106106 </div >
107107
108108</template >
You can’t perform that action at this time.
0 commit comments