feat: add versioned release packaging

This commit is contained in:
chengma
2026-07-07 14:21:30 +08:00
parent 148c4a73eb
commit 7838554c3d
14 changed files with 407 additions and 113 deletions
+9
View File
@@ -0,0 +1,9 @@
"""Application identity and release version."""
APP_NAME = "蝦皮圈優化助手"
APP_CODE_NAME = "cmshopee"
APP_VERSION = "0.1.0"
def display_name() -> str:
return f"{APP_NAME} v{APP_VERSION}"