mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
feat: 增强模型下载功能,支持 HuggingFace Hub 直接下载 ONNX 格式模型
This commit is contained in:
@@ -916,7 +916,7 @@ select.cli-input {
|
||||
.cli-textarea {
|
||||
resize: vertical;
|
||||
min-height: 4rem;
|
||||
max-height: 12rem;
|
||||
max-height: 20rem;
|
||||
font-family: 'SF Mono', 'Consolas', 'Liberation Mono', monospace;
|
||||
font-size: 0.8125rem;
|
||||
}
|
||||
@@ -2681,7 +2681,7 @@ select.cli-input {
|
||||
display: flex;
|
||||
position: relative;
|
||||
min-height: 200px;
|
||||
max-height: 350px;
|
||||
max-height: min(450px, 50vh);
|
||||
}
|
||||
|
||||
.json-line-numbers {
|
||||
|
||||
Reference in New Issue
Block a user