feat: 自托管 AI Gateway 运维管理 SKILL
This commit is contained in:
@@ -120,6 +120,83 @@
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.agentResourceCard {
|
||||
display: grid;
|
||||
grid-template-columns: auto minmax(0, 1fr);
|
||||
gap: 16px;
|
||||
margin: 0 0 24px;
|
||||
padding: 18px;
|
||||
border: 1px solid #bfdbfe;
|
||||
border-radius: 12px;
|
||||
background: linear-gradient(135deg, #eff6ff 0%, #ffffff 70%);
|
||||
}
|
||||
|
||||
.agentResourceIcon {
|
||||
display: grid;
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
place-items: center;
|
||||
border-radius: 10px;
|
||||
background: #dbeafe;
|
||||
color: #1d4ed8;
|
||||
}
|
||||
|
||||
.agentResourceContent {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.agentResourceContent p {
|
||||
margin: 0;
|
||||
color: var(--text-soft);
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.agentResourceTitle,
|
||||
.agentResourceActions,
|
||||
.agentResourceModules {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.agentResourceTitle {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.agentResourceTitle h2 {
|
||||
margin: 2px 0 0;
|
||||
font-size: 1.0625rem;
|
||||
}
|
||||
|
||||
.agentResourceTitle .eyebrow {
|
||||
color: #2563eb;
|
||||
}
|
||||
|
||||
.agentResourceModules {
|
||||
color: var(--text-soft);
|
||||
font-size: 0.8125rem;
|
||||
}
|
||||
|
||||
.agentResourceModules strong {
|
||||
color: var(--text-strong);
|
||||
}
|
||||
|
||||
.agentResourceActions {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.agentResourceMetadataLink {
|
||||
color: #2563eb;
|
||||
font-size: 0.8125rem;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.agentResourceMetadataLink:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.paramCard {
|
||||
margin-top: 18px;
|
||||
overflow: hidden;
|
||||
@@ -201,4 +278,12 @@
|
||||
.paramRow {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.agentResourceCard {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.agentResourceTitle {
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user