增加账号登录

This commit is contained in:
SwZ
2025-04-24 15:55:08 +08:00
parent bc0c255501
commit a0e0d875bd
5 changed files with 116 additions and 26 deletions

View File

@@ -8,7 +8,8 @@ TASK_TYPE = {
'check_account_cookies': playwright_check_account_cookies,
'comment': playwright_comment,
'like': playwright_like,
'post': playwright_post
'post': playwright_post,
'login_account': playwright_login
}
HOST = "http://192.168.1.69:8001"