Skip to content

Commit 2372343

Browse files
committed
Update pages
1 parent 04d01dd commit 2372343

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

utils/config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
</div>
3939
4040
## 说明
41-
下面列表根据拼音排序,可点击下面的的链接下载二进制文件,或者打开文本文件。<a href="{DOWNLOAD}" style="color:red;text-decoration:underline;" target="_black">点击这里</a>**下载当前整个文件夹**(此功能由 [DownGit](http://downgit.zhoudaxiaa.com) 提供)。此页面由 [mbinary](https://mbinary.xyz) 制作
41+
- 列表根据拼音排序
42+
- 点击链接下载二进制文件,或者打开文本文件(markdown 文件经过渲染)
43+
- <a href="{DOWNLOAD}" style="color:red;text-decoration:underline;" target="_black">下载当前文件夹</a>
4244
4345
## Directories
4446
<ul>{dirLst}</ul>

utils/genIndex.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def genIndex(path,dirs,files,htmlTemp = HTML):
8484
with open(os.path.join(path,'README.md'),'r',errors='ignore') as f :
8585
#<hr>\n<span style="color:orange;text-align:center;">Read Me</span>\n<hr>\n
8686
md = '\n<h1 style="color:red;text-align:center;">Read Me</h1>\n'+f.read()
87+
files.remove('README.md')
8788
cur = getPath(path)
8889
tar = os.path.join(TARDIR ,path)
8990
if not os.path.exists(tar):os.mkdir(tar)

0 commit comments

Comments
 (0)