云慧 發表於 2026-5-5 09:02:39

高频问题全解:Windows应用兼容引擎必备指南(上)

<p><img class="alignnone size-full wp-image-38854" src="https://www.deepin.org/wp-content/uploads/2026/04/副本_立体风运营课程招生宣传公众号首图__2026-04-2114_38_56.png" alt="" width="900" height="383" srcset="https://www.deepin.org/wp-content/uploads/2026/04/副本_立体风运营课程招生宣传公众号首图__2026-04-2114_38_56.png 900w, https://www.deepin.org/wp-content/uploads/2026/04/副本_立体风运营课程招生宣传公众号首图__2026-04-2114_38_56-300x128.png 300w, https://www.deepin.org/wp-content/uploads/2026/04/副本_立体风运营课程招生宣传公众号首图__2026-04-2114_38_56-150x64.png 150w, https://www.deepin.org/wp-content/uploads/2026/04/副本_立体风运营课程招生宣传公众号首图__2026-04-2114_38_56-768x327.png 768w, https://www.deepin.org/wp-content/uploads/2026/04/副本_立体风运营课程招生宣传公众号首图__2026-04-2114_38_56-24x10.png 24w, https://www.deepin.org/wp-content/uploads/2026/04/副本_立体风运营课程招生宣传公众号首图__2026-04-2114_38_56-36x15.png 36w, https://www.deepin.org/wp-content/uploads/2026/04/副本_立体风运营课程招生宣传公众号首图__2026-04-2114_38_56-48x20.png 48w" sizes="(max-width: 900px) 100vw, 900px" /></p>
<p data-pm-slice="0 0 []">作为在 <strong>DistroWatch 全球排名中表现突出、广受全球用户认可</strong> 的开源操作系统,deepin 在持续打磨优质原生应用、深耕自研生态的同时,也充分考虑到当前 Linux 桌面生态仍不够完善、部分常用 Windows 软件缺失 的实际情况。为此我们深度打造并搭载 Windows 应用兼容引擎,有效补齐生态短板,让用户无需切换系统,即可流畅运行大量主流 Windows 软件,真正兼顾开源系统的安全稳定与实用体验。</p>
<p data-pm-slice="0 0 []">本文是统信Windows应用兼容引擎使用手册的第三篇·常见问题解决方案篇(上)。我们将分享用户在实际使用中遇到的高频问题及对应的修复技巧,帮助你在遇到类似情况时快速找到解决办法,更顺畅地运行 Windows 应用。</p>
<p>📌 如果你还没看过前两篇,建议先阅读《兼容引擎-新手入门指南》《兼容引擎-高级调试指南》,熟悉基础操作和调试功能。</p>
<p>&nbsp;</p>
<section>
<section>
<section>
<section>
<section>
<h1><strong>1 兼容引擎初始化失败</strong></h1>
</section>
</section>
</section>
</section>
</section>
<section>
<p data-pm-slice="0 0 []"><strong>问题现象:在安装或升级兼容引擎后无法打开,提示“初始化运行环境失败”。</strong></p>
<section><img loading="lazy" class="alignnone wp-image-38855" src="https://www.deepin.org/wp-content/uploads/2026/04/image-28-5.png" alt="" width="640" height="504" srcset="https://www.deepin.org/wp-content/uploads/2026/04/image-28-5.png 667w, https://www.deepin.org/wp-content/uploads/2026/04/image-28-5-300x236.png 300w, https://www.deepin.org/wp-content/uploads/2026/04/image-28-5-150x118.png 150w, https://www.deepin.org/wp-content/uploads/2026/04/image-28-5-24x19.png 24w, https://www.deepin.org/wp-content/uploads/2026/04/image-28-5-36x28.png 36w, https://www.deepin.org/wp-content/uploads/2026/04/image-28-5-48x38.png 48w" sizes="(max-width: 640px) 100vw, 640px" /></section>
<p data-pm-slice="0 0 []"><strong>原因说明及解决方案:</strong></p>
<p>兼容引擎的正常运行依赖包括 Python 在内的多项系统环境。在安装其他应用或配置开发环境时,有一定概率会破坏这些依赖,导致引擎无法启动。</p>
<p>此时可以通过终端命令修复系统环境,具体步骤如下:</p>
<ol class="list-paddingleft-1">
<li>
<section>点击提示窗口中的 “复制命令” 按钮,将修复命令复制到剪贴板。</section>
</li>
<li>
<section>点击 “前往修复” 按钮,打开系统终端。</section>
</li>
<li>
<section>在终端窗口中右键粘贴(或按 <code>Ctrl + Shift + V</code>),然后按回车键执行。</section>
</li>
</ol>
<p>完整的修复命令如下:</p>
<p>sudo apt install -f<br />
sudo apt reinstall deepin-wine-builder deepin-wine10-stable python3-yaml python3-pycurl python3-chardet python3-requests patool python3-urllib3 python3-certifipython3-pefile python3-xdg python3-dbus python3-watchdog</p>
</section>
<section>执行完成后,重新打开兼容引擎使用即可。 </section>
<p>&nbsp;</p>
<section>
<section>
<section>
<section data-pm-slice="8 7 [&quot;para&quot;,{&quot;tagName&quot;:&quot;section&quot;,&quot;attributes&quot;:{&quot;style&quot;:&quot;margin-left: 8px;margin-right: 8px;margin-bottom: 0px;&quot;},&quot;namespaceURI&quot;:&quot;http://www.w3.org/1999/xhtml&quot;}]">
<section>
<section>
<section>
<h1><strong>2 应用安装初始化失败</strong></h1>
</section>
</section>
</section>
</section>
</section>
<p><strong>问题现象:在安装某个 Windows 应用时,弹出“初始化环境失败”的提示窗口。</strong></p>
</section>
<section><img loading="lazy" class="alignnone wp-image-38856" src="https://www.deepin.org/wp-content/uploads/2026/04/image-29-5.png" alt="" width="640" height="414" srcset="https://www.deepin.org/wp-content/uploads/2026/04/image-29-5.png 860w, https://www.deepin.org/wp-content/uploads/2026/04/image-29-5-300x194.png 300w, https://www.deepin.org/wp-content/uploads/2026/04/image-29-5-150x97.png 150w, https://www.deepin.org/wp-content/uploads/2026/04/image-29-5-768x497.png 768w, https://www.deepin.org/wp-content/uploads/2026/04/image-29-5-24x16.png 24w, https://www.deepin.org/wp-content/uploads/2026/04/image-29-5-36x23.png 36w, https://www.deepin.org/wp-content/uploads/2026/04/image-29-5-48x31.png 48w" sizes="(max-width: 640px) 100vw, 640px" /></section>
<section><strong>原因说明及解决方案:</strong></section>
<section>这种情况通常是使用默认配置创建 Wine 应用容器(bottle)时失败所致。此时可以打开终端,执行以下命令进行修复:</section>
<section>/opt/apps/deepin-wine-builder/files/share/deepin-wine-builder/packagescripts/init-bottle.sh -r</section>
<section></section>
</section>
<section>
<p data-pm-slice="0 0 []">执行完毕后,重新尝试安装应用即可。</p>
<p>&nbsp;</p>
<section></section>
<section>
<section data-pm-slice="8 3 [&quot;para&quot;,{&quot;tagName&quot;:&quot;section&quot;,&quot;attributes&quot;:{},&quot;namespaceURI&quot;:&quot;http://www.w3.org/1999/xhtml&quot;}]">
<section>
<section data-pm-slice="8 7 [&quot;para&quot;,{&quot;tagName&quot;:&quot;section&quot;,&quot;attributes&quot;:{&quot;style&quot;:&quot;margin-left: 8px;margin-right: 8px;margin-bottom: 0px;&quot;},&quot;namespaceURI&quot;:&quot;http://www.w3.org/1999/xhtml&quot;}]">
<section>
<section>
<section>
<h1><strong>3 首次安装可运行,退出后再次运行失败</strong></h1>
</section>
</section>
</section>
</section>
</section>
</section>
</section>
</section>
<section><strong>问题现象:应用第一次安装后可以正常打开,但关闭后再点击图标就无法运行了(常见于兼容引擎 V3.2 及以上版本)。</strong></section>
<p data-pm-slice="0 0 []"><strong>原因说明及解决方案:</strong></p>
<p>这通常是因为应用缺失某些动态链接库(DLL)。你可以进入该应用的高级调试页面,直接点击 “调试运行”,查看日志输出。</p>
<section><img loading="lazy" class="alignnone wp-image-38857 size-large" src="https://www.deepin.org/wp-content/uploads/2026/04/image-30-5-1024x787.png" alt="" width="640" height="492" srcset="https://www.deepin.org/wp-content/uploads/2026/04/image-30-5-1024x787.png 1024w, https://www.deepin.org/wp-content/uploads/2026/04/image-30-5-300x230.png 300w, https://www.deepin.org/wp-content/uploads/2026/04/image-30-5-150x115.png 150w, https://www.deepin.org/wp-content/uploads/2026/04/image-30-5-768x590.png 768w, https://www.deepin.org/wp-content/uploads/2026/04/image-30-5-24x18.png 24w, https://www.deepin.org/wp-content/uploads/2026/04/image-30-5-36x28.png 36w, https://www.deepin.org/wp-content/uploads/2026/04/image-30-5-48x37.png 48w, https://www.deepin.org/wp-content/uploads/2026/04/image-30-5.png 1351w" sizes="(max-width: 640px) 100vw, 640px" /></section>
<p>如上,我们在日志窗口里可以看到这样的错误:</p>
<blockquote><p>0114:err:module:import_dll Library MSVBVM60.DLL (which is needed by L"C:\Program Files (x86)\Kingsoft\TypeEasy\TypeGame\Mole\TypeGame.exe") not found</p>
<p>0114:err:module:loader_init Importing dlls for L"C:\Program Files (x86)\Kingsoft\TypeEasy\TypeGame\Mole\TypeGame.exe" failed, status c0000135</p></blockquote>
<p>从日志中可以看到具体缺失的 DLL 名称。针对这类常见缺失,兼容引擎自 V3.2 开始在日志窗口中提供了修复建议文字链,点击即可跳转到 “组件安装” 模块,自动安装对应的 DLL 组件。</p>
<section><img loading="lazy" class="alignnone size-large wp-image-38858" src="https://www.deepin.org/wp-content/uploads/2026/04/image-31-4-1024x785.png" alt="" width="640" height="491" srcset="https://www.deepin.org/wp-content/uploads/2026/04/image-31-4-1024x785.png 1024w, https://www.deepin.org/wp-content/uploads/2026/04/image-31-4-300x230.png 300w, https://www.deepin.org/wp-content/uploads/2026/04/image-31-4-150x115.png 150w, https://www.deepin.org/wp-content/uploads/2026/04/image-31-4-768x589.png 768w, https://www.deepin.org/wp-content/uploads/2026/04/image-31-4-24x18.png 24w, https://www.deepin.org/wp-content/uploads/2026/04/image-31-4-36x28.png 36w, https://www.deepin.org/wp-content/uploads/2026/04/image-31-4-48x37.png 48w, https://www.deepin.org/wp-content/uploads/2026/04/image-31-4.png 1348w" sizes="(max-width: 640px) 100vw, 640px" /></section>
<p data-pm-slice="0 0 []">⚠️ 注意:一个应用可能缺失多个 DLL,需要重复上述操作,每次补完一个 DLL 后再次点击“调试运行”,直到不再报错。</p>
<section><img loading="lazy" class="alignnone size-large wp-image-38859" src="https://www.deepin.org/wp-content/uploads/2026/04/image-32-3-1024x775.png" alt="" width="640" height="484" srcset="https://www.deepin.org/wp-content/uploads/2026/04/image-32-3-1024x775.png 1024w, https://www.deepin.org/wp-content/uploads/2026/04/image-32-3-300x227.png 300w, https://www.deepin.org/wp-content/uploads/2026/04/image-32-3-150x114.png 150w, https://www.deepin.org/wp-content/uploads/2026/04/image-32-3-768x581.png 768w, https://www.deepin.org/wp-content/uploads/2026/04/image-32-3-24x18.png 24w, https://www.deepin.org/wp-content/uploads/2026/04/image-32-3-36x27.png 36w, https://www.deepin.org/wp-content/uploads/2026/04/image-32-3-48x36.png 48w, https://www.deepin.org/wp-content/uploads/2026/04/image-32-3.png 1353w" sizes="(max-width: 640px) 100vw, 640px" /></section>
<p>如果缺失的 DLL 不在组件安装列表中,你可以自行从网上下载该 DLL 文件,然后在高级调试的 “调试工具” 中点击 “打开C盘”,将 DLL 手动复制到 windows/system32(32位)或 windows/syswow64(64位)目录下。</p>
<p>&nbsp;</p>
<section data-pm-slice="10 2 []">
<section>
<section data-pm-slice="8 3 [&quot;para&quot;,{&quot;tagName&quot;:&quot;section&quot;,&quot;attributes&quot;:{},&quot;namespaceURI&quot;:&quot;http://www.w3.org/1999/xhtml&quot;}]">
<section>
<section data-pm-slice="8 7 [&quot;para&quot;,{&quot;tagName&quot;:&quot;section&quot;,&quot;attributes&quot;:{&quot;style&quot;:&quot;margin-left: 8px;margin-right: 8px;margin-bottom: 0px;&quot;},&quot;namespaceURI&quot;:&quot;http://www.w3.org/1999/xhtml&quot;}]">
<section>
<section>
<section>
<h1><strong>4 绿色软件运行与退出</strong></h1>
</section>
</section>
</section>
</section>
</section>
</section>
</section>
</section>
<p><strong>问题现象:双击绿色软件(无需安装的 .exe)没有反应;或者运行后无法完全退出,进程残留。</strong></p>
<p><strong>原因说明及解决方案:</strong></p>
<ul class="list-paddingleft-1">
<li>运行问题:绿色软件指的是无需安装、直接运行的 .exe 程序。通常只需要双击,兼容引擎就会自动运行。如果没反应,请检查文件是否损坏,或尝试右键 → “统信 Windows 应用兼容引擎调试运行”。运行后,该软件会在引擎首页的 “我的应用” 列表中生成快捷方式,下次可直接点击运行。</li>
<li>退出问题:如果绿色软件运行后没有完全退出,可以检查应用是否最小化在桌面右下角的托盘区域。若无法正常退出,可以打开“任务管理器”,搜索 .exe 名称找到对应进程,右键选择 “强制退出”。</li>
</ul>
<section><img loading="lazy" class="alignnone size-large wp-image-38860" src="https://www.deepin.org/wp-content/uploads/2026/04/image-33-3-1024x497.png" alt="" width="640" height="311" srcset="https://www.deepin.org/wp-content/uploads/2026/04/image-33-3-1024x497.png 1024w, https://www.deepin.org/wp-content/uploads/2026/04/image-33-3-300x146.png 300w, https://www.deepin.org/wp-content/uploads/2026/04/image-33-3-150x73.png 150w, https://www.deepin.org/wp-content/uploads/2026/04/image-33-3-768x373.png 768w, https://www.deepin.org/wp-content/uploads/2026/04/image-33-3-1536x746.png 1536w, https://www.deepin.org/wp-content/uploads/2026/04/image-33-3-700x340.png 700w, https://www.deepin.org/wp-content/uploads/2026/04/image-33-3-24x12.png 24w, https://www.deepin.org/wp-content/uploads/2026/04/image-33-3-36x17.png 36w, https://www.deepin.org/wp-content/uploads/2026/04/image-33-3-48x23.png 48w, https://www.deepin.org/wp-content/uploads/2026/04/image-33-3.png 1618w" sizes="(max-width: 640px) 100vw, 640px" /></section>
<p>&nbsp;</p>
<section data-pm-slice="10 2 []">
<section>
<section data-pm-slice="8 3 [&quot;para&quot;,{&quot;tagName&quot;:&quot;section&quot;,&quot;attributes&quot;:{},&quot;namespaceURI&quot;:&quot;http://www.w3.org/1999/xhtml&quot;}]">
<section>
<section data-pm-slice="8 7 [&quot;para&quot;,{&quot;tagName&quot;:&quot;section&quot;,&quot;attributes&quot;:{&quot;style&quot;:&quot;margin-left: 8px;margin-right: 8px;margin-bottom: 0px;&quot;},&quot;namespaceURI&quot;:&quot;http://www.w3.org/1999/xhtml&quot;}]">
<section>
<section>
<section>
<h1><strong>5 打包绿色软件</strong></h1>
</section>
</section>
</section>
</section>
</section>
</section>
</section>
</section>
<p><strong>问题现象:想将某个绿色软件打包成 .deb 格式分享给其他人,但打包时不确定选择“打包应用本身”还是“打包文件夹”。</strong></p>
<section><img loading="lazy" class="alignnone wp-image-38861" src="https://www.deepin.org/wp-content/uploads/2026/04/image-34-2.png" alt="" width="640" height="270" srcset="https://www.deepin.org/wp-content/uploads/2026/04/image-34-2.png 931w, https://www.deepin.org/wp-content/uploads/2026/04/image-34-2-300x127.png 300w, https://www.deepin.org/wp-content/uploads/2026/04/image-34-2-150x63.png 150w, https://www.deepin.org/wp-content/uploads/2026/04/image-34-2-768x324.png 768w, https://www.deepin.org/wp-content/uploads/2026/04/image-34-2-24x10.png 24w, https://www.deepin.org/wp-content/uploads/2026/04/image-34-2-36x15.png 36w, https://www.deepin.org/wp-content/uploads/2026/04/image-34-2-48x20.png 48w" sizes="(max-width: 640px) 100vw, 640px" /></section>
<p data-pm-slice="0 0 []"><strong>原因说明及解决方案:</strong>此时需要根据绿色软件的结构来决定。</p>
<ul class="list-paddingleft-1">
<li>
<section>单文件绿色软件,即只有一个 <code>.exe</code> 文件,该软件同级目录下没有任何文件。此时可以选择 “打包应用本身”,生成的 .deb 包只包含该 .exe。</section>
</li>
</ul>
<section><img loading="lazy" class="alignnone size-large wp-image-38862" src="https://www.deepin.org/wp-content/uploads/2026/04/image-35-2-1024x555.png" alt="" width="640" height="347" srcset="https://www.deepin.org/wp-content/uploads/2026/04/image-35-2-1024x555.png 1024w, https://www.deepin.org/wp-content/uploads/2026/04/image-35-2-300x163.png 300w, https://www.deepin.org/wp-content/uploads/2026/04/image-35-2-150x81.png 150w, https://www.deepin.org/wp-content/uploads/2026/04/image-35-2-768x416.png 768w, https://www.deepin.org/wp-content/uploads/2026/04/image-35-2-24x13.png 24w, https://www.deepin.org/wp-content/uploads/2026/04/image-35-2-36x20.png 36w, https://www.deepin.org/wp-content/uploads/2026/04/image-35-2-48x26.png 48w, https://www.deepin.org/wp-content/uploads/2026/04/image-35-2.png 1225w" sizes="(max-width: 640px) 100vw, 640px" /></section>
<ul class="list-paddingleft-1">
<li>
<p data-pm-slice="0 0 []">多文件绿色软件,即除了 .exe 本身,还带有 dll、资源文件、配置文件等。此时需要选择 “打包文件夹”,然后选择整个绿色软件解压后的根目录。</p>
</li>
</ul>
<section><img loading="lazy" class="alignnone size-large wp-image-38863" src="https://www.deepin.org/wp-content/uploads/2026/04/image-36-1-1024x496.png" alt="" width="640" height="310" srcset="https://www.deepin.org/wp-content/uploads/2026/04/image-36-1-1024x496.png 1024w, https://www.deepin.org/wp-content/uploads/2026/04/image-36-1-300x145.png 300w, https://www.deepin.org/wp-content/uploads/2026/04/image-36-1-150x73.png 150w, https://www.deepin.org/wp-content/uploads/2026/04/image-36-1-768x372.png 768w, https://www.deepin.org/wp-content/uploads/2026/04/image-36-1-700x340.png 700w, https://www.deepin.org/wp-content/uploads/2026/04/image-36-1-24x12.png 24w, https://www.deepin.org/wp-content/uploads/2026/04/image-36-1-36x17.png 36w, https://www.deepin.org/wp-content/uploads/2026/04/image-36-1-48x23.png 48w, https://www.deepin.org/wp-content/uploads/2026/04/image-36-1.png 1518w" sizes="(max-width: 640px) 100vw, 640px" /></section>
<p data-pm-slice="3 2 []">⚠️ 注意,兼容引擎只是默认打开 .exe 所在的目录,如果 .exe 所在的层级目录很深,你需要选择更上层的文件夹才能保证将绿色软件完全打包。</p>
<section data-pm-slice="0 0 []">
<section>
<section>
<section>
<section></section>
</section>
</section>
<section>
<section>
<section></section>
</section>
</section>
</section>
</section>
<section data-pm-slice="3 3 []">下期预告:本期我们详细介绍了在使用兼容引擎时常会遇到的五种情况的解决方案,下一期我们将继续带来 《Windows应用兼容引擎常见问题解决方案》的下篇,敬请期待!</p>
<p data-pm-slice="0 0 []"><span style="font-family: 思源黑体 Normal;">若您</span><span style="font-family: 思源黑体 Normal;">在使用过程中遇到任何问题,可通过统信 </span><span style="font-family: 思源黑体 Normal;">Windows 应用兼容引擎内置的反馈渠道直接提交,也可</span><span style="font-family: 思源黑体 Normal;"><span data-pm-slice="1 1 [&quot;para&quot;,{&quot;tagName&quot;:&quot;section&quot;,&quot;attributes&quot;:{&quot;data-pm-slice&quot;:&quot;0 0 []&quot;,&quot;style&quot;:&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-family: \&quot;PingFang SC\&quot;, system-ui, -apple-system, BlinkMacSystemFont, \&quot;Helvetica Neue\&quot;, \&quot;Hiragino Sans GB\&quot;, \&quot;Microsoft YaHei UI\&quot;, \&quot;Microsoft YaHei\&quot;, Arial, sans-serif;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);font-size: 16px;color: rgb(62, 62, 62);&quot;},&quot;namespaceURI&quot;:&quot;http://www.w3.org/1999/xhtml&quot;},&quot;para&quot;,{&quot;tagName&quot;:&quot;section&quot;,&quot;attributes&quot;:{&quot;style&quot;:&quot;-webkit-tap-highlight-color: transparent;margin: 16px 0px 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(62, 62, 62);font-size: 16px;visibility: visible;font-family: \&quot;PingFang SC\&quot;, system-ui, -apple-system, BlinkMacSystemFont, \&quot;Helvetica Neue\&quot;, \&quot;Hiragino Sans GB\&quot;, \&quot;Microsoft YaHei UI\&quot;, \&quot;Microsoft YaHei\&quot;, Arial, sans-serif;letter-spacing: 0.544px;background-color: rgb(255, 255, 255);&quot;},&quot;namespaceURI&quot;:&quot;http://www.w3.org/1999/xhtml&quot;}]">在deepin 社区论坛或</span>项目群聊中</span><span style="font-family: 思源黑体 Normal;">与我们交流,</span><span style="font-family: 思源黑体 Normal;">您</span><span style="font-family: 思源黑体 Normal;">的建议是帮助我们不断前进的动力!</span></p>
<section data-pm-slice="0 0 []"><img loading="lazy" class="alignnone wp-image-37826 size-thumbnail" src="https://www.deepin.org/wp-content/uploads/2025/10/10-150x150.jpeg" alt="" width="150" height="150" srcset="https://www.deepin.org/wp-content/uploads/2025/10/10-150x150.jpeg 150w, https://www.deepin.org/wp-content/uploads/2025/10/10-300x300.jpeg 300w, https://www.deepin.org/wp-content/uploads/2025/10/10-100x100.jpeg 100w, https://www.deepin.org/wp-content/uploads/2025/10/10-24x24.jpeg 24w, https://www.deepin.org/wp-content/uploads/2025/10/10-36x36.jpeg 36w, https://www.deepin.org/wp-content/uploads/2025/10/10-48x48.jpeg 48w, https://www.deepin.org/wp-content/uploads/2025/10/10.jpeg 396w" sizes="(max-width: 150px) 100vw, 150px" /></section>
<p>加入“deepin 生态共建小组(wine)”</p>
</section>
                        </div>
頁: [1]
查看完整版本: 高频问题全解:Windows应用兼容引擎必备指南(上)