docs: add wwads

This commit is contained in:
DIYgod 2022-11-09 15:30:08 +00:00
parent c07c960957
commit 06e0882773
No known key found for this signature in database
GPG Key ID: D159328F47A80DCA
2 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,7 @@ module.exports = {
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' }],
['link', { rel: 'apple-touch-icon', href: '/apple-touch-icon.png' }],
['link', { rel: 'mask-icon', href: '/safari-pinned-tab.svg', color: '#ff8549' }],
['script', { type: 'text/javascript', src: 'https://cdn.wwads.cn/js/makemoney.js', async: true }],
],
theme: 'vuepress-theme-rsshub',
themeConfig: {

View File

@ -3,6 +3,9 @@
<template #sidebar-top>
<CarbonAds />
</template>
<template #page-bottom>
<div class="wwads-cn wwads-vertical wwads-sticky" data-id="193" style="max-width:180px"></div>
</template>
</ParentLayout>
</template>