mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
feat: 清理动态时显示UID保护列表 (#229)
This commit is contained in:
parent
cb08e7afe0
commit
5097f2af39
@ -82,6 +82,7 @@ async function clear() {
|
|||||||
const days_ago = (Now - create_time) / 86400;
|
const days_ago = (Now - create_time) / 86400;
|
||||||
|
|
||||||
if (days_ago > clear_max_day) {
|
if (days_ago > clear_max_day) {
|
||||||
|
log.info('清理动态', `当前UID保护列表:\n${before_separate.join(',')}\n`)
|
||||||
/* 移除动态 */
|
/* 移除动态 */
|
||||||
if (dynamic_id
|
if (dynamic_id
|
||||||
&& clear_remove_dynamic
|
&& clear_remove_dynamic
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user