change html

This commit is contained in:
2026-08-24 15:37:08 +08:00
parent 3325bc52ef
commit 0487879eee
139 changed files with 9789 additions and 1684 deletions
+94
View File
@@ -0,0 +1,94 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>MassiveEdit 隐私政策</title>
<meta name="description" content="MassiveEdit 隐私政策说明。" />
<script>
(function () {
try {
var t = localStorage.getItem("massiveedit-theme-mode") || "auto";
if (t !== "light" && t !== "dark") t = "auto";
document.documentElement.setAttribute("data-theme", t);
} catch (e) {}
})();
</script>
<link rel="stylesheet" href="./site.css" />
</head>
<body>
<header class="wrap">
<div class="topbar">
<div class="brand">MassiveEdit</div>
<nav class="topnav">
<a href="./index.html">首页</a>
<a href="./download.html">下载</a>
<a href="./changelog.html">更新日志</a>
<a class="active" href="./privacy.html">隐私政策</a>
<a href="https://github.com/paineliu/massiveedit" target="_blank" rel="noopener noreferrer">GitHub</a>
<a href="./en/privacy.html" data-lang-switch="en">EN</a>
<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>
</nav>
</div>
</header>
<main class="wrap">
<h1>隐私政策</h1>
<p class="lead">生效日期:2026-03-30</p>
<article class="policy">
<section class="section">
<h2>1. 基本说明</h2>
<p>
MassiveEdit 由五道题(北京)科技有限公司提供。本页面用于说明官网与桌面应用在数据处理方面的基本原则。
</p>
</section>
<section class="section">
<h2>2. 本地文件处理</h2>
<p>
MassiveEdit 的核心编辑行为发生在你的本地设备。你打开、编辑和保存的文件默认不会被上传到我们的服务器。
</p>
</section>
<section class="section">
<h2>3. 官网访问信息</h2>
<p>
官网托管平台可能记录必要的访问日志(如时间、IP、浏览器类型)用于安全与运维。我们不会将这些数据用于与本服务无关的用途。
</p>
</section>
<section class="section">
<h2>4. 联系方式信息</h2>
<p>
当你通过邮箱或电话联系支持时,我们仅在处理问题与回复沟通所需范围内使用你提供的信息。
</p>
</section>
<section class="section">
<h2>5. 政策更新</h2>
<p>如本政策发生变化,我们会在本页面更新版本与生效日期。</p>
</section>
<section class="section">
<h2>6. 联系我们</h2>
<p>
邮箱:<a href="mailto:support@fivequestions.cn">support@fivequestions.cn</a><br />
电话:<a href="tel:+8613661144700">+86 13661144700</a>
</p>
</section>
</article>
</main>
<footer class="wrap">
<div>五道题(北京)科技有限公司</div>
<div><a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer">京ICP备2025143052号</a></div>
</footer>
<script src="./theme.js"></script>
<script src="./lang.js" defer></script>
</body>
</html>