xinyang5yuan-web/.codex/context-questions.json
2025-12-10 15:47:26 +08:00

17 lines
492 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"questions": [
{
"question": "目标 Vue 格式以哪个现有页面为准about.vue 还是其他)?需要复用哪些公共组件/样式?",
"priority": "high"
},
{
"question": "页面内容是否需要动态数据(接口)还是保持静态文案与下载功能?",
"priority": "medium"
},
{
"question": "是否需要手机端适配路由(类似 phone_about.vue或跳转逻辑",
"priority": "medium"
}
]
}