change html
This commit is contained in:
@@ -0,0 +1,78 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>MassiveEdit Privacy Policy</title>
|
||||
<meta name="description" content="Privacy policy for 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">Home</a>
|
||||
<a href="./download.html">Download</a>
|
||||
<a href="./changelog.html">Changelog</a>
|
||||
<a class="active" href="./privacy.html">Privacy</a>
|
||||
<a href="https://github.com/paineliu/massiveedit" target="_blank" rel="noopener noreferrer">GitHub</a>
|
||||
<a href="../privacy.html" data-lang-switch="zh">中</a>
|
||||
<div class="theme-switch" role="group" aria-label="Theme">
|
||||
<button type="button" data-theme-mode="auto" aria-pressed="false">Auto</button>
|
||||
<button type="button" data-theme-mode="light" aria-pressed="false">Light</button>
|
||||
<button type="button" data-theme-mode="dark" aria-pressed="false">Dark</button>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="wrap">
|
||||
<h1>Privacy Policy</h1>
|
||||
<p class="lead">Effective Date: 2026-03-30</p>
|
||||
|
||||
<article class="policy">
|
||||
<section class="section">
|
||||
<h2>1. Overview</h2>
|
||||
<p>MassiveEdit is provided by Five Questions (Beijing) Technology Co., Ltd. This policy explains our basic data-handling principles for the website and desktop app.</p>
|
||||
</section>
|
||||
<section class="section">
|
||||
<h2>2. Local File Processing</h2>
|
||||
<p>MassiveEdit edits files locally on your device. By default, files you open, edit, and save are not uploaded to our servers.</p>
|
||||
</section>
|
||||
<section class="section">
|
||||
<h2>3. Website Access Data</h2>
|
||||
<p>The hosting platform may collect necessary access logs (time, IP, browser type) for security and operations. We do not use this data for unrelated purposes.</p>
|
||||
</section>
|
||||
<section class="section">
|
||||
<h2>4. Contact Information</h2>
|
||||
<p>If you contact support by email or phone, we only use the information you provide to handle your request and reply.</p>
|
||||
</section>
|
||||
<section class="section">
|
||||
<h2>5. Policy Updates</h2>
|
||||
<p>When this policy changes, we will update the content and effective date on this page.</p>
|
||||
</section>
|
||||
<section class="section">
|
||||
<h2>6. Contact</h2>
|
||||
<p>Email: <a href="mailto:support@fivequestions.cn">support@fivequestions.cn</a><br />Phone: <a href="tel:+8613661144700">+86 13661144700</a></p>
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
<footer class="wrap">
|
||||
<div>Five Questions (Beijing) Technology Co., Ltd.</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>
|
||||
Reference in New Issue
Block a user