Skip to content

Commit

Permalink
chore: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Sep 3, 2024
1 parent a6ae806 commit 5daba9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#支持多账户,使用逗号分隔每个账户,密码中有特殊字符可能会导致识别失败
USERNAMES= #888存在问题
PASSWORDS="\"" # 密码外面要加上双引号,密码内部如果有双引号,需要加上转义字符 反斜杠 \ (注意GitHub action不需要增加处理)
PASSWORDS="\"" # 密码外面要加上双引号,密码内部如果有双引号,需要加上转义字符 反斜杠 \ (注意GitHub action不需要增加处理,也不需要加引号)
WEBSITE=https://linux.do # 需要阅读的网站,支持后面那些:https://meta.discourse.org, https://meta.appinn.net, https://community.openai.com
#运行时间,分钟为单位
RUN_TIME_LIMIT_MINUTES=15
Expand Down

0 comments on commit 5daba9d

Please sign in to comment.