mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 19:46:37 +08:00
*
This commit is contained in:
parent
8d6d6bbf5d
commit
f4b87ca1ac
@ -320,7 +320,7 @@ export function Settings(props: { closeSettings: () => void }) {
|
|||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
value={accessStore.accessCode}
|
value={accessStore.accessCode}
|
||||||
type="text"
|
type="password"
|
||||||
placeholder={Locale.Settings.AccessCode.Placeholder}
|
placeholder={Locale.Settings.AccessCode.Placeholder}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
accessStore.updateCode(e.currentTarget.value);
|
accessStore.updateCode(e.currentTarget.value);
|
||||||
|
@ -174,6 +174,7 @@ input[type="range"]::-webkit-slider-thumb:hover {
|
|||||||
width: 24px;
|
width: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="password"]
|
||||||
input[type="number"],
|
input[type="number"],
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user