Merge pull request 'chore: App 名稱 Hey Mama → Dear Mama + 相關修復' (#22) from Lei-0210 into main

Reviewed-on: #22
This commit was merged in pull request #22.
This commit is contained in:
2026-02-10 09:24:25 +00:00
23 changed files with 195 additions and 177 deletions

View File

@@ -257,7 +257,7 @@ async def test_push(
_ = UserProfileV1_2.model_validate(pref.user_profile_json)
# V1先发固定测试文案后续在定时任务中替换为推荐模块的 push 场景模板
title = req.title or "Hey Mama"
title = req.title or "Dear Mama"
body = req.body or "这是一条测试推送dev"
expo_res = await _send_expo_push(to=token.push_token, title=title, body=body, data={"client_user_id": req.client_user_id})