字段对齐

This commit is contained in:
SwZ
2025-04-14 14:45:16 +08:00
parent 3fe8e66c4f
commit 4dad69c84e
2 changed files with 58 additions and 38 deletions

View File

@@ -4,7 +4,10 @@ from logger import error_logger, record_full_log
TASK_TYPE = {
'get_account_profile': playwright_get_user_profile,
'update_account_profile': playwright_set_user_profile,
'check_account_cookies': playwright_check_account_cookies,
'comment': playwright_comment,
'like': playwright_like,
'post': playwright_post
}