feat: 场景细分为餐厅/咖啡奶茶/甜品 + 附近搜索优先 + 美食多选标签

This commit is contained in:
2026-02-26 23:04:25 +08:00
parent c0662de3dd
commit fbb2c22964
6 changed files with 71 additions and 42 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ export const POST = apiHandler(async (req) => {
scene = "eat" as SceneType,
} = body;
const sceneConfig = getSceneConfig(scene === "drink" ? "drink" : "eat");
const sceneConfig = getSceneConfig(scene);
const numLat = Number(lat);
const numLng = Number(lng);