miui-auto-tasks/config.yaml
0-8-4 cfc5cecd05
Fix issues58 (#60)
* improve: code format

* improve: config version debug information

* improve: check config version meet the requirement

Co-authored-by: 0-8-4 <me@liangjundi.top>
2022-11-01 10:56:53 +11:00

24 lines
958 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

accounts:
- uid: 100000
# 小米账户ID 非小米账户用户名
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
carrot-pull: false
# 小米社区拔萝卜,可能存在封号风险
check-in: false
# 小米社区成长值签到,可能存在封号风险
# 本脚本默认完成登录社区和三次点赞及三次浏览十秒帖子的成长值任务
# 若有多个小米账户,按照以下模板进行修改,使用时删除前端 #注释
# - uid: 100001
# password: abc123
# user-agent: 'Mozilla/5.0 (Android 11; Mobile; rv:95.0) Gecko/95.0 Firefox/95.0'
# carrot-pull: false
# check-in: false
logging: false
# 归档日志到本地文件
version: v1.5.1
# config 文件版本号debug用