mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 20:53:45 +08:00
Merge remote
This commit is contained in:
@@ -1071,12 +1071,12 @@ export function Settings() {
|
||||
>
|
||||
<input
|
||||
type="text"
|
||||
value={accessStore.googleUrl}
|
||||
value={accessStore.googleBaseUrl}
|
||||
placeholder={Google.ExampleEndpoint}
|
||||
onChange={(e) =>
|
||||
accessStore.update(
|
||||
(access) =>
|
||||
(access.googleUrl = e.currentTarget.value),
|
||||
(access.googleBaseUrl = e.currentTarget.value),
|
||||
)
|
||||
}
|
||||
></input>
|
||||
|
||||
Reference in New Issue
Block a user