mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-18 15:09:34 +00:00
默认友情链接调整;fix build bug
This commit is contained in:
@@ -24,16 +24,6 @@ const ThemeSwitch = () => {
|
||||
router.push({ pathname: router.pathname, query }).then(() => {})
|
||||
}
|
||||
|
||||
const onLangSelectChange = e => {
|
||||
document.ontouchmove =
|
||||
document.ontouchend =
|
||||
document.onmousemove =
|
||||
document.onmouseup =
|
||||
null
|
||||
const newLang = e.target.value
|
||||
changeLang(newLang)
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
{/* 悬浮的主题切换按钮 */}
|
||||
|
||||
Reference in New Issue
Block a user