-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
TardisX
authored
Aug 22, 2022
1 parent
1ef607c
commit 528d035
Showing
4 changed files
with
86 additions
and
309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,18 @@ | ||
accounts: | ||
- uid: 100000 | ||
# 小米账户ID 非小米账户用户名 | ||
password: abc123 | ||
password: Abcd.1234 | ||
# 小米账户密码或其MD5哈希 | ||
user-agent: 'Mozilla/5.0 (Android 11; Mobile; rv:95.0) Gecko/95.0 Firefox/95.0' | ||
# 登录小米社区时所用浏览器的 User-Agent | ||
# 可在此工具查看:https://tool.chinaz.com/useragent | ||
board-id: 5462204 | ||
# 测试任务类型 | ||
# 开发版内测 5428803 开发版公测 5433318 稳定版内测 5462204 | ||
check-in: false | ||
# 小米社区签到,存在封号风险 | ||
enhance-mode: false | ||
# 增强模式,存在封号风险 | ||
# 一般情况下,本脚本只会执行3次发帖和回帖以及五次点赞的基本操作 | ||
# 小米社区拔萝卜和签到,可能存在封号风险 | ||
# 本脚本默认完成三次点赞及三次浏览十秒帖子的成长值任务 | ||
# 若有多个小米账户,按照以下模板进行修改,使用时删除前端 #注释 | ||
# - uid: 100001 | ||
# password: abc123 | ||
# user-agent: 'Mozilla/5.0 (Android 11; Mobile; rv:95.0) Gecko/95.0 Firefox/95.0' | ||
# board-id: 5462204 | ||
# check-in: false | ||
# enhance-mode: false | ||
logging: false | ||
# 归档日志到本地文件 |
Oops, something went wrong.