This commit is contained in:
Yidadaa
2023-11-10 02:50:50 +08:00
parent b7ffca031e
commit c9dd953817
16 changed files with 35 additions and 169 deletions

View File

@@ -56,7 +56,7 @@ export function AuthPage() {
<input
className={styles["auth-input"]}
type="password"
placeholder={Locale.Settings.Token.Placeholder}
placeholder={Locale.Settings.Access.OpenAI.ApiKey.Placeholder}
value={accessStore.openaiApiKey}
onChange={(e) => {
accessStore.update(