(text: string)
| 11 | |
| 12 | import { htmlEscape } from "@utils/htmlEscape"; |
| 13 | |
| 14 | // HTML转义工具(每个插件必须实现) |
| 15 | const CONFIG_FILE_PATH = path.join( |
| 16 | createDirectoryInAssets("autodelcmd"), |
| 17 | "config.json" |
| 18 | ); |
| 19 | |
| 20 | const EXIT_MSG_FILE_PATH = path.join( |
no outgoing calls
no test coverage detected