<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>XXX (ZZZ)</title>
    <link>https://beta.w2solo.com/XXX</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>[开源] 松鼠软件管家 - 可视化管理和更新软件</title>
      <description>&lt;p&gt;可视化管理和更新软件，基于 WinGet&lt;/p&gt;

&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/XXX/95d61026-f4ef-4cce-80dc-d7fd9f716342.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;
&lt;h2 id="✨主要功能"&gt;✨主要功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;在线搜索、下载、安装、更新软件&lt;/li&gt;
&lt;li&gt;支持批量更新&lt;/li&gt;
&lt;li&gt;支持启用代理&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="🧩系统要求"&gt;🧩系统要求&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Windows 10 及以上&lt;/li&gt;
&lt;li&gt;已安装 WinGet（一般系统会自带，也可&lt;a href="https://github.com/microsoft/winget-cli/releases" rel="nofollow" target="_blank" title=""&gt;自行安装&lt;/a&gt;）&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="⬇️下载"&gt;⬇️下载&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;GitHub Releases: &lt;a href="https://github.com/CrankZ/guan-manager/releases" rel="nofollow" target="_blank"&gt;https://github.com/CrankZ/guan-manager/releases&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
      <author>XXX</author>
      <pubDate>Wed, 21 Jan 2026 12:05:21 +0800</pubDate>
      <link>https://beta.w2solo.com/topics/6835</link>
      <guid>https://beta.w2solo.com/topics/6835</guid>
    </item>
    <item>
      <title>[开源][浏览器插件] 栈查查 (zhanStack) - 显示 GitHub 仓库所使用的技术栈</title>
      <description>&lt;p&gt;浏览器扩展，能够分析并展示 GitHub 仓库所使用的技术栈。&lt;/p&gt;

&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/XXX/a404dbca-6ef3-432e-816f-7a608f9d96c1.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;
&lt;h2 id="🌟 主要功能"&gt;🌟 主要功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;🚀 分析技术栈&lt;/strong&gt;：自动搜索项目中所有包管理文件，并分析其中的技术栈。&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🏷️ 智能分类&lt;/strong&gt;：将依赖项自动归类为 &lt;strong&gt;框架&lt;/strong&gt;、&lt;strong&gt;构建工具&lt;/strong&gt;、&lt;strong&gt;测试库&lt;/strong&gt;、&lt;strong&gt;状态管理&lt;/strong&gt;等。&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;📦 广泛的工具链支持&lt;/strong&gt;：以&lt;strong&gt;包管理器/构建工具&lt;/strong&gt;为核心维度，支持主流开发生态：

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;npm&lt;/strong&gt;: &lt;code&gt;package.json&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;pip / Poetry / uv / Conda / Pipenv&lt;/strong&gt;: &lt;code&gt;requirements.txt&lt;/code&gt;, &lt;code&gt;pyproject.toml&lt;/code&gt;, &lt;code&gt;poetry.lock&lt;/code&gt;, &lt;code&gt;uv.lock&lt;/code&gt;, &lt;code&gt;environment.yml&lt;/code&gt;, &lt;code&gt;Pipfile&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Go Modules&lt;/strong&gt;: &lt;code&gt;go.mod&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cargo (Rust)&lt;/strong&gt;: &lt;code&gt;Cargo.toml&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Maven / Gradle (Java)&lt;/strong&gt;: &lt;code&gt;pom.xml&lt;/code&gt;, &lt;code&gt;build.gradle&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;NuGet / .NET SDK&lt;/strong&gt;: &lt;code&gt;packages.config&lt;/code&gt;, &lt;code&gt;*.csproj&lt;/code&gt;, &lt;code&gt;*.sln&lt;/code&gt;, &lt;code&gt;Directory.Packages.props&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Swift PM / CocoaPods / Carthage&lt;/strong&gt;: &lt;code&gt;Package.swift&lt;/code&gt;, &lt;code&gt;Podfile&lt;/code&gt;, &lt;code&gt;Cartfile&lt;/code&gt;, &lt;code&gt;project.pbxproj&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CMake / Bazel / Xmake / MSBuild&lt;/strong&gt;: &lt;code&gt;CMakeLists.txt&lt;/code&gt;, &lt;code&gt;MODULE.bazel&lt;/code&gt;, &lt;code&gt;WORKSPACE&lt;/code&gt;, &lt;code&gt;xmake.lua&lt;/code&gt;, &lt;code&gt;*.vcxproj&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="📦 安装"&gt;📦 安装&lt;/h2&gt;
&lt;p&gt;GitHub: &lt;a href="https://github.com/CrankZ/zhan-stack" rel="nofollow" target="_blank"&gt;https://github.com/CrankZ/zhan-stack&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Chrome Web Store: &lt;a href="https://chromewebstore.google.com/detail/kebfbpfgnkegkhmfkkbhgidkjghbleco" rel="nofollow" target="_blank"&gt;https://chromewebstore.google.com/detail/kebfbpfgnkegkhmfkkbhgidkjghbleco&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="手动安装"&gt;手动安装&lt;/h3&gt;
&lt;p&gt;前往 &lt;a href="https://github.com/CrankZ/zhan-stack/releases" rel="nofollow" target="_blank" title=""&gt;Releases&lt;/a&gt; 页面，下载最新版本的安装包：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;.crx&lt;/code&gt; 文件&lt;/strong&gt;：适用于 Chrome 浏览器的标准安装包。&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;.zip&lt;/code&gt; 压缩包&lt;/strong&gt;：适用于手动加载的源码包。&lt;/li&gt;
&lt;/ul&gt;</description>
      <author>XXX</author>
      <pubDate>Tue, 20 Jan 2026 16:33:49 +0800</pubDate>
      <link>https://beta.w2solo.com/topics/6831</link>
      <guid>https://beta.w2solo.com/topics/6831</guid>
    </item>
    <item>
      <title>[开源自荐] 软软启动台 - 支持 Windows 和 macOS 的软件启动台（Launchpad）</title>
      <description>&lt;h2 id="软软启动台（qiLaunch）"&gt;软软启动台（qiLaunch）&lt;/h2&gt;
