llm 분석기능

This commit is contained in:
Macbook
2026-06-17 13:40:52 +09:00
parent 3ed09cd966
commit 7a2509a045
28 changed files with 2783 additions and 3 deletions
+20
View File
@@ -10238,6 +10238,26 @@ html.desktop-client .tmb-logo-version {
transition: border-color 0.15s;
}
.stg-btn-test:hover { border-color: var(--accent); color: var(--accent); }
.stg-btn-test:disabled { opacity: 0.5; cursor: not-allowed; }
.stg-row-inline {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
}
.stg-code-preview {
display: block;
max-width: 100%;
padding: 6px 10px;
border-radius: 6px;
border: 1px solid var(--border);
background: var(--bg3);
color: var(--text-muted, var(--text));
font-size: 11px;
word-break: break-all;
}
/* ── 하단 푸터 (저장/초기화) ── */
.stg-footer {