mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-04-29 06:24:24 +08:00
修改: app/components/settings.tsx
修改: app/components/ui-lib.tsx 修改: app/constant.ts 修改: app/utils/encryption.ts
This commit is contained in:
@@ -997,6 +997,7 @@ export function Settings() {
|
||||
(access) => (access.awsAccessKey = e.currentTarget.value),
|
||||
);
|
||||
}}
|
||||
maskWhenShow={true}
|
||||
/>
|
||||
</ListItem>
|
||||
<ListItem
|
||||
@@ -1013,6 +1014,7 @@ export function Settings() {
|
||||
(access) => (access.awsSecretKey = e.currentTarget.value),
|
||||
);
|
||||
}}
|
||||
maskWhenShow={true}
|
||||
/>
|
||||
</ListItem>
|
||||
<ListItem
|
||||
@@ -1029,6 +1031,7 @@ export function Settings() {
|
||||
(access) => (access.awsSessionToken = e.currentTarget.value),
|
||||
);
|
||||
}}
|
||||
maskWhenShow={true}
|
||||
/>
|
||||
</ListItem>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user