feat: add channel remark #1710

This commit is contained in:
Seefs
2025-09-01 16:23:29 +08:00
parent 5cfc133413
commit e174861b96
3 changed files with 44 additions and 0 deletions

View File

@@ -1993,6 +1993,14 @@ const EditChannelModal = (props) => {
showClear
onChange={(value) => handleInputChange('tag', value)}
/>
<Form.TextArea
field='remark'
label={t('备注')}
placeholder={t('请输入备注(仅管理员可见)')}
maxLength={255}
showClear
onChange={(value) => handleInputChange('remark', value)}
/>
<Row gutter={12}>
<Col span={12}>