fix: update repository links

This commit is contained in:
Laisky.Cai
2025-01-26 12:29:20 +00:00
parent 92a21f64eb
commit 303ab407d0
5 changed files with 8 additions and 8 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/Laisky/one-api'
target='_blank'
>
{systemName} {process.env.REACT_APP_VERSION}{' '}

View File

@@ -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>
</> : <>

View File

@@ -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>