&lt;p&gt;支持 Windows 和 macOS 的软件启动台（Launchpad）&lt;/p&gt;

&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/XXX/2916559f-7e61-49e2-9632-0f87040eee95.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/XXX/1a990946-bb10-48d7-bf36-3aac8d608717.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;
&lt;h2 id="🌟主要功能"&gt;🌟主要功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;多来源获取软件：可从任务栏固定、桌面、开始菜单、UWP 等来源汇总&lt;/li&gt;
&lt;li&gt;高清图标提取：有多种提取图标的方式可供选择&lt;/li&gt;
&lt;li&gt;高度可配置：网格内边距、间距、图标尺寸、字体颜色、排序方式、隐藏列表等&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="🤔常见问题"&gt;🤔常见问题&lt;/h2&gt;&lt;h3 id="macOS版本无法打开问题"&gt;macOS 版本无法打开问题&lt;/h3&gt;
&lt;p&gt;安装完成后，复制以下命令到终端，然后按回⻋键&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo xattr -r -d com.apple.quarantine /Applications/qiLaunch.app
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id="🔗下载"&gt;🔗下载&lt;/h2&gt;
&lt;p&gt;GitHub &lt;a href="https://github.com/CrankZ/qi-launch" rel="nofollow" target="_blank"&gt;https://github.com/CrankZ/qi-launch&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;下载 &lt;a href="https://github.com/CrankZ/qi-launch/releases" rel="nofollow" target="_blank"&gt;https://github.com/CrankZ/qi-launch/releases&lt;/a&gt;&lt;/p&gt;</description>
      <author>XXX</author>
      <pubDate>Mon, 12 Jan 2026 16:31:50 +0800</pubDate>
      <link>https://beta.w2solo.com/topics/6794</link>
      <guid>https://beta.w2solo.com/topics/6794</guid>
    </item>
    <item>
      <title>幕译 1.7--本地字幕生成与翻译 -- 支持 macOS,Windows</title>
      <description>&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/XXX/b423e273-014d-437b-8c4b-83b83687a190.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;本地离线的字幕生成与翻译，支持双语字幕，支持 macOS,Windows 双系统，都支持 GPU 加速。可免费试用，无次数限制&lt;/p&gt;

&lt;p&gt;基于 Whisper，希望做最好的 Whisper 客户端&lt;/p&gt;

