test carousel

This commit is contained in:
mubai
2024-02-21 23:44:54 +08:00
parent 53a243a4fb
commit 93b9855f52
16 changed files with 807 additions and 492 deletions

View File

@@ -40,11 +40,11 @@ func start() {
func DefaultDataInit() {
// 如果系统中不存在用户表则进行初始化
if !system.ExistUserTable() {
// 初始化影视来源列表信息
SystemInit.SpiderInit()
// 初始化数据库相关数据
SystemInit.TableInIt()
// 初始化网站基本配置信息
SystemInit.BasicConfigInit()
}
// 初始化影视来源列表信息
SystemInit.SpiderInit()
}