频道筛选:text_message 表增加 (channel_id, created_at) 复合索引,主页增加频道筛选输入框,服务端筛选+防抖重载,版本号 backend 1.1.0 / frontend 0.2.0

This commit is contained in:
2026-08-07 19:10:49 +08:00
parent 1c9f94dcf8
commit d919ea2c53
4 changed files with 41 additions and 9 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ func NewRouter(cfg configpkg.WebConfig, consoleLog bool, store *storepkg.Store,
return r
}
const BackendVersion = "1.0.0"
const BackendVersion = "1.1.0"
var CommitVersion = "dev"