施工:手机端第四批 P3a(智能选股/策略跟踪/问师/复盘助手)

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
施工员
2026-08-24 22:58:46 +08:00
co-authored by multica-agent
parent ff7c128023
commit 20b05b1b78
4 changed files with 2061 additions and 5 deletions
+4
View File
@@ -233,6 +233,10 @@
}
function renderAssistant() {
if (global.MobilePages && global.MobilePages.has("assistant/chat")) {
global.MobilePages.render("assistant/chat");
return;
}
updateHeader({ title: "复盘助手", back: false });
document.getElementById("m-view").innerHTML = placeholderHtml("复盘助手", "聊天工作台将在后续批次实现。");
}