before publish

This commit is contained in:
Julian Freeman
2025-12-22 00:11:30 -04:00
parent 7d27fd2814
commit 474e370eab

View File

@@ -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 @@
</td>
<td>
<div class="safety-text" :style="{ color: getSafetyColor(item.safety) }">
{{ translateStatic(item.safety) }}
{{ translateStatic(item.safety) }}
</div>
</td>
<td><span class="date-val">{{ formatDate(item.date) }}</span></td>
@@ -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: '页码' },