chore: 去除无用链接

This commit is contained in:
手瓜一十雪
2024-08-11 22:50:47 +08:00
parent b71de4b489
commit 286e2eacce
2 changed files with 3 additions and 8 deletions

View File

@@ -185,9 +185,6 @@ async function onSettingWindowCreated(view: Element) {
doc.querySelector('#open-github')?.addEventListener('click', () => {
window.open('https://github.com/NapNeko/NapCatQQ', '_blank');
});
doc.querySelector('#open-telegram')?.addEventListener('click', () => {
window.open('https://t.me/+nLZEnpne-pQ1OWFl');
});
doc.querySelector('#open-docs')?.addEventListener('click', () => {
window.open('https://napneko.github.io/', '_blank');
});