&lt;p&gt;官网 &lt;a href="https://softsoft.pro/softs/muyi" rel="nofollow" target="_blank"&gt;https://softsoft.pro/softs/muyi&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;功能介绍&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;本地离线，不用担心隐私问题&lt;/li&gt;
&lt;li&gt;支持 macOS，支持 GPU 加速 (Metal)&lt;/li&gt;
&lt;li&gt;支持 Windows10 及以上版本，支持 GPU 加速 (CUDA)&lt;/li&gt;
&lt;li&gt;支持中、英、日等多种语言识别&lt;/li&gt;
&lt;li&gt;支持翻译，支持双语字幕&lt;/li&gt;
&lt;li&gt;支持生成多种字幕格式（txt,vtt,srt,csv,json）&lt;/li&gt;
&lt;li&gt;支持批量生成字幕&lt;/li&gt;
&lt;li&gt;支持命令行 (CLI) 启动模式&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="macOS版本无法打开问题"&gt;macOS 版本无法打开问题&lt;/h2&gt;
&lt;p&gt;安装完成后，复制以下命令到终端，然后按回⻋键&lt;/p&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;sudo &lt;/span&gt;xattr &lt;span class="nt"&gt;-r&lt;/span&gt; &lt;span class="nt"&gt;-d&lt;/span&gt; com.apple.quarantine /Applications/muyi.app
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id="更新日志"&gt;更新日志&lt;/h2&gt;
&lt;p&gt;主页：&lt;a href="https://softsoft.pro/softs/muyi" rel="nofollow" target="_blank"&gt;https://softsoft.pro/softs/muyi&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✨新增支持 macOS 系统，支持 GPU 加速 (Metal)&lt;/li&gt;
&lt;li&gt;✨新增支持导入文件夹 (递归)&lt;/li&gt;
&lt;li&gt;✨新增命令行 (CLI) 启动模式&lt;/li&gt;
&lt;li&gt;✨新增模型下载管理界面&lt;/li&gt;
&lt;li&gt;✨新增 “跳过已有字幕”&lt;/li&gt;
&lt;li&gt;✨支持修改批量执行数量&lt;/li&gt;
&lt;li&gt;🛠 优化功能，提升性能&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="下载地址"&gt;下载地址&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;百度网盘（提取码：muyi）&lt;a href="https://pan.baidu.com/s/1duk1KiKmE1ETrsp85N4Jeg?pwd=muyi" rel="nofollow" target="_blank"&gt;https://pan.baidu.com/s/1duk1KiKmE1ETrsp85N4Jeg?pwd=muyi&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;123 网盘 &lt;a href="https://www.123pan.com/s/ZA5A-RS4Wh.html" rel="nofollow" target="_blank"&gt;https://www.123pan.com/s/ZA5A-RS4Wh.html&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;夸克网盘 &lt;a href="https://pan.quark.cn/s/e4f89b30e5ba" rel="nofollow" target="_blank"&gt;https://pan.quark.cn/s/e4f89b30e5ba&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;蓝奏云（密码:bot3）&lt;a href="https://wwd.lanzouq.com/b03alg7uuj?pwd=bot3" rel="nofollow" target="_blank"&gt;https://wwd.lanzouq.com/b03alg7uuj?pwd=bot3&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub Releases &lt;a href="https://github.com/CrankZ/muyi/releases" rel="nofollow" target="_blank"&gt;https://github.com/CrankZ/muyi/releases&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
      <author>XXX</author>
      <pubDate>Thu, 25 Dec 2025 14:51:22 +0800</pubDate>
      <link>https://beta.w2solo.com/topics/6731</link>
      <guid>https://beta.w2solo.com/topics/6731</guid>
    </item>
    <item>
      <title>软软一键开关 --提供多个 Windows 系统开关，例如保持常亮、隐藏桌面图标、显示器亮度、夜间模式等</title>
      <description>&lt;h2 id="软软一键开关 kaiSwitch"&gt;软软一键开关 kaiSwitch&lt;/h2&gt;
&lt;p&gt;软软一键开关 提供多个 Windows 系统开关，简化您的日常工作，例如保持常亮、隐藏桌面图标、显示器亮度、夜间模式等。&lt;/p&gt;

