first commit

This commit is contained in:
2025-12-30 15:03:19 +08:00
commit c735c36009
902 changed files with 83591 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/**
* 應用程式常數
*/
export const APP_NAME = "甜點店 ERP 系統";
export const APP_VERSION = "1.0.0";
export const ROUTES = {
VENDOR_MANAGEMENT: "vendor-management",
} as const;