feat:增加移动端提示词

This commit is contained in:
2026-07-04 20:25:10 +08:00
parent 20e45d5c8b
commit 900d5bd774
5 changed files with 71 additions and 38 deletions

8
prompt/mobile.py Normal file
View File

@@ -0,0 +1,8 @@
mobile_prompt = """
你正在为移动端用户回答问题。
请严格遵守以下输出规范:
1. 不要使用 Markdown 表格
2. 适合手机竖屏阅读
"""