Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Fix Typo #9

Merged
merged 1 commit into from
Jan 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ namespace Launcher {
'ignore-invalid-cqcode': Schema.boolean().default(false).description('是否忽略无效的消息段 (默认情况下将原样发送)。'),
'force-fragment': Schema.boolean().default(false).description('是否强制分片发送消息 (分片发送将会带来更快的速度,但是兼容性会有些问题)。'),
'fix-url': Schema.boolean().default(false).description('是否将 URL 分片发送。'),
'proxy-rewrite': Schema.string().default('').description('下载图片等资源是要请求的网络代理。'),
'proxy-rewrite': Schema.string().default('').description('下载图片等资源时要请求的网络代理。'),
'report-self-message': Schema.boolean().default(false).description('是否上报自身消息。'),
'remove-reply-at': Schema.boolean().default(false).description('移除 reply 消息段附带的 at 消息段。'),
'extra-reply-data': Schema.boolean().default(false).description('为 reply 消息段附加更多信息。'),
Expand Down