mirror of
https://github.com/songquanpeng/message-pusher.git
synced 2025-10-05 16:16:50 +08:00
chore: update OneBot's configuration prompt
This commit is contained in:
@@ -497,6 +497,8 @@ const EditChannel = () => {
|
|||||||
cqhttp
|
cqhttp
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
等实现。 利用 OneBot 协议可以实现推送 QQ 消息。
|
等实现。 利用 OneBot 协议可以实现推送 QQ 消息。
|
||||||
|
<br/>
|
||||||
|
注意,如果推送目标是群号则前面必须加上群号前缀,例如 group_123456789。
|
||||||
</Message>
|
</Message>
|
||||||
<Form.Group widths={3}>
|
<Form.Group widths={3}>
|
||||||
<Form.Input
|
<Form.Input
|
||||||
@@ -522,7 +524,7 @@ const EditChannel = () => {
|
|||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
autoComplete='new-password'
|
autoComplete='new-password'
|
||||||
value={inputs.account_id}
|
value={inputs.account_id}
|
||||||
placeholder='在此填写默认推送目标,例如 QQ 号,如果是群号则前面必须加上群号前缀,例如 group_123456789'
|
placeholder='在此填写默认推送目标,例如 QQ 号'
|
||||||
/>
|
/>
|
||||||
</Form.Group>
|
</Form.Group>
|
||||||
</>
|
</>
|
||||||
|
Reference in New Issue
Block a user