Add browser inbox receiver

This commit is contained in:
2026-06-27 18:39:01 +08:00
parent fb68c54409
commit a2791c494f
14 changed files with 734 additions and 32 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ import (
)
var (
logger *log.Logger
mu sync.Mutex
logger *log.Logger
mu sync.Mutex
enabled bool
)