mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-22 01:28:12 +00:00
- 在 page-context.js 的 getPageContext 和 getSceneKey 函数中优先检测弹窗状态 - 当 taskId > 0 时使用 single-task 上下文 - 当 dialogModalShow && dialogId > 0 时使用 single-dialog 上下文 - 在 welcome-prompts.js 中添加弹窗场景检测逻辑 - 提取 formatPrompts 辅助函数减少代码重复 - 在 index.vue 的 welcomePromptsKey 中监听 taskId 和 dialogModalShow 变化