|
|
| 第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; box-shadow: 0 1px 2px rgba(0,0,0,0.05);"> | | <div id="pvz-widget-card"> |
| <a href="{{{link|#}}}" target="_blank" rel="noreferrer" style="text-decoration: none; display: flex; align-items: center; gap: 12px; color: inherit; width: 100%;"> | | <div class="pvz-left"> |
|
| | <img src="https://new.pvzhe.wiki/images/2/20/Icon.webp" class="pvz-icon" alt="icon"> |
| <!-- 左侧图标 -->
| | </div> |
| <div style="width: 40px; height: 40px; flex-shrink: 0;"> | | <div class="pvz-mid"> |
| <img src="https://new.pvzhe.wiki/images/2/20/Icon.webp" style="width: 100%; height: 100%; object-fit: contain;" alt="图标"> | | <div class="pvz-tags"> |
| | <span class="pvz-version">{{{version|}}}</span> |
| | <span class="pvz-badge pvz-latest">{{{latest|}}}</span> |
| | <span class="pvz-badge pvz-platform">{{{platform|}}}</span> |
| </div> | | </div> |
|
| | <div class="pvz-date">{{{date|}}}</div> |
| <!-- 中间文本区域 -->
| | </div> |
| <div style="flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center;"> | | <div class="pvz-right"> |
| <div style="display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-bottom: 2px;">
| | <a href="{{{link|#}}}" target="_blank" class="pvz-btn">下载 ↓</a> |
| <!-- 版本号 -->
| | </div> |
| <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 style="font-size: 12px; color: #9ca3af; margin: 0; line-height: 1.4;">{{{date|2026-7-25}}}</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">
| |
| <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>
| |
| </div>
| |
| </a>
| |
| </div> | | </div> |
| </includeonly> | | </includeonly> |