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