修复无法安装插件
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-12-28 15:15:50 +08:00
parent b131f2af75
commit d74a88583a

View File

@@ -79,7 +79,6 @@ class ThemeConfigModel
if ($exists) {
$this->query()->where('id', $exists['id'])->update($payload);
} else {
$payload['create_time'] = time();
$this->query()->insert($payload);
}