diff --git a/web/src/components/layout/Footer.js b/web/src/components/layout/Footer.js index b776c216..4f44c1dc 100644 --- a/web/src/components/layout/Footer.js +++ b/web/src/components/layout/Footer.js @@ -40,36 +40,36 @@ const FooterBar = () => {

{t('关于我们')}

- {t('关于项目')} - {t('联系我们')} - {t('功能特性')} + {t('关于项目')} + {t('联系我们')} + {t('功能特性')}

{t('文档')}

- {t('快速开始')} - {t('安装指南')} - {t('API 文档')} + {t('快速开始')} + {t('安装指南')} + {t('API 文档')}

{t('相关项目')}

- One API - Midjourney-Proxy - chatnio - neko-api-key-tool + One API + Midjourney-Proxy + chatnio + neko-api-key-tool

{t('基于New API的项目')}

- new-api-horizon - {/* VoAPI */} + new-api-horizon + {/* VoAPI */}
@@ -83,9 +83,9 @@ const FooterBar = () => {
{t('设计与开发由')} - New API + New API & - One API + One API
diff --git a/web/src/pages/About/index.js b/web/src/pages/About/index.js index 78a77163..3259449e 100644 --- a/web/src/pages/About/index.js +++ b/web/src/pages/About/index.js @@ -45,7 +45,7 @@ const About = () => { href='https://github.com/QuantumNous/new-api' target="_blank" rel="noopener noreferrer" - className="!text-semi-color-primary hover:!text-semi-color-primary-hover transition-colors" + className="!text-semi-color-primary" > https://github.com/QuantumNous/new-api @@ -54,28 +54,28 @@ const About = () => { href="https://github.com/QuantumNous/new-api" target="_blank" rel="noopener noreferrer" - className="!text-semi-color-primary hover:!text-semi-color-primary-hover transition-colors" + className="!text-semi-color-primary" > NewAPI {t('© {{currentYear}}', { currentYear })} QuantumNous {t('| 基于')} One API v0.5.4 © 2023 JustSong @@ -86,7 +86,7 @@ const About = () => { href="https://github.com/songquanpeng/one-api/blob/v0.5.4/LICENSE" target="_blank" rel="noopener noreferrer" - className="!text-semi-color-primary hover:!text-semi-color-primary-hover transition-colors" + className="!text-semi-color-primary" > {t('MIT许可证')} @@ -95,7 +95,7 @@ const About = () => { href="https://github.com/QuantumNous/new-api/blob/main/LICENSE" target="_blank" rel="noopener noreferrer" - className="!text-semi-color-primary hover:!text-semi-color-primary-hover transition-colors" + className="!text-semi-color-primary" > {t('Apache-2.0协议')} diff --git a/web/src/pages/Channel/EditChannel.js b/web/src/pages/Channel/EditChannel.js index feed8beb..04dc284b 100644 --- a/web/src/pages/Channel/EditChannel.js +++ b/web/src/pages/Channel/EditChannel.js @@ -846,7 +846,7 @@ const EditChannel = (props) => { className="!rounded-lg font-mono" /> handleInputChange('model_mapping', JSON.stringify(MODEL_MAPPING_EXAMPLE, null, 2))} > {t('填入模板')} @@ -940,7 +940,7 @@ const EditChannel = (props) => { className="!rounded-lg font-mono" /> handleInputChange('other', JSON.stringify(REGION_EXAMPLE, null, 2))} > {t('填入模板')} @@ -1062,7 +1062,7 @@ const EditChannel = (props) => { />
{ handleInputChange( 'setting', @@ -1073,10 +1073,10 @@ const EditChannel = (props) => { {t('填入模板')} { window.open( - 'https://github.com/Calcium-Ion/new-api/blob/main/docs/channel/other_setting.md', + 'https://github.com/QuantumNous/new-api/blob/main/docs/channel/other_setting.md', ); }} > @@ -1146,7 +1146,7 @@ const EditChannel = (props) => { className="!rounded-lg font-mono" /> { handleInputChange( 'status_code_mapping',