fix: remove folder page helper card

This commit is contained in:
AI Bot
2026-06-05 14:44:01 +08:00
parent 9807c7a275
commit 4e2636ec8b
2 changed files with 3 additions and 8 deletions

View File

@@ -253,12 +253,6 @@ public class ConversationFolderActivity extends BossScreenActivity {
folderDeviceId = folder.optString("deviceId", folderDeviceId == null ? "" : folderDeviceId).trim();
int threadCount = folder.optInt("threadCount", 0);
configureScreen(resolvedFolderName, threadCount + " 个线程");
appendContent(BossUi.buildSoftPanel(
this,
"项目内部线程页",
resolvedFolderName,
"点击线程后进入具体聊天窗口。"
));
JSONArray threads = folder.optJSONArray("threads");
updateTrackedProjectIds(threads);