任务队列 / 未读回答入口设计

目标:连续发起“总结论文、全文重点、解释选区、自定义提问”后,可以知道哪些结果完成但还没看;点击后直接跳转到对应回答并高亮。

已完成未读 回答中 已查看
FLOW A:推荐放在输入区上方,保持截图里的布局,不占用太多空间
01 默认状态右侧多一个“队列/未读”胶囊
Zotero Reader

π0.5: Open-World Generalization

While most robotic learning systems are evaluated in environments that closely match the training data...

a number of prior works have explored broader open-world generalization.

Training such generalist policies requires new modeling approaches to handle scale and diversity.

We study generalization across new homes, objects, and task instructions.

保持:三个主快捷按钮不移动;只在右侧增加一个紧凑入口。没有未读结果时显示 队列 0,不会抢注意力。
02 回答完成顶部出现可点击完成提示
Zotero Reader

π0.5: Open-World Generalization

While most robotic learning systems are evaluated in environments that closely match the training data...

a number of prior works have explored broader open-world generalization.

Training such generalist policies requires new modeling approaches to handle scale and diversity.

We study generalization across new homes, objects, and task instructions.

新增:完成后给一个“一行提示”,点击 查看 就跳到对应 AI 回答;不点也保留在未读队列里。
03 点击未读/队列弹出最近任务列表
Zotero Reader

π0.5: Open-World Generalization

While most robotic learning systems are evaluated in environments that closely match the training data...

a number of prior works have explored broader open-world generalization.

Training such generalist policies requires new modeling approaches to handle scale and diversity.

We study generalization across new homes, objects, and task instructions.

队列内容:完成未读、回答中、失败、已读都在一个小弹窗里;主要操作是 查看清空队列 只有全部已读且没有回答中任务时才可用,点击直接清空。
FLOW B:点击“查看”后的效果
04 跳转到对应回答回答短暂高亮,避免用户找不到位置
Zotero Reader

π0.5: Open-World Generalization

While most robotic learning systems are evaluated in environments that closely match the training data...

a number of prior works have explored broader open-world generalization.

Training such generalist policies requires new modeling approaches to handle scale and diversity.

We study generalization across new homes, objects, and task instructions.

05 读完后的队列已读降权,未读仍然明显
Zotero Reader

π0.5: Open-World Generalization

While most robotic learning systems are evaluated in environments that closely match the training data...

a number of prior works have explored broader open-world generalization.

Training such generalist policies requires new modeling approaches to handle scale and diversity.

We study generalization across new homes, objects, and task instructions.

06 空状态无未读时回到安静状态
Zotero Reader

π0.5: Open-World Generalization

While most robotic learning systems are evaluated in environments that closely match the training data...

a number of prior works have explored broader open-world generalization.

Training such generalist policies requires new modeling approaches to handle scale and diversity.

We study generalization across new homes, objects, and task instructions.

07 全部已读后清空队列可直接点击
Zotero Reader

π0.5: Open-World Generalization

While most robotic learning systems are evaluated in environments that closely match the training data...

a number of prior works have explored broader open-world generalization.

Training such generalist policies requires new modeling approaches to handle scale and diversity.

We study generalization across new homes, objects, and task instructions.

08 取消单个任务只影响这一条任务,其他回答不受影响
Zotero Reader

π0.5: Open-World Generalization

While most robotic learning systems are evaluated in environments that closely match the training data...

a number of prior works have explored broader open-world generalization.

Training such generalist policies requires new modeling approaches to handle scale and diversity.

We study generalization across new homes, objects, and task instructions.

09 查看选区任务解释选区/手动选中文字提问都同步定位
Zotero Reader
📍 已定位到原选区

π0.5: Open-World Generalization

While most robotic learning systems are evaluated in environments that closely match the training data, a number of prior works have explored broader open-world generalization.

Training such generalist policies requires new modeling approaches to handle scale and diversity.

Visual-language-action models provide an attractive solution by fine-tuning pretrained vision-language models for robot control.

We study generalization across new homes, objects, and task instructions.

建议实现顺序

先做“未读 N + 查看跳转 + 高亮”,再做完整队列弹窗;这样改动小,能快速验证体验。

状态保存

任务阅读状态建议本地保存,不走坚果云;聊天记录仍按现有逻辑保存,避免多设备阅读状态互相干扰。

清空队列

必须全部已读且没有回答中任务才可点击;点击后直接清空,不需要确认。

取消单个任务

排队中任务直接移除;回答中任务先 abort 当前请求,再标记为已取消,可单独移除。

选区任务定位元数据

解释选区、翻译选区、手动选中文字提问都记录 attachmentID、pageIndex、rects/sortIndex、原选区文本;查看时同时跳转 PDF 和聊天回答。