实现UA名单功能

This commit is contained in:
刘祥超
2022-12-30 20:49:20 +08:00
parent 1e494bd1fd
commit 8d3043d0fe
5 changed files with 111 additions and 2 deletions

View File

@@ -21,5 +21,5 @@ const (
NodeVersion = "0.6.0"
// SQLVersion SQL版本号
SQLVersion = "7"
SQLVersion = "8"
)