refactor(页面布局): 重构页面布局和样式

- 移除未使用的HTML文件和冗余代码
- 调整侧边栏位置和样式
- 优化标签云组件交互和性能
- 更新播放器控件样式和功能
- 改进预览弹窗的背景透明度
- 添加favicon图标
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-09-22 17:49:06 +08:00
parent 0e0d977c3b
commit 4087c429fa
14 changed files with 1302 additions and 1127 deletions

View File

@@ -104,7 +104,7 @@ window.tagCloud = (function (win, doc) {
}
self.up = setInterval(function () {
self.update(self);
}, 5);
});
}
//实例
@@ -170,7 +170,6 @@ window.tagCloud = (function (win, doc) {
//滚动初速度
var speedMap = {
slow: 10,
slow2: 14,
normal: 25,
fast: 50,
};