Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d5eacbd

Browse filesBrowse files
committed
Update index
1 parent a66c4ba commit d5eacbd
Copy full SHA for d5eacbd

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎utils/config.py

Copy file name to clipboardExpand all lines: utils/config.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</div>
3939
4040
## 说明
41-
下面列表根据拼音排序,可点击链接下载二进制文件,或者打开文本文件。<a href="{DOWNLOAD}" style="color:green">点击这里</a>**下载当前整个文件夹**。(使用的 [DownGit](downgit.zhoudaxiaa.com)工具)
41+
下面列表根据拼音排序,可点击链接下载二进制文件,或者打开文本文件。<a href="{DOWNLOAD}" style="color:red">点击这里</a>**下载当前整个文件夹**。(使用的 [DownGit](downgit.zhoudaxiaa.com)工具)
4242
4343
## Directories
4444
<ul>{dirLst}</ul>

‎utils/genIndex.py

Copy file name to clipboardExpand all lines: utils/genIndex.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def genIndex(path,dirs,files,htmlTemp = HTML):
8383
cur = getPath(path)
8484
dirLst = genDirectoryList(path,dirs)
8585
fileLst = genFileList(path,files)
86-
cont = htmlTemp.format(DOWNLOAD=path,cur=cur,dirLst = dirLst,fileLst = fileLst,readme=md2html(md))
86+
cont = htmlTemp.format(DOWNLOAD=DOWNLOAD+path,cur=cur,dirLst = dirLst,fileLst = fileLst,readme=md2html(md))
8787
tar = os.path.join(TARDIR ,path)
8888
if not os.path.exists(tar):os.mkdir(tar)
8989
filename = os.path.join(tar, NAME)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.