feat:桌面共享UI/逻辑优化

This commit is contained in:
MatrixSeven
2025-09-18 18:43:54 +08:00
parent 2fc478e889
commit 08f9d50e66
23 changed files with 1521 additions and 562 deletions

View File

@@ -18,8 +18,8 @@ func main() {
logConfig(config)
// 设置路由
router := setupRouter()
routerSetup := setupRouter(config)
// 运行服务器(包含启动和优雅关闭)
RunServer(config, router)
RunServer(config, routerSetup)
}