We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532de0e commit cd8a6e0Copy full SHA for cd8a6e0
2 files changed
src/pages/CommandLoading.tsx
@@ -120,7 +120,7 @@ export function CommandLoading() {
120
freeze[冻结结果]
121
end
122
123
- output([readonly SlashCommand[]])
+ output(["readonly SlashCommand list"])
124
125
BL --> builtin
126
FL --> user
src/pages/TextBuffer.tsx
@@ -99,7 +99,7 @@ export function TextBuffer() {
99
100
101
subgraph State["状态结构"]
102
- LINES["lines: string["]]
+ LINES["lines: string array"]
103
CURSOR["cursorRow/cursorCol"]
104
UNDO["undoStack/redoStack"]
105
CLIP[clipboard]
0 commit comments