You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ Terminal tag supports attribute parameter table.
125
125
| command-store-sort | Command line library sorting function. | function | function(a,b) |
126
126
| input-filter | Custom input filter, the return value is the filtered string. | function | function(当前输入字符char, 输入框内字符串value, input事件event) |
127
127
| drag-conf | Drag and drop window configuration items. | object |[Drag](#Drag)|
128
-
128
+
| command-formatter | Command display formatting function, pass in the current command and return a new command, support html | function | function(cmd) |
0 commit comments