tag:github.com,2008:https://github.com/tiny-craft/tiny-rdm/releasesRelease notes from tiny-rdm2026-02-12T16:28:21Ztag:github.com,2008:Repository/659115218/v1.2.62026-02-26T06:36:42Z1.2.6🌈<h3>Features</h3>
<ul>
<li>Added support for viewing bit set. (Thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/blitmaster/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/blitmaster">@blitmaster</a> )</li>
<li>CLI now supports displaying null content.</li>
<li>Connection via ssh support use agent. (Thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/yin1999/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/yin1999">@yin1999</a> )</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fixed incorrect key selection logic when filter pattern are not empty.</li>
<li>Fixed an issue where keys could not be operated on when the connection name contains '#'.</li>
<li>Preserved trim values spaces in cli.</li>
<li>Fixed duplicate deserialization of values in Stream type.</li>
<li>Fixed an issue where the connection failed to open if the last selected database no longer exists.</li>
</ul>
<hr>
<h3>新特性</h3>
<ul>
<li>支持查看位数组 (感谢 <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/blitmaster/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/blitmaster">@blitmaster</a> )</li>
<li>命令行支持显示空内容</li>
<li>SSH连接支持代理 (感谢 <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/yin1999/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/yin1999">@yin1999</a> )</li>
</ul>
<h3>问题修复</h3>
<ul>
<li>筛选条件不为空时键选择逻辑有误</li>
<li>连接名包含'#'时无法操作键</li>
<li>命令行中值的空格不再裁剪</li>
<li>Steam类型内的值重复反序列化</li>
<li>最后所选数据库不存在时连接无法打开</li>
</ul>
<hr>
<blockquote>
<p>If you can not launch on macOS after drop app into <code>/Application</code> folder, try to run the command below on terminal</p>
<p>安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app"><pre>sudo xattr -d com.apple.quarantine /Applications/Tiny<span class="pl-cce">\ </span>RDM.app</pre></div>
</blockquote>tiny-crafttag:github.com,2008:Repository/659115218/v1.2.52025-08-24T09:19:28Z1.2.5🌈<h3>Optimizations</h3>
<ul>
<li>Compatible with non-English input methods in cli.</li>
<li>Pub/Sub support copy message.</li>
<li>Improve large entry loading and display.</li>
<li>Pickle decoder support type datetime.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fixed TLS failure when using SSH connections.</li>
</ul>
<hr>
<h3>功能优化</h3>
<ul>
<li>重构部分命令行相关代码,兼容非英文输入法</li>
<li>发布订阅支持复制消息</li>
<li>优化复杂结构大数据项的加载和显示</li>
<li>pickle解码兼容日期类型</li>
</ul>
<h3>问题修复</h3>
<ul>
<li>SSH连接下TLS失效</li>
</ul>
<hr>
<blockquote>
<p>If you can not launch on macOS after drop app into <code>/Application</code> folder, try to run the command below on terminal</p>
<p>安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app"><pre>sudo xattr -d com.apple.quarantine /Applications/Tiny<span class="pl-cce">\ </span>RDM.app</pre></div>
</blockquote>tiny-crafttag:github.com,2008:Repository/659115218/v1.2.42025-07-08T02:05:21Z1.2.4🌈<h3>Optimizations</h3>
<ul>
<li>Optimized the implementation logic of Pub/Sub and monitor.</li>
<li>Changed key matching from prefix match to fuzzy match by default.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fixed incorrect sorting of connected clients by idle time.</li>
<li>Fixed incorrect TTL format display.</li>
<li>Fixed terminal selection overflow (Thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/leonialla/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/leonialla">@leonialla</a>).</li>
<li>Fixed could not be input space in terminal under Chinese IME.</li>
<li>Added installation package with GTK 4.1 support for Linux (Thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kt286/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kt286">@kt286</a>).</li>
</ul>
<hr>
<h3>功能优化</h3>
<ul>
<li>优化发布/订阅和命令监控的实现逻辑</li>
<li>键默认匹配从前缀匹配更改为模糊匹配</li>
</ul>
<h3>问题修复</h3>
<ul>
<li>已连接客户端按空闲排序有误</li>
<li>键过期时间可能显示有误</li>
<li>终端选中状态溢出 (感谢 <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/leonialla/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/leonialla">@leonialla</a>)</li>
<li>中文输入状态下无法在终端输入空格</li>
<li>增加Linux下GTK4.1支持的安装包 (感谢 <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kt286/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kt286">@kt286</a>)</li>
</ul>
<hr>
<blockquote>
<p>If you can not launch on macOS after drop app into <code>/Application</code> folder, try to run the command below on terminal</p>
<p>安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app"><pre>sudo xattr -d com.apple.quarantine /Applications/Tiny<span class="pl-cce">\ </span>RDM.app</pre></div>
</blockquote>tiny-crafttag:github.com,2008:Repository/659115218/v1.2.32025-01-24T14:59:28Z1.2.3🌈<h3>Fixes</h3>
<ul>
<li>New connection redirect to the key details page.</li>
<li>Unable to navigate to an already opened connection from the connection list.</li>
<li>Complex structure content with unreadable characters is not always displayed.</li>
<li>The format selector has no default value.</li>
</ul>
<hr>
<h3>问题修复</h3>
<ul>
<li>新开连接错误跳转到键详情页</li>
<li>无法在连接列表跳转已打开的连接</li>
<li>复杂结构内容包含不可读字符时显示不常在</li>
<li>格式选择器没有默认值</li>
</ul>
<hr>
<blockquote>
<p>If you can not launch on macOS after drop app into <code>/Application</code> folder, try to run the command below on terminal</p>
<p>安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app"><pre>sudo xattr -d com.apple.quarantine /Applications/Tiny<span class="pl-cce">\ </span>RDM.app</pre></div>
</blockquote>
<hr>
<h3>最后祝大家2025蛇年大吉🎉</h3>tiny-crafttag:github.com,2008:Repository/659115218/v1.2.22024-12-17T02:29:14Z1.2.2🌈<h3>Fixes</h3>
<ul>
<li>SSH mode and Sentinel mode cannot work simultaneously.</li>
<li>Key auto-refresh interferes with tabs.</li>
<li>Msgpack incorrectly parses numeric types.</li>
<li>LIST has incorrect index columns under conditional filtering.</li>
<li>Monitor command does not fully release resources after stopping.</li>
</ul>
<hr>
<h3>问题修复</h3>
<ul>
<li>SSH模式和哨兵模式无法同时工作</li>
<li>键自动刷新干扰标签页</li>
<li>Msgpack解析数字类型有误</li>
<li>LIST在条件筛选状态下索引列有误</li>
<li>监控命令停止后没有完全释放</li>
</ul>
<hr>
<blockquote>
<p>If you can not launch on macOS after drop app into <code>/Application</code> folder, try to run the command below on terminal</p>
<p>安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app"><pre>sudo xattr -d com.apple.quarantine /Applications/Tiny<span class="pl-cce">\ </span>RDM.app</pre></div>
</blockquote>tiny-crafttag:github.com,2008:Repository/659115218/v1.2.12024-09-29T15:41:10Z1.2.1🌈<h3>Optimizations</h3>
<ul>
<li>Command line supports parsing content with single quotes.</li>
<li>Supports input of IPv6 format addresses.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Stopping command monitoring blocks the interface.</li>
<li>Adding elements with the same name to the <code>SET</code> causes an error.</li>
<li>Auto-refresh interferes with tab focus.</li>
<li>Custom decoder cannot remove parameters.</li>
<li>Unable to read the database list.</li>
<li>Unable to re-add a key after deletion.</li>
</ul>
<hr>
<h3>功能优化</h3>
<ul>
<li>命令行兼容单引号内容解析</li>
<li>兼容IPv6格式地址输入</li>
</ul>
<h3>问题修复</h3>
<ul>
<li>停止命令监控会阻塞界面</li>
<li>向集合添加同名元素会报错</li>
<li>自动刷新干扰标签页焦点</li>
<li>自定义解码器无法移除参数</li>
<li>无法读取数据库列表</li>
<li>键删除后无法再次添加</li>
</ul>
<hr>
<blockquote>
<p>If you can not launch on macOS after drop app into <code>/Application</code> folder, try to run the command below on terminal</p>
<p>安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app"><pre>sudo xattr -d com.apple.quarantine /Applications/Tiny<span class="pl-cce">\ </span>RDM.app</pre></div>
</blockquote>tiny-crafttag:github.com,2008:Repository/659115218/v1.2.02024-08-08T15:14:14Z1.2.0🌈<h3>Features</h3>
<ul>
<li>Support <code>LZ4</code> decoder/encoder.</li>
<li>Support <code>Align Left</code> and <code>Align Center</code> for list data.</li>
</ul>
<h3>Optimizations</h3>
<ul>
<li>Support <code>Home</code>/<code>End</code> for cli.</li>
<li>Add window shadow for Windows.</li>
<li>Replace shortcut key <code>meta</code> with <code>ctrl</code> for non-macOS.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Crash when reconnecting after previous connection fail.</li>
<li>Re-decode and display fail after update the content.</li>
</ul>
<hr>
<h3>新特性</h3>
<ul>
<li>支持<code>LZ4</code>解码/编码</li>
<li>列表数据支持切换<code>左对齐</code>和<code>居中</code>展示</li>
</ul>
<h3>功能优化</h3>
<ul>
<li>命令行支持<code>Home</code>和<code>End</code></li>
<li>Windows窗口阴影回归</li>
<li>部分快捷按键在非macOS下由<code>meta</code>键改为<code>ctrl</code></li>
</ul>
<h3>问题修复</h3>
<ul>
<li>修复连接失败后重连闪退问题</li>
<li>需要解码的内容修改保存后查看乱码</li>
</ul>
<hr>
<blockquote>
<p>If you can not launch on macOS after drop app into <code>/Application</code> folder, try to run the command below on terminal</p>
<p>安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app"><pre>sudo xattr -d com.apple.quarantine /Applications/Tiny<span class="pl-cce">\ </span>RDM.app</pre></div>
</blockquote>tiny-crafttag:github.com,2008:Repository/659115218/v1.1.142024-07-05T06:31:10Z1.1.14🌈<h3>Optimizations</h3>
<ul>
<li>Support batch delete keys without pre-scan and confirm.</li>
<li>Adjust and fix some styles.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Null decoder arguments.</li>
<li>Incorrect binary value convert.</li>
<li>Sometimes unable to connect to Redis server.</li>
<li>Copy text not work with non-ascii text.</li>
<li>Content in complex types are too long without auto-wrap.</li>
<li>Compatible with Sogou input for cli.</li>
</ul>
<hr>
<h3>功能优化</h3>
<ul>
<li>匹配删除键支持不预先扫描结果确认</li>
<li>部分界面样式细节调整和修正</li>
</ul>
<h3>问题修复</h3>
<ul>
<li>自定义解码器参数为空时前端页面报错</li>
<li>二进制格式显示不正常</li>
<li>有时无法无法连接到Redis服务器</li>
<li>无法复制非ascii的值</li>
<li>复杂类型的内容过长时没有自动换行</li>
<li>命令行兼容搜狗输入法</li>
</ul>
<hr>
<blockquote>
<p>If you can not launch on macOS after drop app into <code>/Application</code> folder, try to run the command below on terminal</p>
<p>安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app"><pre>sudo xattr -d com.apple.quarantine /Applications/Tiny<span class="pl-cce">\ </span>RDM.app</pre></div>
</blockquote>tiny-crafttag:github.com,2008:Repository/659115218/v1.1.132024-05-23T15:47:17Z1.1.13🌈<h3>Optimizations</h3>
<ul>
<li>Remove automatic format detect for LIST/HASH/SET/ZSET, it may block the UI.</li>
<li>Added shortcut key support in key list view (arrow keys for navigation and switch folding, <code>F5</code> or <code>Cmd+R</code> refresh selected, <code>Ctrl/Cmd+C</code> copy key name, <code>Del</code> delete selected).</li>
<li>Tabs support shortcut keys to close (<code>Ctrl/Cmd+W</code>).</li>
<li>Support non-standard JSON formatted display (FastJSON, etc.).</li>
<li>Support refresh special field for HASH.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Incorrect update key list view when add new key.</li>
<li>Compatible with old version of webview.</li>
</ul>
<hr>
<h3>功能优化</h3>
<ul>
<li>移除LIST/HASH/SET/ZSET的格式自动识别,降低条目量大时导致卡死的情况</li>
<li>键列表视图增加快捷键支持(方向键进行导航和开关折叠,<code>F5</code>或<code>Cmd+R</code>刷新所选,<code>Ctrl/Cmd+C</code>复制键名,<code>Del</code>删除所选)</li>
<li>标签页窗口支持快捷键关闭(<code>Ctrl/Cmd+W</code>)</li>
<li>支持非标准的JSON格式化显示(FastJSON等)</li>
<li>HASH支持刷新单字段</li>
</ul>
<h3>问题修复</h3>
<ul>
<li>为非当前数据库添加新键时列表错误显示</li>
<li>低版本Webview下样式兼容</li>
</ul>
<hr>
<blockquote>
<p>If you can not launch on macOS after drop app into <code>/Application</code> folder, try to run the command below on terminal</p>
<p>安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app"><pre>sudo xattr -d com.apple.quarantine /Applications/Tiny<span class="pl-cce">\ </span>RDM.app</pre></div>
</blockquote>tiny-crafttag:github.com,2008:Repository/659115218/v1.1.122024-04-29T04:10:30Z1.1.12🌈<h3>Optimizations</h3>
<ul>
<li>The cli parsing with JSON strings is incorrect.</li>
<li>Support some shortcut keys (quick exit dialog with <code>ESC</code>, quick delete selected key with <code>Del</code>, refresh with <code>F5</code> or <code>Cmd+R</code>, rename with <code>F2</code>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Content refresh may not work</li>
<li>Sub/pub is not available in cluster mode.</li>
<li>The calculated number of delete keys in cluster mode is incorrectly.</li>
</ul>
<hr>
<h3>功能优化</h3>
<ul>
<li>命令行解析带JSON字符串的命令有误</li>
<li>添加部分快捷键(对话框支持<code>ESC</code>退出,内容详情页支持<code>Del</code>删除,<code>F5</code>或<code>Cmd+R</code>刷新,<code>F2</code>重命名)</li>
</ul>
<h3>问题修复</h3>
<ul>
<li>内容刷新可能无效</li>
<li>集群模式无法使用订阅/发布功能</li>
<li>集群模式删除键数量计算错误</li>
</ul>
<hr>
<h3>Tiny RDM第一个B站介绍视频同步发布了,欢迎大家去捧场:<a href="https://www.bilibili.com/video/BV14C411H7fx/" rel="nofollow">https://www.bilibili.com/video/BV14C411H7fx/</a></h3>
<hr>
<blockquote>
<p>If you can not launch on macOS after drop app into <code>/Application</code> folder, try to run the command below on terminal</p>
<p>安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app"><pre>sudo xattr -d com.apple.quarantine /Applications/Tiny<span class="pl-cce">\ </span>RDM.app</pre></div>
</blockquote>
<a target="_blank" rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/137850705/326186952-a8a619cd-e174-4437-a289-36d958aac726.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzQxNDE4NDMsIm5iZiI6MTc3NDE0MTU0MywicGF0aCI6Ii8xMzc4NTA3MDUvMzI2MTg2OTUyLWE4YTYxOWNkLWUxNzQtNDQzNy1hMjg5LTM2ZDk1OGFhYzcyNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMzIyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDMyMlQwMTA1NDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zN2U3NzdkNzYyOWRhMzlmNTg2YjQwMWFhYWM0MTA0YzA4NmYzZTIyNDZlZGFlYWFkY2M5NjVjMjU1OTkxNjNlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.U1tW3AwGNarTZ5HaOedLAhgMpLHr_9-3K8fg3XAdb1Q"><img width="0" alt="视频轨道" src="https://private-user-images.githubusercontent.com/137850705/326186952-a8a619cd-e174-4437-a289-36d958aac726.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzQxNDE4NDMsIm5iZiI6MTc3NDE0MTU0MywicGF0aCI6Ii8xMzc4NTA3MDUvMzI2MTg2OTUyLWE4YTYxOWNkLWUxNzQtNDQzNy1hMjg5LTM2ZDk1OGFhYzcyNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMzIyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDMyMlQwMTA1NDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zN2U3NzdkNzYyOWRhMzlmNTg2YjQwMWFhYWM0MTA0YzA4NmYzZTIyNDZlZGFlYWFkY2M5NjVjMjU1OTkxNjNlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.U1tW3AwGNarTZ5HaOedLAhgMpLHr_9-3K8fg3XAdb1Q" content-type-secured-asset="image/png" style="max-width: 100%;"></a>
<a target="_blank" rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/137850705/326186955-7d209295-ea64-4ff4-9297-0e7402b20d7c.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzQxNDE4NDMsIm5iZiI6MTc3NDE0MTU0MywicGF0aCI6Ii8xMzc4NTA3MDUvMzI2MTg2OTU1LTdkMjA5Mjk1LWVhNjQtNGZmNC05Mjk3LTBlNzQwMmIyMGQ3Yy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMzIyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDMyMlQwMTA1NDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yOTNjNmYwNDJlMzBmMWE5MjNjN2JhZjlmY2MzYjMzYmJkYTZlYWRhZDg3OTRkYjQzYjk0NWMyNzczMTE4NWRiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.0cZTl6c8qGmptqAiYBEkgdwO41VdtiPbSffnskKw5Ik"><img width="0" alt="视频脚本截图" src="https://private-user-images.githubusercontent.com/137850705/326186955-7d209295-ea64-4ff4-9297-0e7402b20d7c.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzQxNDE4NDMsIm5iZiI6MTc3NDE0MTU0MywicGF0aCI6Ii8xMzc4NTA3MDUvMzI2MTg2OTU1LTdkMjA5Mjk1LWVhNjQtNGZmNC05Mjk3LTBlNzQwMmIyMGQ3Yy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMzIyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDMyMlQwMTA1NDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yOTNjNmYwNDJlMzBmMWE5MjNjN2JhZjlmY2MzYjMzYmJkYTZlYWRhZDg3OTRkYjQzYjk0NWMyNzczMTE4NWRiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.0cZTl6c8qGmptqAiYBEkgdwO41VdtiPbSffnskKw5Ik" content-type-secured-asset="image/png" style="max-width: 100%;"></a>
<a target="_blank" rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/137850705/326186957-08e731fb-c46f-4894-bfe7-8a89e95ac6ad.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzQxNDE4NDMsIm5iZiI6MTc3NDE0MTU0MywicGF0aCI6Ii8xMzc4NTA3MDUvMzI2MTg2OTU3LTA4ZTczMWZiLWM0NmYtNDg5NC1iZmU3LThhODllOTVhYzZhZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMzIyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDMyMlQwMTA1NDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02NDEyZWEwZGYxMjExMTcyNWExZjA1MWQ2NTBhNDllYTQ1Yzc1NjYyZGIyNDAzN2ZjOTA5MmVhODU4NjU0ZjVkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9._qbRdLL5Jvyk94LmLI-EsLCtn9baWF2VgyIRf-LR31U"><img width="0" alt="视频素材" src="https://private-user-images.githubusercontent.com/137850705/326186957-08e731fb-c46f-4894-bfe7-8a89e95ac6ad.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzQxNDE4NDMsIm5iZiI6MTc3NDE0MTU0MywicGF0aCI6Ii8xMzc4NTA3MDUvMzI2MTg2OTU3LTA4ZTczMWZiLWM0NmYtNDg5NC1iZmU3LThhODllOTVhYzZhZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMzIyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDMyMlQwMTA1NDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02NDEyZWEwZGYxMjExMTcyNWExZjA1MWQ2NTBhNDllYTQ1Yzc1NjYyZGIyNDAzN2ZjOTA5MmVhODU4NjU0ZjVkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9._qbRdLL5Jvyk94LmLI-EsLCtn9baWF2VgyIRf-LR31U" content-type-secured-asset="image/png" style="max-width: 100%;"></a>tiny-craft