更新 build.py

This commit is contained in:
cxykevin 2024-08-31 17:22:03 +08:00
parent 02e755f236
commit 6b264035a7
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import os import os
import sys
#################################### ####################################
## CONFIG/配置 ## ## CONFIG/配置 ##
#################################### ####################################
@ -22,6 +23,8 @@ igrone_filename = [ # 忽略的文件夹名
file_list = [] file_list = []
if(len(sys.argv)==2):
root_url = sys.argv[1]
def dfs_search(path, n_path): def dfs_search(path, n_path):
for i in os.listdir(path): for i in os.listdir(path):