频道筛选:text_message 表增加 (channel_id, created_at) 复合索引,主页增加频道筛选输入框,服务端筛选+防抖重载,版本号 backend 1.1.0 / frontend 0.2.0
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user