Skip to content

Commit

Permalink
添加scoreboard-7.csv,改正示例分数记录中的时间错误
Browse files Browse the repository at this point in the history
  • Loading branch information
plazum committed Jun 2, 2022
1 parent aaec8bd commit 7869c82
Show file tree
Hide file tree
Showing 2 changed files with 2,321 additions and 1 deletion.
2 changes: 1 addition & 1 deletion high-score.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def regex_match(line):
f.write("| 玩家名 | 行 | 列 | 用时/秒 | 时间 |\n")
f.write("| --- | ---: | ---: | ---: | --- |\n")
f.write("| player name | 14 | 10 | 0.00 | Thu Jan 01 1970 08:00:00 GMT+0800 (中国标准时间) |\n")
f.write("| test | 14 | 10 | 0.00 | Thu Jan 01 1970 01:00:00 GMT+0100 (格林尼治标准时间) |\n")
f.write("| test | 14 | 10 | 0.00 | Thu Jan 01 1970 00:00:00 GMT+0000 (格林尼治标准时间) |\n")
f.write("| hoge fuga | 14 | 10 | 0.00 | Thu Jan 01 1970 09:00:00 GMT+0900 (日本标准时间) |\n")
f.write("| --- | --- | --- | --- | --- |\n")
for i in range(start, len(lines)):
Expand Down

0 comments on commit 7869c82

Please sign in to comment.