Files
cmshoppe/app/version.py
T

10 lines
202 B
Python
Raw Normal View History

2026-07-07 14:21:30 +08:00
"""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}"