diff --git a/Conf/Readme.md b/Conf/Readme.md index f67bd65..6643b7a 100644 --- a/Conf/Readme.md +++ b/Conf/Readme.md @@ -328,8 +328,7 @@ export cashinviteCode3="" ``` ## 大老板农场 新增自定义变量通知开关 -export dlbtz="true" //通知打开 -export dlbtz="false" //通知关闭 +export dlbtz="true" //通知打开,false为关闭 ``` ## curtinlv 环境变量 @@ -419,4 +418,4 @@ AutoStartBot="" ``` ## 10、安装bot依赖时指定pip源,默认使用清华源,如不需要源,设置此参数为空 PipMirror="https://pypi.tuna.tsinghua.edu.cn/simple" -``` \ No newline at end of file +```