Merge branch 'Calcium-Ion:main' into main

This commit is contained in:
H.
2025-01-13 13:42:30 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -401,7 +401,7 @@ const EditToken = (props) => {
<TextArea
label={t('IP白名单')}
name='allow_ips'
placeholder={t('允许的IP一行一个')}
placeholder={t('允许的IP一行一个,不填写则不限制')}
onChange={(value) => {
handleInputChange('allow_ips', value);
}}