调整提示

This commit is contained in:
wkj 2025-05-06 16:54:10 +08:00
parent 606b9e2023
commit e51dca38ca
2 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ export default function Email(props) {
}
}}/>
</Form.Item>
<Form.Item label="邮箱后缀" tooltip="允许的邮箱后缀(如: @qq.com不填则不校验">
<Form.Item label="邮箱后缀" tooltip="允许的邮箱后缀(如: qq.com不填则不校验">
<RenderEmailSuffix t={t} emailSuffix={emailSuffix} onChange={(v) => {
if (v !== config?.emailSuffix) {
updateConfig(id, config, 'emailSuffix', v, 'email');

View File

@ -345,7 +345,7 @@ export default function Email(props: {
</Form.Item>
<Form.Item
label="邮箱后缀"
tooltip="允许的邮箱后缀(如: @qq.com不填则不校验"
tooltip="允许的邮箱后缀(如: qq.com不填则不校验"
>
<RenderEmailSuffix
t={t}