diff --git a/config/proxy.ts b/config/proxy.ts
index 39dccc71..152f3259 100644
--- a/config/proxy.ts
+++ b/config/proxy.ts
@@ -1,4 +1,4 @@
-const proxyTableList = ['cli', 'v1', 'auth', 'v1-openai', 'version'];
+const proxyTableList = ['cli', 'v1', 'auth', 'v1-openai', 'version', 'proxy'];
// @ts-ingore
export default function createProxyTable(target?: string) {
diff --git a/src/components/icon-font/index.tsx b/src/components/icon-font/index.tsx
index 98887b2b..9c91958e 100644
--- a/src/components/icon-font/index.tsx
+++ b/src/components/icon-font/index.tsx
@@ -1,7 +1,7 @@
import { createFromIconfontCN } from '@ant-design/icons';
const IconFont = createFromIconfontCN({
- scriptUrl: '//at.alicdn.com/t/c/font_4613488_7vr8v36d7xp.js'
+ scriptUrl: '//at.alicdn.com/t/c/font_4613488_4jkdkc8jcf7.js'
});
export default IconFont;
diff --git a/src/config/hotkeys.ts b/src/config/hotkeys.ts
index e04f5265..083ae60d 100644
--- a/src/config/hotkeys.ts
+++ b/src/config/hotkeys.ts
@@ -19,6 +19,7 @@ const KeybindingsMap = {
INPUT: ['Ctrl+K', 'Meta+K'],
NEW1: ['Ctrl+1', 'Meta+1'],
NEW2: ['Ctrl+2', 'Meta+2'],
+ NEW3: ['Ctrl+3', 'Meta+3'],
FOCUS: ['/', '/'],
ADD: ['Alt+Ctrl+Enter', 'Alt+Meta+Enter']
};
diff --git a/src/global.less b/src/global.less
index cea07b16..0048ecb3 100644
--- a/src/global.less
+++ b/src/global.less
@@ -153,9 +153,6 @@ html {
body * {
font-weight: var(--font-weight-normal);
- font-family: 'noto sans', sans-serif;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
}
body {
diff --git a/src/layouts/index.tsx b/src/layouts/index.tsx
index bac25311..bd798063 100644
--- a/src/layouts/index.tsx
+++ b/src/layouts/index.tsx
@@ -176,6 +176,7 @@ export default (props: any) => {
{logo}