rtp修改

This commit is contained in:
2026-06-15 17:46:09 +08:00
parent d379d1f394
commit 7d89230a56

View File

@@ -113,7 +113,8 @@ class Embed extends Backend
'button_bg_color' => $params['button_bg_color'] ?? '',
'outline_color' => $params['outline_color'] ?? '',
'progress_bar_bg_color' => $params['progress_bar_bg_color'] ?? '',
'update_time' => time()
'update_time' => time(),
'last_execute_time' => null,
];
// 查找是否存在配置,存在则更新,不存在则写入第一条