&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/XXX/ce183a42-028e-444f-a6cd-cb38bc1bd76f.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;以下功能都支持&lt;strong&gt;快捷键&lt;/strong&gt;和&lt;strong&gt;定时任务&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;软件支持 7 天免费试用&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;保持亮屏（防止休眠）&lt;/li&gt;
&lt;li&gt;隐藏桌面图标&lt;/li&gt;
&lt;li&gt;隐藏任务栏&lt;/li&gt;
&lt;li&gt;调整显示器亮度&lt;/li&gt;
&lt;li&gt;夜间模式（防蓝光）&lt;/li&gt;
&lt;li&gt;深色主题&lt;/li&gt;
&lt;li&gt;屏幕检测&lt;/li&gt;
&lt;li&gt;右键经典菜单&lt;/li&gt;
&lt;li&gt;鼠标指针十字线&lt;/li&gt;
&lt;li&gt;隐藏快捷方式箭头&lt;/li&gt;
&lt;li&gt;显示文件扩展名&lt;/li&gt;
&lt;li&gt;显示隐藏文件&lt;/li&gt;
&lt;li&gt;切换电源模式&lt;/li&gt;
&lt;li&gt;停止系统更新&lt;/li&gt;
&lt;li&gt;清空回收站&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="下载地址"&gt;下载地址&lt;/h2&gt;
&lt;p&gt;官网 &lt;a href="https://softsoft.pro/softs/kai-switch" rel="nofollow" target="_blank"&gt;https://softsoft.pro/softs/kai-switch&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;百度网盘 (提取码: bpjp) &lt;a href="https://pan.baidu.com/s/1H56jnN_TqnjvP_zZx3GusQ?pwd=bpjp" rel="nofollow" target="_blank"&gt;https://pan.baidu.com/s/1H56jnN_TqnjvP_zZx3GusQ?pwd=bpjp&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;蓝奏云 (密码:b4mm) &lt;a href="https://wwtm.lanzouq.com/b03an0tr5e?pwd=b4mm" rel="nofollow" target="_blank"&gt;https://wwtm.lanzouq.com/b03an0tr5e?pwd=b4mm&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;夸克网盘 &lt;a href="https://pan.quark.cn/s/c90f1c3a2d9e" rel="nofollow" target="_blank"&gt;https://pan.quark.cn/s/c90f1c3a2d9e&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;123 网盘 (提取码：6Wjg) &lt;a href="https://www.123684.com/s/ZA5A-oxXWh?pwd=6Wjg" rel="nofollow" target="_blank"&gt;https://www.123684.com/s/ZA5A-oxXWh?pwd=6Wjg&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub  &lt;a href="https://github.com/CrankZ/kai-switch/releases" rel="nofollow" target="_blank"&gt;https://github.com/CrankZ/kai-switch/releases&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
      <author>XXX</author>
      <pubDate>Wed, 08 Oct 2025 15:25:26 +0800</pubDate>
      <link>https://beta.w2solo.com/topics/6362</link>
      <guid>https://beta.w2solo.com/topics/6362</guid>
    </item>
    <item>
      <title>小本本计算器 -- 一个简单的文本计算器</title>
      <description>&lt;h2 id="小本本计算器"&gt;小本本计算器&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/XXX/80bd858a-8c44-43a1-b0a1-96557abb808f.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;
&lt;h2 id="介绍"&gt;介绍&lt;/h2&gt;
&lt;p&gt;一个简单的文本计算器。左侧为文本输入区，右侧会实时计算出结果&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;软件可永久免费使用，除了无法保存数据外，其他几乎没限制。如果觉得好用，可以付费支持一下&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;主要支持功能如下&lt;/p&gt;

