fix some bugs for suggestion

This commit is contained in:
wangjianhuaa
2025-03-01 14:45:20 +08:00
parent bd1a39b0de
commit b49910ad59
3 changed files with 4 additions and 4 deletions

View File

@@ -1486,7 +1486,7 @@ export function Settings() {
>
<PasswordInput
aria-label={Locale.Settings.Access.Huawei.ApiKey.Title}
value={accessStore.deepseekApiKey}
value={accessStore.huaweiApiKey}
type="text"
placeholder={Locale.Settings.Access.Huawei.ApiKey.Placeholder}
onChange={(e) => {