change html
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>MassiveEdit Downloads</title>
|
||||
<meta name="description" content="Download MassiveEdit for Windows, macOS, and Linux." />
|
||||
<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 class="active" href="./download.html">Download</a>
|
||||
<a href="./changelog.html">Changelog</a>
|
||||
<a href="./privacy.html">Privacy</a>
|
||||
<a href="https://github.com/paineliu/massiveedit" target="_blank" rel="noopener noreferrer">GitHub</a>
|
||||
<a href="../download.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>Download MassiveEdit</h1>
|
||||
<p class="lead">Current website version: <strong>1.0.2</strong> (macOS App Store). Windows / Linux packages are on GitHub Releases.</p>
|
||||
<p class="tip">
|
||||
Please use the <a href="https://github.com/paineliu/massiveedit/releases" target="_blank" rel="noopener noreferrer">Releases page</a>
|
||||
for the latest packages. Windows installer naming pattern: <code>MassiveEdit-version-Setup.exe</code>.
|
||||
</p>
|
||||
|
||||
<section class="grid">
|
||||
<article class="card">
|
||||
<h2>Windows</h2>
|
||||
<p class="meta">NSIS installer and ZIP package are both available.<br />Example: <code>MassiveEdit-0.1.3-Setup.exe</code></p>
|
||||
<a class="btn btn-primary" href="https://github.com/paineliu/massiveedit/releases" target="_blank" rel="noopener noreferrer">Download for Windows</a>
|
||||
</article>
|
||||
<article class="card">
|
||||
<h2>macOS</h2>
|
||||
<p class="meta">Mac App Store is recommended (currently 1.0.2).<br />DMG and tar.gz are also available on Releases.</p>
|
||||
<a class="btn btn-primary" href="https://github.com/paineliu/massiveedit/releases" target="_blank" rel="noopener noreferrer">Download for macOS</a>
|
||||
</article>
|
||||
<article class="card">
|
||||
<h2>Linux</h2>
|
||||
<p class="meta">DEB / RPM / tar.gz package options are provided depending on the pipeline.</p>
|
||||
<a class="btn btn-primary" href="https://github.com/paineliu/massiveedit/releases" target="_blank" rel="noopener noreferrer">Download for Linux</a>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section class="help">
|
||||
Need help? Contact <a href="mailto:support@fivequestions.cn">support@fivequestions.cn</a> or <a href="tel:+8613661144700">+86 13661144700</a>.
|
||||
</section>
|
||||
</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