(text: string)
| 6 | |
| 7 | import { htmlEscape } from "@utils/htmlEscape"; |
| 8 | |
| 9 | // HTML转义工具 |
| 10 | // 获取命令前缀 |
| 11 | const prefixes = getPrefixes(); |
| 12 | const mainPrefix = prefixes[0]; |
| 13 | |
| 14 | // 帮助文本定义 |
| 15 | const help_text = `🔐 <b>编码解码工具集</b> |
no outgoing calls
no test coverage detected