&lt;p&gt;如果不会操作，可以点击软件左下角的 &lt;code&gt;加载示例&lt;/code&gt; 按钮 或者查看 &lt;a href="https://softsoft.pro/softs/ben-calc/?tab=wiki" rel="nofollow" target="_blank" title=""&gt;使用手册&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;数学计算，支持变量&lt;/li&gt;
&lt;li&gt;函数计算与图形展示&lt;/li&gt;
&lt;li&gt;日期计算&lt;/li&gt;
&lt;li&gt;单位换算&lt;/li&gt;
&lt;li&gt;汇率换算&lt;/li&gt;
&lt;li&gt;公历、农历换算&lt;/li&gt;
&lt;li&gt;进制转换&lt;/li&gt;
&lt;li&gt;数字转中文&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="下载地址"&gt;下载地址&lt;/h2&gt;
&lt;p&gt;官网 &lt;a href="https://softsoft.pro/softs/ben-calc" rel="nofollow" target="_blank"&gt;https://softsoft.pro/softs/ben-calc&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
百度网盘（提取码: 1234）&lt;a href="https://pan.baidu.com/s/1cc7eGjmHwN7_GsU2BhEQHw?pwd=1234" rel="nofollow" target="_blank"&gt;https://pan.baidu.com/s/1cc7eGjmHwN7_GsU2BhEQHw?pwd=1234&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;蓝奏云（密码:4wtc）&lt;a href="https://wwtm.lanzouq.com/b03amp70ed?pwd=4wtc" rel="nofollow" target="_blank"&gt;https://wwtm.lanzouq.com/b03amp70ed?pwd=4wtc&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;夸克网盘 &lt;a href="https://pan.quark.cn/s/e0ba44c6678e" rel="nofollow" target="_blank"&gt;https://pan.quark.cn/s/e0ba44c6678e&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;123 网盘 &lt;a href="https://www.123pan.com/s/ZA5A-dHYWh" rel="nofollow" target="_blank"&gt;https://www.123pan.com/s/ZA5A-dHYWh&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub &lt;a href="https://github.com/CrankZ/ben-calc/releases" rel="nofollow" target="_blank"&gt;https://github.com/CrankZ/ben-calc/releases&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
      <author>XXX</author>
      <pubDate>Mon, 09 Jun 2025 17:39:31 +0800</pubDate>
      <link>https://beta.w2solo.com/topics/5875</link>
      <guid>https://beta.w2solo.com/topics/5875</guid>
    </item>
    <item>
      <title>幕译 1.6--本地字幕生成与翻译 -- 支持双语字幕</title>
      <description>&lt;h2 id="幕译1.6--本地字幕生成与翻译--支持双语字幕"&gt;幕译 1.6--本地字幕生成与翻译 -- 支持双语字幕&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/XXX/3f3d68e8-5517-402d-8552-faea0eef9b92.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;
&lt;img src="https://img.way2solo.com/photo/XXX/e0c56abd-167e-43b4-b7a7-2873b3a15b6f.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;本地离线的字幕生成与翻译，支持双语字幕，可批量生成。可免费试用，无次数限制&lt;/p&gt;

&lt;p&gt;基于 Whisper，希望做最好的 Whisper 客户端&lt;/p&gt;

&lt;p&gt;官网 &lt;a href="https://softsoft.pro/softs/muyi" rel="nofollow" target="_blank"&gt;https://softsoft.pro/softs/muyi&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;QQ 群 598961830&lt;/p&gt;

&lt;p&gt;功能介绍&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;本地离线，不用担心隐私问题&lt;/li&gt;
&lt;li&gt;支持显卡加速（比 CPU 快 5-10 倍）&lt;/li&gt;
&lt;li&gt;支持多种模型（模型越大， 字幕越准确）&lt;/li&gt;
&lt;li&gt;支持中、英、日等多种语言识别&lt;/li&gt;
&lt;li&gt;支持翻译，支持双语字幕&lt;/li&gt;
&lt;li&gt;支持生成多种字幕格式（txt，vtt，srt，tsv，json）&lt;/li&gt;
&lt;li&gt;支持批量生成字幕&lt;/li&gt;
&lt;li&gt;更高级配置（字幕设置、语音检测、模型设置）&lt;/li&gt;
&lt;li&gt;支持 Windows10 及以上版本&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="更新日志"&gt;更新日志&lt;/h2&gt;&lt;h2 id="v1.6.0（2024-07-27）"&gt;v1.6.0（2024-07-27）&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🆕新增在线翻译，提升翻译准确度&lt;/li&gt;
&lt;li&gt;🆕支持双语字幕（专业版）&lt;/li&gt;
&lt;li&gt;🆕支持网络代理设置（支持在线翻译）&lt;/li&gt;
&lt;li&gt;🆕选项持久化&lt;/li&gt;
&lt;li&gt;🆕新增手动导入（支持下模型文件和显卡加速文件）&lt;/li&gt;
&lt;li&gt;🆕增加 WebView2 运行时检测&lt;/li&gt;
&lt;li&gt;🐞修复批量转录时，仅能终止一个&lt;/li&gt;
&lt;li&gt;🐞修复字幕格式为【全部】时的翻译问题&lt;/li&gt;
&lt;li&gt;📦新增便携版（不用安装，解压即用）&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="下载地址"&gt;下载地址&lt;/h2&gt;
&lt;p&gt;官网 &lt;a href="https://softsoft.pro/softs/muyi" rel="nofollow" target="_blank"&gt;https://softsoft.pro/softs/muyi&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;百度网盘（提取码：muyi）&lt;a href="https://pan.baidu.com/s/1duk1KiKmE1ETrsp85N4Jeg?pwd=muyi" rel="nofollow" target="_blank"&gt;https://pan.baidu.com/s/1duk1KiKmE1ETrsp85N4Jeg?pwd=muyi&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;123 网盘 &lt;a href="https://www.123pan.com/s/ZA5A-RS4Wh.html" rel="nofollow" target="_blank"&gt;https://www.123pan.com/s/ZA5A-RS4Wh.html&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;夸克网盘  &lt;a href="https://pan.quark.cn/s/e4f89b30e5ba" rel="nofollow" target="_blank"&gt;https://pan.quark.cn/s/e4f89b30e5ba&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;蓝奏云（密码:bot3）&lt;a href="https://wwd.lanzouq.com/b03alg7uuj?pwd=bot3" rel="nofollow" target="_blank"&gt;https://wwd.lanzouq.com/b03alg7uuj?pwd=bot3&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
      <author>XXX</author>
      <pubDate>Sun, 28 Jul 2024 12:53:35 +0800</pubDate>
      <link>https://beta.w2solo.com/topics/4857</link>
      <guid>https://beta.w2solo.com/topics/4857</guid>
    </item>
    <item>
      <title>幕译 v1.5--本地字幕生成与翻译--Whisper 客户端</title>
      <description>&lt;h2 id="幕译--本地字幕生成与翻译--Whisper客户端"&gt;幕译 -- 本地字幕生成与翻译--Whisper 客户端&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://s21.ax1x.com/2024/04/06/pFqtyJs.png" title="" alt="img"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://s21.ax1x.com/2024/04/06/pFqtsij.png" title="" alt="img"&gt;&lt;/p&gt;

