collect optimize

This commit is contained in:
mubai
2026-04-01 00:21:29 +08:00
parent 8a6bc33cad
commit 8243d2171f
47 changed files with 2774 additions and 1770 deletions

View File

@@ -10,6 +10,10 @@ func TableInIt() {
system.InitAdminAccount()
// 创建 Search Table
system.CreateSearchTable()
// 创建 MovieDetails Table
system.CreateMovieDetailTable()
// 创建 SlaveMovieInfo Table
system.CreateSlaveMovieInfoTable()
// 创建图片信息管理表
system.CreateFileTable()
// 创建采集失效记录表