diff --git a/ee/tabby-ui/app/(dashboard)/settings/(integrations)/mail/components/mail-form.tsx b/ee/tabby-ui/app/(dashboard)/settings/(integrations)/mail/components/mail-form.tsx index 484d1c2b2918..63cc4abefd2a 100644 --- a/ee/tabby-ui/app/(dashboard)/settings/(integrations)/mail/components/mail-form.tsx +++ b/ee/tabby-ui/app/(dashboard)/settings/(integrations)/mail/components/mail-form.tsx @@ -212,21 +212,22 @@ const MailForm = React.forwardRef((props, ref) => { render={({ field }) => ( Authentication Method - - + - - NONE - PLAIN - LOGIN - - - + + + NONE + PLAIN + LOGIN + + )} @@ -279,23 +280,24 @@ const MailForm = React.forwardRef((props, ref) => { render={({ field }) => ( Encryption - - + - - NONE - SSL/TLS - - STARTTLS - - - - + + + NONE + SSL/TLS + + STARTTLS + + + )} diff --git a/ee/tabby-ui/app/files/components/source-code-browser.tsx b/ee/tabby-ui/app/files/components/source-code-browser.tsx index 6135676aec1d..670d039300a5 100644 --- a/ee/tabby-ui/app/files/components/source-code-browser.tsx +++ b/ee/tabby-ui/app/files/components/source-code-browser.tsx @@ -500,7 +500,7 @@ function isReadableTextFile(blob: Blob) { resolve(false) } - reader.readAsText(blobPart, 'UTF-8') // 假设文件是 UTF-8 编码 + reader.readAsText(blobPart, 'UTF-8') }) } diff --git a/ee/tabby-ui/components/user-panel.tsx b/ee/tabby-ui/components/user-panel.tsx index 5278ad923ffb..3a38cf8af6cf 100644 --- a/ee/tabby-ui/components/user-panel.tsx +++ b/ee/tabby-ui/components/user-panel.tsx @@ -75,7 +75,11 @@ export default function UserPanel() { API Docs - + Logout {signOutLoading && }