From e4ea580263443cbc9cb978272d11bf35c8423d11 Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Fri, 2 Jun 2023 20:31:25 +0800 Subject: [PATCH] docs: add word tool --- docs/guide/command-execute.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/guide/command-execute.md b/docs/guide/command-execute.md index 2bb358d..59c56eb 100644 --- a/docs/guide/command-execute.md +++ b/docs/guide/command-execute.md @@ -597,4 +597,12 @@ instance.command.executeSetLocale(locale: string) 用法: ```javascript instance.command.executeLocationCatalog(titleId: string) +``` + +## executeWordTool +功能:文字工具(删除空行、行首空格) + +用法: +```javascript +instance.command.executeWordTool() ``` \ No newline at end of file