mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 01:40:51 +00:00
chore: migrate c121914yu to labring (#121)
* chore: migrate c121914yu to labring * style: delete unused files About those files: https://www.sulinehk.com/post/reasons-and-solutions-for-the-zone.identifier-file-appearing-in-wsl/
This commit is contained in:
@@ -128,7 +128,7 @@ const Navbar = ({ unread }: { unread: number }) => {
|
||||
<Box>
|
||||
<Link
|
||||
as={NextLink}
|
||||
href="https://github.com/c121914yu/FastGPT"
|
||||
href="https://github.com/labring/FastGPT"
|
||||
target={'_blank'}
|
||||
{...itemStyles}
|
||||
color={'#9096a5'}
|
||||
|
@@ -141,7 +141,7 @@ const Home = () => {
|
||||
useEffect(() => {
|
||||
(async () => {
|
||||
try {
|
||||
const { data: git } = await axios.get('https://api.github.com/repos/c121914yu/FastGPT');
|
||||
const { data: git } = await axios.get('https://api.github.com/repos/labring/FastGPT');
|
||||
setStar(git.stargazers_count);
|
||||
} catch (error) {}
|
||||
})();
|
||||
@@ -197,7 +197,7 @@ const Home = () => {
|
||||
color: 'white'
|
||||
}}
|
||||
leftIcon={<MyIcon name={'git'} w={'20px'} />}
|
||||
onClick={() => window.open('https://github.com/c121914yu/FastGPT', '_blank')}
|
||||
onClick={() => window.open('https://github.com/labring/FastGPT', '_blank')}
|
||||
>
|
||||
Stars {(star / 1000).toFixed(1)}k
|
||||
</Button>
|
||||
|
@@ -18,7 +18,7 @@ const list = [
|
||||
{
|
||||
icon: 'git',
|
||||
label: 'Git项目地址',
|
||||
link: 'https://github.com/c121914yu/FastGPT'
|
||||
link: 'https://github.com/labring/FastGPT'
|
||||
}
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user