修复左侧无法拉伸

This commit is contained in:
2026-04-07 21:42:30 +08:00
parent 621d752a8d
commit d583e711f0
15 changed files with 70 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
APP_NAME = "牛马软件柜"
__VERSION__ = "0.0.3"
def app_title() -> str:
return f"{APP_NAME} - Version:{__VERSION__}"