feat: ship v0.5.0 with auto and wizard writing modes

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-06 20:57:31 +08:00
parent 86b66a311a
commit 6a949b54ba
38 changed files with 2581 additions and 184 deletions
+40
View File
@@ -1399,6 +1399,46 @@
gap: 8px;
}
.auto-outline-picker {
display: flex;
flex-direction: column;
gap: 4px;
max-height: 120px;
overflow-y: auto;
font-size: 12px;
}
.auto-outline-option {
display: flex;
align-items: center;
gap: 6px;
}
.auto-word-range {
display: flex;
align-items: center;
gap: 8px;
}
.auto-word-range input {
width: 80px;
}
.wizard-step-indicator {
font-size: 11px;
color: var(--text-muted);
padding-bottom: 6px;
border-bottom: 1px solid var(--border);
}
.wizard-preview {
padding: 10px;
border: 1px solid var(--border);
border-radius: var(--radius-sm);
font-size: 13px;
line-height: 1.5;
}
.plot-options {
display: flex;
flex-direction: column;