Edan233 commited on
Commit
b99dfc7
·
1 Parent(s): 92c4933

fix: 去掉 conf.py 文件,改为 example 示例

Browse files
Files changed (2) hide show
  1. .gitignore +4 -0
  2. conf.py → conf.example.py +1 -1
.gitignore CHANGED
@@ -168,6 +168,10 @@ douyin_uploader/*.json
168
  bilibili_uploader/*.json
169
  tk_uploader/*.json
170
 
 
 
 
 
171
  cookies
172
 
173
  # Frontend
 
168
  bilibili_uploader/*.json
169
  tk_uploader/*.json
170
 
171
+ # 配置文件
172
+ conf.py
173
+
174
+ # 账号文件
175
  cookies
176
 
177
  # Frontend
conf.py → conf.example.py RENAMED
@@ -2,4 +2,4 @@ from pathlib import Path
2
 
3
  BASE_DIR = Path(__file__).parent.resolve()
4
  XHS_SERVER = "http://127.0.0.1:11901"
5
- LOCAL_CHROME_PATH = "C:\Program Files\Google\Chrome\Application\chrome.exe" # change me necessary! for example C:/Program Files/Google/Chrome/Application/chrome.exe
 
2
 
3
  BASE_DIR = Path(__file__).parent.resolve()
4
  XHS_SERVER = "http://127.0.0.1:11901"
5
+ LOCAL_CHROME_PATH = "" # change me necessary! for example C:/Program Files/Google/Chrome/Application/chrome.exe