修改 forkgram/tdesktop 实现 跳转到最后一条@我的消息
前言 我们之前已经实现了 有@我消息的群 置顶 方便我们"快速到达战场" 但是, 如果我们在这个群组里上下滚动了一下, 或者跳到其它群/频道 去找 "论文引用材料", 再回到刚才的群组, 就有可能出现找不到 刚才@我的那条消息 的情况. 如果你喜欢在多个群里面"剧烈地与人交流", 说不定你需要这样的功能: 找到上一条@我的消息 面向Agent开发 Hermes 对接 oc/deepseek-v4-flash-free https://zelikk.blogspot.com/2026/08/omniroute-hermes-agent-oracle-arm-ubuntu-root-sudo-.html 下面的引用框里面都是我发给Agent的自然语言 分析 https://github.com/forkgram/tdesktop 如果我要实现这样一个功能: 我想找到群组中上一条 @我的消息, 或回复我的消息. 有什么方案? 目前 forkgram 在群组中有一个菜单项是 "Go to the first message", 在这个菜单项的下方增加一条"Go to the last message mentioned me" 成果 群组菜单 跳转结果 Github 代码 https://github.com/crazypeace/forkgram-tdesktop/tree/goto-last-mention Release https://github.com/crazypeace/forkgram-tdesktop/releases/tag/goto-last-mention ======== 相关推荐 《Forkgram Mute All 功能移植到 Telegram Web K版 部署到 Cloudflare Page》 《修改 forkgram/tdesktop 移植 Ayugram 的屏蔽某个用户消息的功能(Fully Hide Messages from Blocked Users)》 《修改 forkgram/tdesktop 实现 设置全体群组和channel 静音 mute all》