fix default playSource and update upload manage

This commit is contained in:
mubai
2024-01-04 00:47:29 +08:00
parent 615cdf6d02
commit 31955638a5
34 changed files with 504 additions and 318 deletions

View File

@@ -11,5 +11,5 @@ func TableInIt() {
// 创建 Search Table
system.CreateSearchTable()
// 创建图片信息管理表
system.CreatePictureTable()
system.CreateFileTable()
}