Files
2026-08-24 15:37:08 +08:00

99 lines
4.0 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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 下载页面,提供 Windows/macOS/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">首页</a>
<a class="active" href="./download.html">下载</a>
<a href="./changelog.html">更新日志</a>
<a href="./privacy.html">隐私政策</a>
<a href="https://github.com/paineliu/massiveedit" target="_blank" rel="noopener noreferrer">GitHub</a>
<a href="./en/download.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>下载 MassiveEdit</h1>
<p class="lead">
当前官网版本:<strong>1.0.2</strong>macOS App Store)。Windows / Linux 包请见 GitHub Releases。
</p>
<p class="tip">
推荐直接前往
<a href="https://github.com/paineliu/massiveedit/releases" target="_blank" rel="noopener noreferrer"
>Releases 页面</a
>
获取最新构建。Windows 安装包文件名格式为:<code>MassiveEdit-版本号-Setup.exe</code>
</p>
<section class="grid">
<article class="card">
<h2>Windows</h2>
<p class="meta">
支持图形安装程序(NSIS)与 ZIP 包。<br />
示例:<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"
>下载 Windows 版本</a
>
</article>
<article class="card">
<h2>macOS</h2>
<p class="meta">
推荐通过 Mac App Store 安装(当前 1.0.2)。<br />
也可在 Releases 获取 DMG / tar.gz。
</p>
<a class="btn btn-primary" href="https://github.com/paineliu/massiveedit/releases" target="_blank" rel="noopener noreferrer"
>下载 macOS 版本</a
>
</article>
<article class="card">
<h2>Linux</h2>
<p class="meta">
提供 DEB / RPM / tar.gz。<br />
具体包格式取决于发布流水线与目标发行版。
</p>
<a class="btn btn-primary" href="https://github.com/paineliu/massiveedit/releases" target="_blank" rel="noopener noreferrer"
>下载 Linux 版本</a
>
</article>
</section>
<section class="help">
需要帮助?可通过 <a href="mailto:support@fivequestions.cn">support@fivequestions.cn</a>
<a href="tel:+8613661144700">+86 13661144700</a> 联系支持团队。
</section>
</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>