初始化仓库

This commit is contained in:
wangxiaowei
2025-12-04 17:44:28 +08:00
commit 0ab8464612
302 changed files with 52014 additions and 0 deletions

5
src/utils/tea.ts Normal file
View File

@ -0,0 +1,5 @@
export const StoreType = {
Direct: 1, // 直营
Franchise: 2, // 加盟
DouYin: 3 // 抖音
}