mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
fix: 扫雷布局错误
This commit is contained in:
parent
6a49a70481
commit
9cf05fd8fd
@ -145,7 +145,7 @@ class Minesweeper:
|
||||
Returns:
|
||||
"""
|
||||
dis = " "
|
||||
start = "> " if self.col >= 10 else ""
|
||||
start = "> " if self.cols >= 10 else ""
|
||||
text = start + self.NUMS[0] + dis*2
|
||||
# 横向两个雷之间的间隔字符
|
||||
# 生成横向索引
|
||||
|
Loading…
Reference in New Issue
Block a user