Add reviews and support tutorial management

This commit is contained in:
Codex
2026-04-28 00:55:07 +08:00
parent 4e3fb17202
commit c8ccaa9925
78 changed files with 5231 additions and 858 deletions
+52
View File
@@ -598,6 +598,58 @@ html[data-theme] .sticky-toolbar {
box-shadow: 0 10px 24px rgba(52, 34, 18, 0.08);
}
html[data-theme] .html-preview-textarea {
max-width: none;
width: 100%;
}
html[data-theme] .html-preview-textarea__header {
align-items: center;
display: flex;
gap: 12px;
justify-content: space-between;
margin-bottom: 8px;
}
html[data-theme] .html-preview-textarea__tabs {
background: rgba(18, 18, 18, 0.06);
border-radius: 999px;
display: inline-flex;
padding: 3px;
}
html[data-theme] .html-preview-textarea__tab {
border-radius: 999px;
color: rgba(18, 18, 18, 0.62);
font-size: 12px;
font-weight: 600;
padding: 6px 12px;
}
html[data-theme] .html-preview-textarea__tab[aria-selected='true'] {
background: #111;
color: #fff;
}
html[data-theme] .html-preview-textarea__description {
color: rgba(18, 18, 18, 0.55);
font-size: 12px;
margin: 0 0 10px;
}
html[data-theme] .html-preview-textarea textarea {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
min-height: 360px;
}
html[data-theme] .html-preview-textarea__preview {
background: #fff;
border: 1px solid rgba(18, 18, 18, 0.12);
border-radius: 8px;
min-height: 420px;
width: 100%;
}
html[data-theme] .array-field,
html[data-theme] .blocks-field,
html[data-theme] .collapsible-field,