feat: add aac to opus , update quic version

This commit is contained in:
langhuihui
2025-11-19 09:37:27 +08:00
parent 1780dde594
commit ac430ffd0d
140 changed files with 28134 additions and 150 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ func (c *RelayAPIConfig) Check(path string) bool {
type ReceiveRequestTask struct {
task.Task
Plugin *m7s.Plugin
quic.Connection
quic.Stream
*quic.Conn
*quic.Stream
http.Handler
*RelayAPIConfig
}