---
layout: base.njk
title: 下载
description: 下载岩美酒库管理系统客户端:Windows、macOS、Android、iOS 与免安装 Web 版。
pageStyle: |
.dl-hero{background:var(--mk-hero-grad); color:var(--on-accent); padding:64px 0 88px; text-align:center;}
.dl-hero h1{color:var(--on-accent); font-size:var(--mk-h2); font-weight:800;}
.dl-hero p{color:var(--on-accent-faint); margin:12px auto 0; max-width:36em;}
.detect{max-width:720px; margin:-56px auto 0; position:relative; z-index:2;}
.detect .card{display:flex; align-items:center; gap:26px; box-shadow:var(--sh-2); padding:34px 36px;}
.detect .icbox{width:84px; height:84px; border-radius:var(--r-lg); flex:none; display:flex; align-items:center; justify-content:center;}
.detect .icbox .ic{width:42px; height:42px;}
.detect .detect-info{flex:1; min-width:0;}
.detect .detect-eyebrow{color:var(--primary); font-size:var(--fs-xs); font-weight:800; letter-spacing:1px; margin-bottom:5px;}
.detect .detect-title{display:flex; align-items:center; gap:10px; margin-bottom:7px; flex-wrap:wrap;}
.detect b{color:var(--heading); font-size:22px; font-weight:800; line-height:1.3;}
.detect .detect-ver{font-family:var(--font-mono); font-size:var(--fs-xs); font-weight:700; color:var(--primary); background:var(--info-soft); padding:3px 10px; border-radius:var(--r-pill);}
.detect .detect-desc{display:block; color:var(--text); font-size:15px; line-height:1.7;}
.detect .btn{margin-left:auto; flex:none;}
.dl-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:14px; margin-top:46px;}
.dl-card{background:var(--surface); border:1px solid var(--border); border-radius:var(--r-lg); padding:20px 18px; display:flex; flex-direction:column; text-align:center;}
.dl-card.detected{border-color:var(--primary); box-shadow:var(--sh-1);}
.dl-card .icbox{width:38px; height:38px; border-radius:var(--r-md); margin:0 auto 12px; display:flex; align-items:center; justify-content:center;}
.dl-card h3{font-size:15px; font-weight:700; margin-bottom:4px;}
.dl-card .req{color:var(--faint); font-size:var(--fs-xs); margin-bottom:14px;}
.dl-card .dl-status{font-size:var(--fs-xs); color:var(--success); margin-bottom:8px;}
.dl-card .dl-status.soon{color:var(--warn);}
.dl-card .btn{margin-top:auto; width:100%;}
.btn.disabled{opacity:.55; pointer-events:none; background:var(--bg); border:1px solid var(--border); color:var(--muted);}
/* 更新日志时间线 */
.changelog{max-width:820px; margin:0 auto;}
.changelog-entry{display:grid; grid-template-columns:150px 1fr; gap:20px; padding:22px 0; border-bottom:1px solid var(--border-subtle);}
.changelog-version{font-family:var(--font-mono); font-weight:700; color:var(--heading); font-size:16px;}
.changelog-date{color:var(--faint); font-size:var(--fs-sm); margin-top:3px;}
.changelog-tag{display:inline-block; margin-top:8px; background:var(--info-soft); color:var(--primary); font-size:var(--fs-xs); font-weight:700; padding:2px 9px; border-radius:var(--r-pill);}
.changelog-cat-label{display:flex; align-items:center; gap:7px; font-size:var(--fs-sm); font-weight:700; color:var(--heading); margin:10px 0 6px;}
.changelog-cat-label .dot{width:7px; height:7px; border-radius:50%;}
.dot-feature{background:var(--primary);} .dot-improve{background:var(--success);} .dot-fix{background:var(--warn);}
.changelog-body ul{margin:0; padding-left:20px; color:var(--muted); font-size:14px; line-height:1.8;}
.changelog-intro{color:var(--muted); font-size:14px; margin:0 0 4px;}
@media (max-width:900px){ .dl-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:600px){ .dl-grid{grid-template-columns:1fr;} .detect .card{flex-wrap:wrap; padding:26px 22px; gap:18px;} .detect .btn{margin-left:0; width:100%;} .changelog-entry{grid-template-columns:1fr;} }
---
当前版本 v{{ changelog[0].version }} · 一个账号五端同步 · 客户端内置自动更新下载岩美酒库
最近 {{ changelog | length }} 个版本。
{{ entry.intro }}
{% endif %} {% for section in entry.sections %}