rtp修改
This commit is contained in:
@@ -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,
|
||||
];
|
||||
|
||||
// 查找是否存在配置,存在则更新,不存在则写入第一条
|
||||
|
||||
Reference in New Issue
Block a user