mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-06-14 16:07:58 +00:00
格式化一下文档
This commit is contained in:
parent
6f6a77d0b4
commit
73854be7be
@ -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('请输入玩家选择器:'),
|
||||||
)
|
)
|
||||||
|
@ -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'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user