feat: add parameter for clearing font color and highlight color #461
This commit is contained in:
@@ -284,7 +284,7 @@ instance.command.executeSubscript()
|
||||
用法:
|
||||
|
||||
```javascript
|
||||
instance.command.executeColor()
|
||||
instance.command.executeColor(color: string | null)
|
||||
```
|
||||
|
||||
## executeHighlight
|
||||
@@ -294,7 +294,7 @@ instance.command.executeColor()
|
||||
用法:
|
||||
|
||||
```javascript
|
||||
instance.command.executeHighlight()
|
||||
instance.command.executeHighlight(color: string | null)
|
||||
```
|
||||
|
||||
## executeTitle
|
||||
|
||||
Reference in New Issue
Block a user