feat: Add 404 judgment; Virtual authentication files also support obtaining model lists; Chinese support for virtual authentication file i18n;

This commit is contained in:
Test
2025-12-14 17:19:51 +08:00
parent abf9b5f8c9
commit 2a87a4d82a
3 changed files with 99 additions and 22 deletions

View File

@@ -260,6 +260,8 @@
padding: 4px 10px;
border-radius: $radius-sm;
font-style: italic;
display: inline-flex;
align-items: center;
}
// 分页
@@ -446,3 +448,28 @@
margin-left: auto;
}
.modelItemExcluded {
opacity: 0.6;
background-color: var(--bg-tertiary);
border-style: dashed;
.modelId {
text-decoration: line-through;
color: var(--text-tertiary);
}
&:hover {
border-color: var(--danger-color);
}
}
.modelExcludedBadge {
font-size: 10px;
color: var(--danger-color);
background-color: rgba(239, 68, 68, 0.1);
padding: 2px 6px;
border-radius: 8px;
border: 1px solid var(--danger-color);
flex-shrink: 0;
}