config.ini.example 567 B

123456789101112131415161718192021222324
  1. # 摩点打卡工具配置文件
  2. # 复制此文件为 config.ini 并填入实际值
  3. [auth]
  4. # 认证方式一:Cookie(推荐,从浏览器登录后获取)
  5. # 格式: key1=value1; key2=value2
  6. # cookie = your_cookie_string_here
  7. # 认证方式二:Token
  8. # token = your_token_here
  9. # 认证方式三:用户名密码
  10. # username = your_username
  11. # password = your_password
  12. [settings]
  13. # 日志文件路径(可选)
  14. # log = modian.log
  15. # 调试模式(可选,设置为 true 开启)
  16. # debug = false
  17. # 输出格式(可选:text 或 json)
  18. # output = text