新增分享功能

This commit is contained in:
SwZ
2025-05-29 17:03:34 +08:00
parent 218812b4bc
commit 746d8702cc
2 changed files with 76 additions and 5 deletions

View File

@@ -10,7 +10,8 @@ TASK_TYPE = {
'comment': playwright_comment,
'like': playwright_like,
'post': playwright_post,
'login_account': playwright_m_login
'login_account': playwright_m_login,
'forward': playwright_share
}
HOST = "http://118.193.40.152:8002"