|
|
@@ -1050,7 +1050,7 @@ const SystemSetting = () => {
|
|
|
field="['passkey.rp_id']"
|
|
|
label={t('网站域名标识')}
|
|
|
placeholder={t('例如:example.com')}
|
|
|
- extraText={t('留空自动使用当前域名')}
|
|
|
+ extraText={t('留空则默认使用服务器地址,注意不能携带http://或者https://')}
|
|
|
/>
|
|
|
</Col>
|
|
|
</Row>
|
|
|
@@ -1111,7 +1111,7 @@ const SystemSetting = () => {
|
|
|
field="['passkey.origins']"
|
|
|
label={t('允许的 Origins')}
|
|
|
placeholder={t('填写带https的域名,逗号分隔')}
|
|
|
- extraText={t('空的话则不限制 Origin,多个 Origin 用逗号分隔')}
|
|
|
+ extraText={t('为空则默认使用服务器地址,多个 Origin 用逗号分隔,例如 https://newapi.pro,https://newapi.com ,注意不能携带[],需使用https')}
|
|
|
/>
|
|
|
</Col>
|
|
|
</Row>
|