&lt;p&gt;本地离线的字幕生成与翻译，支持显卡加速。可免费试用，无次数限制&lt;/p&gt;

&lt;p&gt;基于 Whisper，希望做最好的 Whisper 客户端&lt;/p&gt;

&lt;p&gt;功能介绍&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;本地离线，不用担心隐私问题&lt;/li&gt;
&lt;li&gt;支持显卡（CUDA）加速&lt;/li&gt;
&lt;li&gt;支持多种模型（模型越大， 字幕越准确）&lt;/li&gt;
&lt;li&gt;支持（中文、英语、日语）等 99+ 个语言识别&lt;/li&gt;
&lt;li&gt;支持翻译&lt;/li&gt;
&lt;li&gt;支持生成多种字幕格式（txt，vtt，srt，tsv，json）&lt;/li&gt;
&lt;li&gt;支持批量生成字幕&lt;/li&gt;
&lt;li&gt;更高级配置（字幕设置、语音检测、模型设置）&lt;/li&gt;
&lt;li&gt;支持 Windows10 及以上版本&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;官网 &lt;a href="https://softsoft.pro/softs/muyi" rel="nofollow" target="_blank"&gt;https://softsoft.pro/softs/muyi&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="更新日志"&gt;更新日志&lt;/h2&gt;&lt;h2 id="v1.5 - 2024/4/6"&gt;v1.5 - 2024/4/6&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;重新设计界面，更简洁更易用&lt;/li&gt;
&lt;li&gt;大幅减少文件体积（安装包从 1G 减少到 60M）&lt;/li&gt;
&lt;li&gt;新增自动更新功能（本软件会持续更新）&lt;/li&gt;
&lt;li&gt;新增自动下载功能，模型和显卡加速文件都可自动下载&lt;/li&gt;
&lt;li&gt;提升单个字幕生成速度&lt;/li&gt;
&lt;li&gt;提升批量生成速度&lt;/li&gt;
&lt;li&gt;中文默认简体&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="下载地址"&gt;下载地址&lt;/h2&gt;
&lt;p&gt;直接下载软件即可免费试用&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;百度网盘（提取码：muyi）&lt;a href="https://pan.baidu.com/s/1duk1KiKmE1ETrsp85N4Jeg?pwd=muyi" rel="nofollow" target="_blank"&gt;https://pan.baidu.com/s/1duk1KiKmE1ETrsp85N4Jeg?pwd=muyi&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;123 网盘 &lt;a href="https://www.123pan.com/s/ZA5A-RS4Wh.html" rel="nofollow" target="_blank"&gt;https://www.123pan.com/s/ZA5A-RS4Wh.html&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;夸克网盘  &lt;a href="https://pan.quark.cn/s/e4f89b30e5ba" rel="nofollow" target="_blank"&gt;https://pan.quark.cn/s/e4f89b30e5ba&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;蓝奏云（密码:bot3）&lt;a href="https://wwd.lanzouq.com/b03alg7uuj" rel="nofollow" target="_blank"&gt;https://wwd.lanzouq.com/b03alg7uuj&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
      <author>XXX</author>
      <pubDate>Sat, 06 Apr 2024 19:17:42 +0800</pubDate>
      <link>https://beta.w2solo.com/topics/4535</link>
      <guid>https://beta.w2solo.com/topics/4535</guid>
    </item>
    <item>
      <title>幕译 -- 离线字幕生成与翻译</title>
      <description>&lt;h2 id="幕译--离线字幕生成与翻译"&gt;幕译 -- 离线字幕生成与翻译&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://s21.ax1x.com/2024/03/06/pFriMvQ.png" title="" alt="img"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://s21.ax1x.com/2024/03/06/pFriluj.png" title="" alt="img"&gt;&lt;/p&gt;

