From 474e370eab19da7c99cbd8497a063245921e4be4 Mon Sep 17 00:00:00 2001 From: Julian Freeman Date: Mon, 22 Dec 2025 00:11:30 -0400 Subject: [PATCH] before publish --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index eeff53c..2a86f16 100644 --- a/index.html +++ b/index.html @@ -161,12 +161,12 @@ .item-desc h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.15rem; } .item-desc p { font-size: 0.85rem; color: var(--text-muted); } - .type-label { + .type-label { font-weight: 400; display: flex; align-items: center; gap: 0.4rem; } + + .safety-text { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 0.5rem; font-size: 0.8rem; font-weight: 600; border: 1px solid currentColor; background: rgba(0,0,0,0.03); } - - .safety-text { font-weight: 400; display: flex; align-items: center; gap: 0.4rem; } .plat-tag { font-size: 0.75rem; background: var(--bg-color); padding: 0.2rem 0.4rem; border-radius: 0.3rem; border: 1px solid var(--border-color); color: var(--text-muted); margin-right: 4px; } .date-val { font-family: monospace; font-size: 0.85rem; color: var(--text-muted); } @@ -254,7 +254,7 @@
- ● {{ translateStatic(item.safety) }} + {{ translateStatic(item.safety) }}
{{ formatDate(item.date) }} @@ -287,7 +287,7 @@ createApp({ const isDark = ref(false); const currentPage = ref(1); const pageSize = 20; - const defaultIcon = 'https://cdn-icons-png.flaticon.com/512/684/684831.png'; + const defaultIcon = 'https://pictures.volan.top/security-list/1/0.png'; const ui = { cn: { subtitle: '安全软件列表Plus', searchPlaceholder: '搜索...', colName: '项目描述', colType: '类型', colPlat: '平台', colSafety: '安全性', colDate: '最近更新', colAction: '操作', linkBtn: '访问官网', syncing: '同步云端数据中...', prev: '上一页', next: '下一页', page: '页码' },