默认友情链接调整;fix build bug

This commit is contained in:
tangly1024.com
2024-09-14 15:57:56 +08:00
parent d967950373
commit dc9a390de2
2 changed files with 5 additions and 30 deletions

View File

@@ -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 (
<>
{/* 悬浮的主题切换按钮 */}