&lt;p&gt;本地离线的字幕生成与翻译，支持 GPU 加速。可免费试用，无次数限制&lt;/p&gt;

&lt;p&gt;基于 Whisper，希望做最好的 Whisper 客户端&lt;/p&gt;

&lt;p&gt;功能介绍&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;本地离线，不用担心隐私问题&lt;/li&gt;
&lt;li&gt;支持 GPU 加速&lt;/li&gt;
&lt;li&gt;支持多种模型&lt;/li&gt;
&lt;li&gt;支持 99+ 个语言识别&lt;/li&gt;
&lt;li&gt;支持翻译&lt;/li&gt;
&lt;li&gt;支持生成多种字幕格式（txt，vtt，srt，tsv，json）&lt;/li&gt;
&lt;li&gt;支持批量转义&lt;/li&gt;
&lt;li&gt;支持自定义断句等高级设置&lt;/li&gt;
&lt;li&gt;支持 Windows10 及以上版本&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;官网 &lt;a href="https://softsoft.pro/softs/muyi" rel="nofollow" target="_blank"&gt;https://softsoft.pro/softs/muyi&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="下载地址"&gt;下载地址&lt;/h2&gt;
&lt;p&gt;免费版自带小模型，直接下载软件即可&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;百度网盘（提取码：muyi）：&lt;a href="https://pan.baidu.com/s/1duk1KiKmE1ETrsp85N4Jeg?pwd=muyi" rel="nofollow" target="_blank"&gt;https://pan.baidu.com/s/1duk1KiKmE1ETrsp85N4Jeg?pwd=muyi&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;123 网盘 &lt;a href="https://www.123pan.com/s/ZA5A-RS4Wh.html" rel="nofollow" target="_blank"&gt;https://www.123pan.com/s/ZA5A-RS4Wh.html&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;夸克网盘  &lt;a href="https://pan.quark.cn/s/e4f89b30e5ba" rel="nofollow" target="_blank"&gt;https://pan.quark.cn/s/e4f89b30e5ba&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
      <author>XXX</author>
      <pubDate>Wed, 06 Mar 2024 14:31:43 +0800</pubDate>
      <link>https://beta.w2solo.com/topics/4461</link>
      <guid>https://beta.w2solo.com/topics/4461</guid>
    </item>
    <item>
      <title>软软科技 --- 国内的 Product Hunt，但不仅如此</title>
      <description>&lt;h2 id="软软科技介绍"&gt;软软科技介绍&lt;/h2&gt;&lt;h2 id="对于开发者，本站提供"&gt;对于开发者，本站提供&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;软件的发行服务&lt;/li&gt;
&lt;li&gt;软件展示与介绍的主页&lt;/li&gt;
&lt;li&gt;正版交易的收款服务&lt;/li&gt;
&lt;li&gt;用户赞助的收款服务&lt;/li&gt;
&lt;li&gt;用户反馈的渠道&lt;/li&gt;
&lt;li&gt;软件宣传、营销的服务&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="对于用户，本站提供"&gt;对于用户，本站提供&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;软件的查询、下载&lt;/li&gt;
&lt;li&gt;软件的购买、赞助&lt;/li&gt;
&lt;li&gt;软件的评论、反馈&lt;/li&gt;
&lt;li&gt;软件的文档、更新日志的查看&lt;/li&gt;
&lt;li&gt;软件技术栈的查看&lt;/li&gt;
&lt;li&gt;相似软件的搜索&lt;/li&gt;
&lt;li&gt;软件清单的编写&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="链接"&gt;链接&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://softsoft.pro/" rel="nofollow" target="_blank"&gt;https://softsoft.pro/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;有问题可以邮件联系 softsoftservice##163.com&lt;/p&gt;</description>
      <author>XXX</author>
      <pubDate>Wed, 06 Dec 2023 19:07:51 +0800</pubDate>
      <link>https://beta.w2solo.com/topics/4288</link>
      <guid>https://beta.w2solo.com/topics/4288</guid>
    </item>
    <item>
      <title>独立开发者的网站 -- 软软科技</title>
      <description>&lt;h2 id="软软介绍"&gt;软软介绍&lt;/h2&gt;&lt;h2 id="对于开发者，本站提供"&gt;对于开发者，本站提供&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;软件的发行服务&lt;/li&gt;
