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