<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[修改 forkgram/tdesktop 实现 跳转到最后一条@我的消息 by Hermes 对接 oc/deepseek-v4-flash-free]]></title><description><![CDATA[<h3>前言</h3>
<p dir="auto">我们之前已经实现了 <a href="https://zelikk.blogspot.com/2026/07/forkgram-tdesktop-at-me-on-top.html" rel="nofollow ugc">有@我消息的群 置顶</a> 方便我们"快速到达战场"</p>
<p dir="auto">但是, 如果我们在这个群组里上下滚动了一下, 或者跳到其它群/频道 去找 "论文引用材料", 再回到刚才的群组, 就有可能出现找不到 刚才@我的那条消息 的情况.</p>
<p dir="auto">如果你喜欢在多个群里面"剧烈地与人交流", 说不定你需要这样的功能:<br />
找到上一条@我的消息</p>
<h3>面向Agent开发</h3>
<p dir="auto">Hermes 对接 oc/deepseek-v4-flash-free</p>
<p dir="auto"><a href="https://zelikk.blogspot.com/2026/08/omniroute-hermes-agent-oracle-arm-ubuntu-root-sudo-.html" rel="nofollow ugc">https://zelikk.blogspot.com/2026/08/omniroute-hermes-agent-oracle-arm-ubuntu-root-sudo-.html</a></p>
<p dir="auto">下面的引用框里面都是我发给Agent的自然语言</p>
<blockquote>
<p dir="auto">分析 <code>https://github.com/forkgram/tdesktop</code></p>
<p dir="auto">如果我要实现这样一个功能:</p>
<p dir="auto">我想找到群组中上一条 @我的消息, 或回复我的消息.</p>
<p dir="auto">有什么方案?</p>
</blockquote>
<blockquote>
<p dir="auto">目前 forkgram 在群组中有一个菜单项是 "Go to the first message",</p>
<p dir="auto">在这个菜单项的下方增加一条"Go to the last message mentioned me"</p>
</blockquote>
<h3>成果</h3>
<p dir="auto"><a href="https://www.youtube.com/watch?v=ayeoZ4WLWWs" rel="nofollow ugc"><i class="fa fa-youtube" aria-hidden="true"></i> Youtube Video</a></p><div class="js-lazyYT lazyYT-container" data-youtube-id="ayeoZ4WLWWs" data-width="640" data-height="360" data-parameters style="width:640px;padding-bottom:360px">
 <div class="ytp-thumbnail lazyYT-image-loaded" style="background-image:url(&quot;https://i.ytimg.com/vi/ayeoZ4WLWWs/hqdefault.jpg&quot;)">
  <button class="ytp-large-play-button ytp-button" tabindex="23" aria-live="assertive" style="transform:scale(0.85)" onclick="$(this).lazyYT(this);return false;">
   <svg height="100%" version="1.1" viewbox="0 0 68 48" width="100%">
    <path class="ytp-large-play-button-bg" d="m .66,37.62 c 0,0 .66,4.70 2.70,6.77 2.58,2.71 5.98,2.63 7.49,2.91 5.43,.52 23.10,.68 23.12,.68 .00,-1.3e-5 14.29,-0.02 23.81,-0.71 1.32,-0.15 4.22,-0.17 6.81,-2.89 2.03,-2.07 2.70,-6.77 2.70,-6.77 0,0 .67,-5.52 .67,-11.04 l 0,-5.17 c 0,-5.52 -0.67,-11.04 -0.67,-11.04 0,0 -0.66,-4.70 -2.70,-6.77 C 62.03,.86 59.13,.84 57.80,.69 48.28,0 34.00,0 34.00,0 33.97,0 19.69,0 10.18,.69 8.85,.84 5.95,.86 3.36,3.58 1.32,5.65 .66,10.35 .66,10.35 c 0,0 -0.55,4.50 -0.66,9.45 l 0,8.36 c .10,4.94 .66,9.45 .66,9.45 z" fill="#1f1f1e" fill-opacity="0.9">
    </path>
    <path d="m 26.96,13.67 18.37,9.62 -18.37,9.55 -0.00,-19.17 z" fill="#fff">
    </path>
    <path d="M 45.02,23.46 45.32,23.28 26.96,13.67 43.32,24.34 45.02,23.46 z" fill="#ccc">
    </path>
   </svg>
  </button>
 </div>
</div><p></p>
<p dir="auto">群组菜单<br />
<img src="https://upload.lcz.me/uploads/d18eb881-406d-49a9-ba34-f7ca655937ec.jpeg" alt="ad0f844c-6e62-4e1a-9c93-a7c228d1245f-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">跳转结果<br />
<img src="https://upload.lcz.me/uploads/130d0998-e4d2-4362-aaa3-4c1c01793e28.jpeg" alt="f12aa8e1-a903-4b36-8fc6-bb3a54711671-image.jpeg" class=" img-fluid img-markdown" /></p>
<h3>Github</h3>
<p dir="auto">代码<br />
<a href="https://github.com/crazypeace/forkgram-tdesktop/tree/goto-last-mention" rel="nofollow ugc">https://github.com/crazypeace/forkgram-tdesktop/tree/goto-last-mention</a></p>
<p dir="auto">Release<br />
<a href="https://github.com/crazypeace/forkgram-tdesktop/releases/tag/goto-last-mention" rel="nofollow ugc">https://github.com/crazypeace/forkgram-tdesktop/releases/tag/goto-last-mention</a></p>
]]></description><link>https://lcz.me/topic/1071/修改-forkgram-tdesktop-实现-跳转到最后一条@我的消息-by-hermes-对接-oc-deepseek-v4-flash-free</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 14:53:06 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/1071.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 10 Aug 2026 03:06:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 修改 forkgram/tdesktop 实现 跳转到最后一条@我的消息 by Hermes 对接 oc/deepseek-v4-flash-free on Mon, 10 Aug 2026 12:21:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terry" aria-label="Profile: terry">@<bdi>terry</bdi></a></p>
<p dir="auto">谢谢! <img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://lcz.me/post/11846</link><guid isPermaLink="true">https://lcz.me/post/11846</guid><dc:creator><![CDATA[crazypeace]]></dc:creator><pubDate>Mon, 10 Aug 2026 12:21:14 GMT</pubDate></item><item><title><![CDATA[Reply to 修改 forkgram/tdesktop 实现 跳转到最后一条@我的消息 by Hermes 对接 oc/deepseek-v4-flash-free on Mon, 10 Aug 2026 05:03:40 GMT]]></title><description><![CDATA[<p dir="auto">不错的分享。</p>
]]></description><link>https://lcz.me/post/11825</link><guid isPermaLink="true">https://lcz.me/post/11825</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Mon, 10 Aug 2026 05:03:40 GMT</pubDate></item></channel></rss>