home1019
This commit is contained in:
@@ -49,12 +49,12 @@ autoLogon/
|
||||
|
||||
```json
|
||||
{
|
||||
"duration": 30,
|
||||
"browser_path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe",
|
||||
"sites": [
|
||||
{
|
||||
"name": "网站名称",
|
||||
"url": "网站URL",
|
||||
"duration": 30,
|
||||
"cookies": [
|
||||
{
|
||||
"name": "cookie名称",
|
||||
@@ -105,7 +105,7 @@ python main.py
|
||||
## 注意事项
|
||||
|
||||
- 确保浏览器路径正确配置,默认使用Edge浏览器
|
||||
- 配置文件中的`duration`参数表示网站打开后保持的时间(秒)
|
||||
- 配置文件中的`duration`参数表示处理每个网站时的延时时间(秒),默认30秒
|
||||
- 首次运行时,应用会为没有cookies的网站创建空的cookies配置
|
||||
- 日志文件保存在`log`目录下,按日期命名
|
||||
|
||||
|
||||
Reference in New Issue
Block a user