微件:QuarkDownload:修订间差异
来自植物大战僵尸杂交版Wiki
更多操作
创建页面,内容为“<includeonly> <div style="background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 12px 16px; max-width: 600px; margin: 10px 0;"> <a href="{{{link|}}}" target="_blank" rel="noreferrer" style="text-decoration: none; display: flex; align-items: center; gap: 12px; color: inherit;"> <!-- 图标 --> <img src="https://new.pvzhe.wiki/images/2/20/Icon.webp" style="width: 32px; height: 32px; flex-shrink: 0;" alt="图标">…” |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
<includeonly> | <includeonly> | ||
<div style="background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 12px 16px; max-width: 600px; margin: 10px 0;"> | <div style="background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 12px 16px; max-width: 600px; margin: 10px 0; box-shadow: 0 1px 2px rgba(0,0,0,0.05);"> | ||
<a href="{{{link|}}}" target="_blank" rel="noreferrer" style="text-decoration: none; display: flex; align-items: center; gap: 12px; color: inherit; | <a href="{{{link|#}}}" target="_blank" rel="noreferrer" style="text-decoration: none; display: flex; align-items: center; gap: 12px; color: inherit; width: 100%;"> | ||
<!-- | <!-- 左侧图标 --> | ||
<div style="flex: 1; min-width: 0;"> | <div style="width: 40px; height: 40px; flex-shrink: 0;"> | ||
<img src="https://new.pvzhe.wiki/images/2/20/Icon.webp" style="width: 100%; height: 100%; object-fit: contain;" alt="图标"> | |||
</div> | |||
<!-- 中间文本区域 --> | |||
<div style="flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center;"> | |||
<div style="display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-bottom: 2px;"> | <div style="display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-bottom: 2px;"> | ||
<!-- 版本号 --> | <!-- 版本号 --> | ||
<span style="font-size: 14px; font-weight: bold; color: #111827;">{{{version|}}}</span> | <span style="font-size: 14px; font-weight: bold; color: #111827;">{{{version|}}}</span> | ||
<!-- | <!-- 【最新】标签 --> | ||
<span style="padding: 1px 6px; background-color: #22c55e; color: #ffffff; font-size: 11px; border-radius: 4px; font-weight: bold; line-height: 1.4;">{{{latest|最新}}}</span> | |||
<!-- 【平台/ | <!-- 【平台/安装包】标签 --> | ||
<span style="padding: 1px 6px; border: 1px solid #86efac; color: #166534; font-size: 11px; border-radius: 4px; font-weight: 500; line-height: 1.4;">{{{platform|PC}}}</span> | |||
</div> | </div> | ||
<!-- | |||
<!-- 日期 --> | |||
<div style="font-size: 12px; color: #9ca3af; margin: 0; line-height: 1.4;">{{{date|2026-7-25}}}</div> | |||
</div> | </div> | ||
<!-- 右侧下载按钮 --> | <!-- 右侧下载按钮 --> | ||
< | <div style="display: flex; align-items: center; gap: 2px; font-size: 14px; font-weight: 600; color: #16a34a; flex-shrink: 0;"> | ||
下载 | 下载 | ||
<svg style="width: 14px; height: 14px;" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | <svg style="width: 14px; height: 14px;" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | ||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"></path> | <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"></path> | ||
</svg> | </svg> | ||
</ | </div> | ||
</a> | </a> | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||