Skip to content

Commit

Permalink
✨ 更新文档说明
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Oct 17, 2022
1 parent c931853 commit 33a2fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def fetch_ci_time(filePath):

if __name__ == "__main__":
readmefile=open('README.md','w')
readmefile.write("# 潮流周刊\n\n> 记录工程师 Tw93 的不枯燥生活,欢迎订阅\n\n")
readmefile.write("# 潮流周刊\n\n> 记录工程师 Tw93 的不枯燥生活,欢迎订阅,Fork 自用可见 [开发文档](https://github.com/tw93/weekly/blob/main/Deploy.md),期待你玩得开心~\n\n")
recentfile=open('RECENT.md','w')

for root, dirs, filenames in os.walk('./src/pages/posts'):
Expand Down

0 comments on commit 33a2fb1

Please sign in to comment.