重写驭鑫网站 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

@@ -164,4 +164,13 @@ document.addEventListener('DOMContentLoaded', function() {
} else {
console.error('地图容器不存在');
}
if (window.location.hash === '#address-li') {
const addressLi = document.getElementById('address-li');
if (addressLi) {
addressLi.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}
});