feat(docker): 配置同步+性格注入+Gateway认证

This commit is contained in:
晴天
2026-03-09 06:24:21 +08:00
parent 727903f94b
commit a084e23671
6 changed files with 258 additions and 133 deletions

View File

@@ -143,6 +143,14 @@
color: var(--text-tertiary);
flex-shrink: 0;
}
.instance-badge.docker {
background: rgba(231,76,60,.1);
color: #e74c3c;
}
.instance-badge.remote {
background: rgba(6,182,212,.1);
color: #06b6d4;
}
.instance-divider {
height: 1px;
background: var(--border-secondary);