mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-11 08:33:41 +08:00
feat: add midjourney log
This commit is contained in:
@@ -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}{' '}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
</> : <>
|
||||
|
||||
Reference in New Issue
Block a user