重写驭鑫网站 new yxsilicon

This commit is contained in:
2025-05-22 10:58:44 +08:00
parent c7dec1cf35
commit 503b5f14b1
55 changed files with 3099 additions and 161 deletions

View File

@@ -0,0 +1,9 @@
document.addEventListener('DOMContentLoaded', function() {
document.querySelectorAll('.footer-case-link').forEach(link => {
link.addEventListener('click', function(e) {
e.preventDefault();
window.name = this.dataset.index + '|scroll';
window.location.href = this.href;
});
});
});