(msg: Api.Message)
| 453 | ].join("\n"), |
| 454 | ), |
| 455 | ``, |
| 456 | foldSection( |
| 457 | `- 输出格式(默认 webp 贴纸)`, |
| 458 | [ |
| 459 | `使用 <code>${cmd} webp</code> - 静态 WebP 贴纸(默认)`, |
| 460 | `使用 <code>${cmd} image</code> / <code>${cmd} png</code> - 背景大图 (PNG)`, |
| 461 | `使用 <code>${cmd} stories</code> - 故事模式 (720×1280 PNG)`, |
| 462 | ].join("\n"), |
| 463 | ), |
| 464 | ``, |
| 465 | foldSection( |
| 466 | `- 显示选项`, |
| 467 | [ |
| 468 | `使用 <code>${cmd} hidden</code> - 隐藏头像与昵称`, |
no test coverage detected