We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
环境变量(可选项): export NOWATER='true' 不浇水开关,默认浇水 export WTNUM_NEW='100' 指定浇水次数 export FRUIT_NOTIFY='true' 开启详情通知,默认只通知成熟和异常 export FRUIT_LEVEL_NEW='2' 自动种植等级,默认最高3级,只能设置1-3 export FRUIT_NEW_DELAY='5' 延时,单位秒默认1,如果出现个别火爆,可尝试增加
这个是在配置文件里面设置还是在环境变量里面设置?
The text was updated successfully, but these errors were encountered:
在配置文件里面设置后 ##指定浇水次数 export WTNUM_NEW='10' ##自动种植等级,默认最高3级,只能设置1-3 export FRUIT_LEVEL_NEW='3' 依旧浇水很多次
Sorry, something went wrong.
@marcohard 任务的会做完每日20次浇水任务,然后在按指定是数浇水这样逻辑
这个设置放在哪里?
No branches or pull requests
环境变量(可选项):
export NOWATER='true' 不浇水开关,默认浇水
export WTNUM_NEW='100' 指定浇水次数
export FRUIT_NOTIFY='true' 开启详情通知,默认只通知成熟和异常
export FRUIT_LEVEL_NEW='2' 自动种植等级,默认最高3级,只能设置1-3
export FRUIT_NEW_DELAY='5' 延时,单位秒默认1,如果出现个别火爆,可尝试增加
这个是在配置文件里面设置还是在环境变量里面设置?
The text was updated successfully, but these errors were encountered: