Files
fiveq-website-2026/smartinput/third-party-sharing.html
T
2026-08-24 15:37:08 +08:00

121 lines
5.0 KiB
HTML

<!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="智花输入法第三方信息共享清单">
<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 href="changelog.html">更新日志</a>
<a class="active" 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">
<h1>智花输入法第三方信息共享清单</h1>
<p class="doc-meta">更新日期:2026年8月19日</p>
<p>本清单说明智花输入法在提供服务过程中,是否会向第三方共享您的个人信息。</p>
<p><strong>当前版本说明:</strong>智花输入法当前支持 iOS、Android、Windows、macOS、Linux 平台,未集成任何第三方 SDK,不会向第三方共享您的个人信息用于统计分析、崩溃监控、广告追踪等目的。</p>
<h2>一、第三方 SDK 清单</h2>
<table>
<thead>
<tr>
<th>SDK 名称</th>
<th>运营方</th>
<th>使用目的</th>
<th>共享信息类型</th>
<th>隐私政策链接</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="5">当前版本暂无接入的第三方 SDK</td>
</tr>
</tbody>
</table>
<p>如未来接入第三方 SDK,或新增需要向第三方共享信息的业务场景,我们将更新本清单,并通过应用内提示、官网公告等方式告知。</p>
<h2>二、其他共享情形</h2>
<p>当前版本除依法披露外,不涉及向第三方共享个人信息。官网访问及在线皮肤等联网能力如需访问我们的自有服务器,属于我们提供服务的组成部分,不属于向第三方共享:</p>
<table>
<thead>
<tr>
<th>共享场景</th>
<th>共享对象</th>
<th>共享信息</th>
<th>共享目的</th>
</tr>
</thead>
<tbody>
<tr>
<td>依法披露</td>
<td>司法机关、监管部门</td>
<td>依法必须提供的信息</td>
<td>履行法定义务</td>
</tr>
</tbody>
</table>
<h2>三、共享原则</h2>
<ul>
<li><strong>最小必要</strong>:仅共享实现功能所必需的信息;</li>
<li><strong>目的限定</strong>:不得将信息用于约定目的以外的用途;</li>
<li><strong>用户可控</strong>:您可通过关闭相关功能或权限限制信息共享;</li>
<li><strong>透明告知</strong>:接入第三方 SDK 或新增共享场景时,我们将及时更新本清单。</li>
</ul>
<h2>四、联系我们</h2>
<p>如您对第三方信息共享有疑问,请联系:<a href="mailto:liutingchao@fivequestions.cn">liutingchao@fivequestions.cn</a></p>
<div class="legal-links">
<a href="terms.html">服务协议</a>
<a href="privacy.html">隐私协议</a>
<a href="personal-info-collection.html">个人信息收集清单</a>
</div>
</article>
</div>
</main>
<footer class="site-footer">
<div class="container footer-grid">
<div>
<strong>五道题(北京)科技有限公司</strong>
<p>© 2026 五道题(北京)科技有限公司 保留所有权利</p>
<p><a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer">京ICP备2025143052号</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>