优化首页样式

This commit is contained in:
2026-02-13 17:02:12 +08:00
parent 384f80386d
commit c9ff0c0901
10 changed files with 466 additions and 30 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
document.addEventListener('DOMContentLoaded', function() {
const container = document.querySelector('.hero-description');
const container = document.querySelector('.stream-text') || document.querySelector('.hero-description');
if (!container) return;
const cnText = container.getAttribute('data-cn') || '';