初始提交

This commit is contained in:
2026-06-21 10:00:13 +08:00
commit 7a5dc32672
1441 changed files with 266348 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
document.addEventListener('DOMContentLoaded', () => {
if (!location.hostname.includes('fse-media.group')) {
const homeLink = document.getElementById('homeLink');
if (homeLink) homeLink.href = '/home.html';
}
});