mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-31 07:26:43 +00:00
async
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* eslint-disable */
|
||||
import { useEffect } from 'react'
|
||||
const id = 'canvas_sakura'
|
||||
export const Sakura = () => {
|
||||
const Sakura = () => {
|
||||
const destroySakura = ()=>{
|
||||
const sakura = document.getElementById(id)
|
||||
if(sakura && sakura.parentNode){
|
||||
@@ -16,6 +16,8 @@ export const Sakura = () => {
|
||||
return <></>
|
||||
}
|
||||
|
||||
export default Sakura
|
||||
|
||||
/**
|
||||
* 创建樱花雨
|
||||
* @param config
|
||||
|
||||
Reference in New Issue
Block a user