feat(frontend): 新增廠商缺貨 V2 feature flag

This commit is contained in:
OoO
2026-05-01 00:06:46 +08:00
parent 6c73c57a91
commit c9247f7a79
7 changed files with 276 additions and 11 deletions

2
app.py
View File

@@ -95,7 +95,7 @@ except Exception as e:
sys_log.error(f"無法檢測磁碟空間: {e}")
# 🚩 系統版本定義 (備份與顯示用)
# 🚩 2026-04-30 V10.37: Vendor stockout v2 feature flag
# 🚩 2026-05-01 V10.37: Vendor stockout v2 feature flag
SYSTEM_VERSION = "V10.37"
# ==========================================