外链跳转

This commit is contained in:
2026-06-18 18:42:26 +08:00 Unverified
parent b066a94ce3
commit 41854a128d
5 changed files with 346 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
export const externalLinkWhitelist = [
'blog.biss.click',
'biss.click',
'github.com',
'astro.build',
'edgeone.ai',
'localhost',
'127.0.0.1',
];
export const externalLinkWaitSeconds = 10;