feat:文字传输支持

This commit is contained in:
MatrixSeven
2025-08-02 14:10:05 +08:00
parent c163756d2c
commit 840b5a673d
47 changed files with 547 additions and 132 deletions

View File

@@ -62,7 +62,7 @@ func main() {
// 文字传输API路由
r.Post("/api/create-text-room", h.CreateTextRoomHandler)
r.Get("/api/get-text-content/*", h.GetTextContentHandler)
r.Get("/api/get-text-content", h.GetTextContentHandler)
// 启动服务器
srv := &http.Server{