feat: add midjourney log

This commit is contained in:
CaIon
2023-09-12 03:17:26 +08:00
parent 4a836a4cb6
commit 4895bd744a
5 changed files with 8 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ const Footer = () => {
) : (
<div className='custom-footer'>
<a
href='https://github.com/songquanpeng/one-api'
href='https://github.com/Calcium-Ion/one-api'
target='_blank'
>
{systemName} {process.env.REACT_APP_VERSION}{' '}

View File

@@ -22,7 +22,7 @@ export function isRoot() {
export function getSystemName() {
let system_name = localStorage.getItem('system_name');
if (!system_name) return 'One API';
if (!system_name) return 'One API Midjourney';
return system_name;
}

View File

@@ -36,9 +36,9 @@ const About = () => {
<Segment>
<Header as='h3'>关于</Header>
<p>可在设置页面设置关于内容支持 HTML & Markdown</p>
项目仓库地址
<a href='https://github.com/songquanpeng/one-api'>
https://github.com/songquanpeng/one-api
魔改版项目仓库地址
<a href='https://github.com/Calcium-Ion/one-api'>
https://github.com/Calcium-Ion/one-api
</a>
</Segment>
</> : <>