Update version number in main.py
This commit is contained in:
parent
1c1a37c6d7
commit
e1d7771d5a
@ -13,6 +13,8 @@ from enum import IntEnum
|
|||||||
|
|
||||||
gray = (200, 200, 200)
|
gray = (200, 200, 200)
|
||||||
|
|
||||||
|
_version_ = "1.0.0"
|
||||||
|
|
||||||
|
|
||||||
class NumStatus(IntEnum):
|
class NumStatus(IntEnum):
|
||||||
"""未被选中"""
|
"""未被选中"""
|
||||||
@ -155,10 +157,10 @@ class MainWindow(Window):
|
|||||||
self.info_label = Label(
|
self.info_label = Label(
|
||||||
x=20,
|
x=20,
|
||||||
y=self.height - 50,
|
y=self.height - 50,
|
||||||
text="名字竞技场, 八围制造器 by shenjackyuanjie(点完导出看控制台)",
|
text=f"名字竞技场, 八围制造器v{_version_} by shenjackyuanjie(点完导出看控制台)",
|
||||||
multiline=False,
|
multiline=False,
|
||||||
font_name="黑体",
|
font_name="黑体",
|
||||||
font_size=20,
|
font_size=17,
|
||||||
batch=self.main_batch,
|
batch=self.main_batch,
|
||||||
group=self.main_group,
|
group=self.main_group,
|
||||||
color=(0, 0, 0, 255),
|
color=(0, 0, 0, 255),
|
||||||
|
Loading…
Reference in New Issue
Block a user