(text: string)
| 222 | }; |
| 223 | |
| 224 | // HTML转义工具 |
| 225 | const codeTag = (text: string): string => `<code>${htmlEscape(text)}</code>`; |
| 226 | |
| 227 | const help_text = `🚀 <b>智能汇率查询助手</b> |
| 228 | |
| 229 | 📊 <b>使用示例</b> |
| 230 | • <code>rate BTC</code> - 比特币美元价 |
| 231 | • <code>rate ETH CNY</code> - 以太坊人民币价 |
no outgoing calls
no test coverage detected