mirror of
https://github.com/ProudMuBai/GoFilm.git
synced 2026-02-21 10:04:41 +08:00
test carousel
This commit is contained in:
@@ -40,11 +40,11 @@ func start() {
|
||||
func DefaultDataInit() {
|
||||
// 如果系统中不存在用户表则进行初始化
|
||||
if !system.ExistUserTable() {
|
||||
// 初始化影视来源列表信息
|
||||
SystemInit.SpiderInit()
|
||||
// 初始化数据库相关数据
|
||||
SystemInit.TableInIt()
|
||||
// 初始化网站基本配置信息
|
||||
SystemInit.BasicConfigInit()
|
||||
}
|
||||
// 初始化影视来源列表信息
|
||||
SystemInit.SpiderInit()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user