&lt;li&gt;正版交易的收款服务&lt;/li&gt;
&lt;li&gt;用户赞助的收款服务&lt;/li&gt;
&lt;li&gt;软件展示与介绍的主页&lt;/li&gt;
&lt;li&gt;用户反馈的渠道&lt;/li&gt;
&lt;li&gt;软件宣传、营销的服务&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="对于用户，本站提供"&gt;对于用户，本站提供&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;软件的查询、下载&lt;/li&gt;
&lt;li&gt;软件的购买、赞助&lt;/li&gt;
&lt;li&gt;软件的评论、反馈&lt;/li&gt;
&lt;li&gt;软件的文档、更新日志的查看&lt;/li&gt;
&lt;li&gt;相似软件的搜索&lt;/li&gt;
&lt;li&gt;软件清单的编写&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="链接"&gt;链接&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://softsoft.pro/" rel="nofollow" target="_blank"&gt;https://softsoft.pro/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;有问题可以邮件联系 softsoftservice##163.com&lt;/p&gt;</description>
      <author>XXX</author>
      <pubDate>Sun, 03 Dec 2023 16:35:01 +0800</pubDate>
      <link>https://beta.w2solo.com/topics/4284</link>
      <guid>https://beta.w2solo.com/topics/4284</guid>
    </item>
    <item>
      <title>文本计算器，开源</title>
      <description>&lt;h2 id="文本计算器"&gt;文本计算器&lt;/h2&gt;
&lt;p&gt;一个简单的文本计算器，支持在线和主流桌面平台，文件体积仅 5MB。&lt;/p&gt;

&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/XXX/7b9dab48-465c-4d75-a09f-f5549caa8ae0.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;
&lt;h2 id="使用"&gt;使用&lt;/h2&gt;
&lt;p&gt;在线：&lt;a href="https://tauri-note-cal.pages.dev/" rel="nofollow" target="_blank"&gt;https://tauri-note-cal.pages.dev/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;下载：&lt;a href="https://github.com/CrankZ/tauri-note-cal/releases" rel="nofollow" target="_blank"&gt;https://github.com/CrankZ/tauri-note-cal/releases&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="功能"&gt;功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;日期计算&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;数学计算&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;支持变量&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;支持求和、平均&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
      <author>XXX</author>
      <pubDate>Wed, 18 Oct 2023 16:18:58 +0800</pubDate>
      <link>https://beta.w2solo.com/topics/4202</link>
      <guid>https://beta.w2solo.com/topics/4202</guid>
    </item>
    <item>
      <title>镜像切换工具-SwitchMirror</title>
      <description>&lt;h2 id="SwitchMirror"&gt;SwitchMirror&lt;/h2&gt;
&lt;p&gt;一个简单的镜像切换工具，支持主流桌面平台，文件体积仅 8MB 左右。&lt;/p&gt;

&lt;p&gt;&lt;img src="https://img.way2solo.com/photo/XXX/17588ae4-2025-485b-ad0f-b52c04b8dda0.png?imageView2/2/w/1920/q/100" title="" alt=""&gt;&lt;/p&gt;
&lt;h2 id="功能"&gt;功能&lt;/h2&gt;
&lt;p&gt;目前支持以下的镜像切换&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Maven&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;npm&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="下载"&gt;下载&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://github.com/CrankZ/SwitchMirror" rel="nofollow" target="_blank"&gt;https://github.com/CrankZ/SwitchMirror&lt;/a&gt;&lt;/p&gt;</description>
      <author>XXX</author>
      <pubDate>Mon, 16 Oct 2023 17:26:43 +0800</pubDate>
      <link>https://beta.w2solo.com/topics/4198</link>
      <guid>https://beta.w2solo.com/topics/4198</guid>
    </item>
  </channel>
</rss>
