mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-09 07:26:47 +00:00
默认友情链接调整;fix build bug
This commit is contained in:
@@ -24,16 +24,6 @@ const ThemeSwitch = () => {
|
|||||||
router.push({ pathname: router.pathname, query }).then(() => {})
|
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 (
|
return (
|
||||||
<>
|
<>
|
||||||
{/* 悬浮的主题切换按钮 */}
|
{/* 悬浮的主题切换按钮 */}
|
||||||
|
|||||||
@@ -41,28 +41,14 @@ const CONFIG = {
|
|||||||
{
|
{
|
||||||
name: '友情链接',
|
name: '友情链接',
|
||||||
menus: [
|
menus: [
|
||||||
{ title: '尘世の歌', href: 'https://chenge.ink' },
|
|
||||||
{
|
{
|
||||||
title: '设计狮网址导航',
|
title: 'Tangly的学习笔记',
|
||||||
href: 'https://ct.ued.cat/'
|
href: 'https://blog.tangly1024.com'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '积极的长腿怪',
|
title: 'NotionNext',
|
||||||
href: 'https://jjdctg.com'
|
href: 'https://www.tangly1024.com'
|
||||||
},
|
}
|
||||||
{
|
|
||||||
title: '自动驾驶小白说',
|
|
||||||
href: 'https://www.helloxiaobai.cn/about'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'AI-皇帝',
|
|
||||||
href: 'https://www.ai-hd.com/'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Andy`s Pro',
|
|
||||||
href: 'https://tw.andys.pro/'
|
|
||||||
},
|
|
||||||
{ title: 'LUCEN', href: 'https://www.lucenczz.top/' }
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -87,7 +73,6 @@ const CONFIG = {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: '支持',
|
name: '支持',
|
||||||
menus: [
|
menus: [
|
||||||
|
|||||||
Reference in New Issue
Block a user