格式化一下文档

This commit is contained in:
EillesWan 2022-07-12 11:48:32 +08:00
parent 6f6a77d0b4
commit 73854be7be
2 changed files with 2 additions and 3 deletions

View File

@ -34,7 +34,7 @@ while True:
if heightmax != '': if heightmax != '':
heightmax = int(heightmax) heightmax = int(heightmax)
break break
except: except:
print('输入错误,请重新输入') print('输入错误,请重新输入')
@ -64,4 +64,4 @@ else:
volume if volume != '' else float(input('请输入音量(0-1]')), volume if volume != '' else float(input('请输入音量(0-1]')),
speed if speed != '' else float(input('请输入速度倍率:')), speed if speed != '' else float(input('请输入速度倍率:')),
player if player != '' else input('请输入玩家选择器:'), player if player != '' else input('请输入玩家选择器:'),
) )

View File

@ -7,7 +7,6 @@
# 若需转载或借鉴 请依照 Apache 2.0 许可证进行许可 # 若需转载或借鉴 请依照 Apache 2.0 许可证进行许可
__version__ = '0.0.1' __version__ = '0.0.1'
__all__ = [] __all__ = []
__author__ = (('金羿', 'Eilles Wan'), ('诸葛亮与八卦阵', 'bgArray'), ('鸣凤鸽子', 'MingFengPigeon')) __author__ = (('金羿', 'Eilles Wan'), ('诸葛亮与八卦阵', 'bgArray'), ('鸣凤鸽子', 'MingFengPigeon'))