From 52e3cfc5c8267a079ed0d3c32758124fc74ea8ea Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 13 二月 2025 15:42:10 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp --- apps/bMiniApp/src/pages/home/constants/index.ts | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/apps/bMiniApp/src/pages/home/constants/index.ts b/apps/bMiniApp/src/pages/home/constants/index.ts new file mode 100644 index 0000000..ff9bf0b --- /dev/null +++ b/apps/bMiniApp/src/pages/home/constants/index.ts @@ -0,0 +1,4 @@ +export enum HomeOrderType { + Recommend = 'Recommend', + LastShelfTime = 'LastShelfTime', +} -- Gitblit v1.9.1