mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 07:26:47 +00:00
simple wwads
This commit is contained in:
@@ -2,13 +2,13 @@ import { AdSlot } from '@/components/GoogleAdsense'
|
|||||||
import Live2D from '@/components/Live2D'
|
import Live2D from '@/components/Live2D'
|
||||||
import Announcement from './Announcement'
|
import Announcement from './Announcement'
|
||||||
import Catalog from './Catalog'
|
import Catalog from './Catalog'
|
||||||
|
import WWAds from '@/components/WWAds'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 侧边栏
|
* 侧边栏
|
||||||
* @param {*} props
|
* @param {*} props
|
||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
let counter = 0;
|
|
||||||
export default function SideBar (props) {
|
export default function SideBar (props) {
|
||||||
const { notice } = props
|
const { notice } = props
|
||||||
return (<>
|
return (<>
|
||||||
@@ -27,6 +27,7 @@ export default function SideBar (props) {
|
|||||||
|
|
||||||
<aside>
|
<aside>
|
||||||
<AdSlot/>
|
<AdSlot/>
|
||||||
|
<WWAds orientation="vertical" className="w-full" />
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
</>)
|
</>)
|
||||||
|
|||||||
Reference in New Issue
Block a user