Skip to content

Commit

Permalink
Update pages
Browse files Browse the repository at this point in the history
  • Loading branch information
heqin-zhu committed Mar 19, 2019
1 parent 04d01dd commit 2372343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
</div>
## 说明
下面列表根据拼音排序,可点击下面的的链接下载二进制文件,或者打开文本文件。<a href="{DOWNLOAD}" style="color:red;text-decoration:underline;" target="_black">点击这里</a>**下载当前整个文件夹**(此功能由 [DownGit](http://downgit.zhoudaxiaa.com) 提供)。此页面由 [mbinary](https://mbinary.xyz) 制作
- 列表根据拼音排序
- 点击链接下载二进制文件,或者打开文本文件(markdown 文件经过渲染)
- <a href="{DOWNLOAD}" style="color:red;text-decoration:underline;" target="_black">下载当前文件夹</a>
## Directories
<ul>{dirLst}</ul>
Expand Down
1 change: 1 addition & 0 deletions utils/genIndex.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def genIndex(path,dirs,files,htmlTemp = HTML):
with open(os.path.join(path,'README.md'),'r',errors='ignore') as f :
#<hr>\n<span style="color:orange;text-align:center;">Read Me</span>\n<hr>\n
md = '\n<h1 style="color:red;text-align:center;">Read Me</h1>\n'+f.read()
files.remove('README.md')
cur = getPath(path)
tar = os.path.join(TARDIR ,path)
if not os.path.exists(tar):os.mkdir(tar)
Expand Down

0 comments on commit 2372343

Please sign in to comment.