refactor(public): 重构网页结构以支持 Ruffle 播放器
- 移除了原有的 Flash 相关代码和复杂布局 - 添加了 Ruffle 播放器配置和加载逻辑 - 优化了页面样式,使其全屏自适应 - 保留了原有的 SWF 文件,但更改了播放方式
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
||||
"blazing/cool"
|
||||
"blazing/modules/base/service"
|
||||
"blazing/modules/blazing/model"
|
||||
"fmt"
|
||||
|
||||
"github.com/butoften/array"
|
||||
)
|
||||
@@ -86,7 +85,7 @@ func GetServerInfoList() []ServerInfo {
|
||||
array.Sort(&ret1, func(a ServerInfo, b ServerInfo) bool {
|
||||
return a.OnlineID < b.OnlineID
|
||||
})
|
||||
fmt.Printf("升序 Sort: %v\n", ret1)
|
||||
//fmt.Printf("升序 Sort: %v\n", ret1)
|
||||
return ret1
|
||||
|
||||
}
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user