(text: string)
| 8 | import { htmlEscape } from "@utils/htmlEscape"; |
| 9 | |
| 10 | const execFileAsync = promisify(execFile); |
| 11 | |
| 12 | const prefixes = getPrefixes(); |
| 13 | const mainPrefix = prefixes[0]; |
| 14 | |
| 15 | const pluginName = "ntp"; |
| 16 | |
| 17 | const commandName = `${mainPrefix}${pluginName}`; |
| 18 | |
| 19 | const help_text = ` |
| 20 | <code>${commandName}</code> 查看与 NTP 的时间偏差 |