(text: string)
| 7 | |
| 8 | import { htmlEscape } from "@utils/htmlEscape"; |
| 9 | |
| 10 | // HTML转义函数 |
| 11 | const prefixes = getPrefixes(); |
| 12 | const mainPrefix = prefixes[0]; |
| 13 | const pluginName = "soutu"; |
| 14 | |
| 15 | const help_text = `🖼️ <b>搜图插件</b> |
no outgoing calls
no test coverage detected