change html
This commit is contained in:
@@ -0,0 +1,174 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="智花输入法各平台更新日志:Android、Windows、macOS、Linux。">
|
||||
<title>更新日志 - 智花输入法</title>
|
||||
<link rel="stylesheet" href="css/site.css">
|
||||
<script src="js/theme.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<div class="container header-inner">
|
||||
<a class="brand" href="index.html">
|
||||
<img class="brand-logo" src="assets/app-icon.png" alt="智花输入法图标">
|
||||
<span>智花输入法</span>
|
||||
</a>
|
||||
<div class="header-actions">
|
||||
<nav class="nav-links" aria-label="主导航">
|
||||
<a href="index.html#features">产品特性</a>
|
||||
<a href="index.html#download">下载安装</a>
|
||||
<a class="active" href="changelog.html">更新日志</a>
|
||||
<a href="privacy.html">隐私协议</a>
|
||||
</nav>
|
||||
<div class="theme-switch" role="group" aria-label="主题切换">
|
||||
<button type="button" data-theme-mode="auto" aria-pressed="false">跟随系统</button>
|
||||
<button type="button" data-theme-mode="light" aria-pressed="false">浅色</button>
|
||||
<button type="button" data-theme-mode="dark" aria-pressed="false">深色</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="page-main">
|
||||
<div class="container">
|
||||
<article class="doc-card changelog-page">
|
||||
<h1>更新日志</h1>
|
||||
<p class="doc-meta">各平台版本独立维护 · 2026-08-23</p>
|
||||
<p>以下为 Android、Windows、macOS、Linux 桌面端的发布说明。引擎与拼音能力多数版本同步更新,具体以各平台版本号为准。</p>
|
||||
|
||||
<nav class="changelog-platforms" aria-label="平台切换">
|
||||
<a class="changelog-platform-link" href="#android">Android</a>
|
||||
<a class="changelog-platform-link" href="#windows">Windows</a>
|
||||
<a class="changelog-platform-link" href="#mac">macOS</a>
|
||||
<a class="changelog-platform-link" href="#linux">Linux</a>
|
||||
<a class="changelog-platform-link" href="#ios">iOS</a>
|
||||
</nav>
|
||||
|
||||
<section class="changelog-section" id="android">
|
||||
<h2>Android</h2>
|
||||
<p class="changelog-download"><a href="downloads/android/smartinput-android.apk">下载最新版</a></p>
|
||||
<article class="changelog-release">
|
||||
<h3>1.0.7 — 2026-08-22</h3>
|
||||
<ul>
|
||||
<li>分步选词后退格:按上次选中词语整体还原为拼音(如选中「我们」还原 wo'men)</li>
|
||||
<li>写作串拼音切分更准,避免 dajiahao 等被过度切分为 da'ji'a'ha'o</li>
|
||||
<li>修复部分选词后连按退格重复删除的问题</li>
|
||||
<li>九键拼音更稳、按键更快;简拼三键及以上更容易出整词候选</li>
|
||||
</ul>
|
||||
</article>
|
||||
<article class="changelog-release">
|
||||
<h3>1.0.6 — 2026-08-20</h3>
|
||||
<ul>
|
||||
<li>拼音候选更准:完整命中词语时减少整句干扰</li>
|
||||
<li>优化尾字母补全与纠错场景的候选排序</li>
|
||||
<li>用户词学习更稳定</li>
|
||||
</ul>
|
||||
</article>
|
||||
</section>
|
||||
<section class="changelog-section" id="windows">
|
||||
<h2>Windows</h2>
|
||||
<p class="changelog-download"><a href="downloads/windows/smartinput-windows.zip">下载最新版</a></p>
|
||||
<article class="changelog-release">
|
||||
<h3>1.0.1 — 2026-08-22</h3>
|
||||
<ul>
|
||||
<li>写作串按首候选正确显示拼音切分(如 dajiahao → da'jia'hao)</li>
|
||||
<li>分步选词后退格:按上次选中词语整体还原为拼音</li>
|
||||
<li>九键拼音更稳、按键更快;简拼三键及以上更容易出整词候选</li>
|
||||
<li>完整命中词语时减少整句候选干扰</li>
|
||||
</ul>
|
||||
</article>
|
||||
<article class="changelog-release">
|
||||
<h3>1.0.0 — 2026-08-21</h3>
|
||||
<ul>
|
||||
<li>首个 Windows 版发布(支持 arm64 / x64)</li>
|
||||
</ul>
|
||||
</article>
|
||||
</section>
|
||||
<section class="changelog-section" id="mac">
|
||||
<h2>macOS</h2>
|
||||
<p class="changelog-download"><a href="downloads/macos/smartinput-macos.pkg">下载最新版</a></p>
|
||||
<article class="changelog-release">
|
||||
<h3>1.0.1 — 2026-08-22</h3>
|
||||
<ul>
|
||||
<li>安装包同时支持 Apple Silicon 与 Intel(arm64 / x64 通用)</li>
|
||||
<li>写作串按首候选正确显示拼音切分(如 dajiahao → da'jia'hao)</li>
|
||||
<li>分步选词后退格:按上次选中词语整体还原为拼音</li>
|
||||
<li>九键拼音更稳、按键更快;简拼三键及以上更容易出整词候选</li>
|
||||
</ul>
|
||||
</article>
|
||||
<article class="changelog-release">
|
||||
<h3>1.0.0 — 2026-08-21</h3>
|
||||
<ul>
|
||||
<li>首个 macOS 版发布</li>
|
||||
</ul>
|
||||
</article>
|
||||
</section>
|
||||
<section class="changelog-section" id="linux">
|
||||
<h2>Linux</h2>
|
||||
<p class="changelog-download"><a href="downloads/linux/smartinput-linux-arm64.deb">arm64 版</a> · <a href="downloads/linux/smartinput-linux-amd64.deb">x64 版</a></p>
|
||||
<article class="changelog-release">
|
||||
<h3>1.0.2 — 2026-08-23</h3>
|
||||
<ul>
|
||||
<li>修复 .deb 安装路径:IBus 组件 XML 的 exec/icon 与二进制统一为 /usr(此前误指向 /usr/local 导致无候选)</li>
|
||||
<li>打包默认版本与 macOS / Windows 对齐(scripts/release/linux.env)</li>
|
||||
<li>更新 IBus / Fcitx 品牌图标</li>
|
||||
</ul>
|
||||
</article>
|
||||
<article class="changelog-release">
|
||||
<h3>1.0.0 — 2026-08-22</h3>
|
||||
<ul>
|
||||
<li>首个 Linux 版发布(IBus,支持 arm64 / x64)</li>
|
||||
<li>全键盘拼音、用户词库、emoji / 快捷 / 拆字辅助词库</li>
|
||||
<li>写作串按首候选正确显示拼音切分(如 dajiahao → da'jia'hao)</li>
|
||||
<li>分步选词后退格:按上次选中词语整体还原为拼音</li>
|
||||
<li>安装:sudo dpkg -i smartinput-linux-*.deb,然后 ibus restart && ibus-setup</li>
|
||||
</ul>
|
||||
</article>
|
||||
</section>
|
||||
<section class="changelog-section changelog-section-ios" id="ios">
|
||||
<h2>iOS</h2>
|
||||
<p class="changelog-download"><a href="https://apps.apple.com/cn/app/%E6%99%BA%E8%8A%B1%E8%BE%93%E5%85%A5%E6%B3%95/id6782804725?l=en-GB" target="_blank" rel="noopener noreferrer">App Store 下载</a> · 完整更新说明以 App Store 页面为准</p>
|
||||
<article class="changelog-release">
|
||||
<h3>1.0.7 — 2026-08-22</h3>
|
||||
<ul>
|
||||
<li>九键拼音更稳:完整音节路径优先,减少「漂亮」「这样」等被旁路挤掉</li>
|
||||
<li>九键按键更快:数字键盘尾增限幅与简拼路径收紧,连按更跟手</li>
|
||||
<li>简拼三键及以上(如 bjt)更容易出整词候选</li>
|
||||
<li>延续 1.0.6:完整命中词语时减少整句干扰;用户词学习与排序更稳</li>
|
||||
</ul>
|
||||
</article>
|
||||
<article class="changelog-release">
|
||||
<h3>1.0.6 — 2026-08-20</h3>
|
||||
<ul>
|
||||
<li>拼音候选更准:完整命中词语时减少多余整句干扰</li>
|
||||
<li>优化尾字母补全与纠错场景的候选排序</li>
|
||||
<li>长拼音输入更流畅;用户词学习更稳定</li>
|
||||
</ul>
|
||||
</article>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="container footer-grid">
|
||||
<div>
|
||||
<strong>五道题(北京)科技有限公司</strong>
|
||||
<p>© 2026 五道题(北京)科技有限公司 保留所有权利</p>
|
||||
<p>“五道题”®、“智花”®为五道题(北京)科技有限公司注册商标</p>
|
||||
<p><a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer">京ICP备2025143052号</a></p>
|
||||
<p>联系邮箱:<a href="mailto:liutingchao@fivequestions.cn">liutingchao@fivequestions.cn</a></p>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<a href="terms.html">服务协议</a>
|
||||
<a href="privacy.html">隐私协议</a>
|
||||
<a href="changelog.html">更新日志</a>
|
||||
<a href="personal-info-collection.html">个人信息收集清单</a>
|
||||
<a href="third-party-sharing.html">第三方信息共享清单</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user