mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-10 02:23:43 +08:00
fix: update repository links
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/Laisky/one-api'
|
||||
target='_blank'
|
||||
>
|
||||
{systemName} {process.env.REACT_APP_VERSION}{' '}
|
||||
|
||||
@@ -37,8 +37,8 @@ const About = () => {
|
||||
<Header as='h3'>About</Header>
|
||||
<p>You can set the content about in the settings page, support HTML & Markdown</p>
|
||||
Project Repository Address:
|
||||
<a href='https://github.com/songquanpeng/one-api'>
|
||||
https://github.com/songquanpeng/one-api
|
||||
<a href='https://github.com/Laisky/one-api'>
|
||||
https://github.com/Laisky/one-api
|
||||
</a>
|
||||
</Segment>
|
||||
</> : <>
|
||||
|
||||
@@ -69,10 +69,10 @@ const Home = () => {
|
||||
<p>
|
||||
Source code:
|
||||
<a
|
||||
href='https://github.com/songquanpeng/one-api'
|
||||
href='https://github.com/Laisky/one-api'
|
||||
target='_blank'
|
||||
>
|
||||
https://github.com/songquanpeng/one-api
|
||||
https://github.com/Laisky/one-api
|
||||
</a>
|
||||
</p>
|
||||
<p>Startup time:{getStartTimeString()}</p>
|
||||
|
||||
Reference in New Issue
Block a user