feat: feature/1.5-Data Integration

This commit is contained in:
ningyv
2025-02-19 18:19:17 +08:00
parent 6b9df8c5e9
commit bd4ad2bac8
@@ -241,6 +241,9 @@ function BasicLayout({ project = 'core' }: { project: string }) {
headerTitleRender={() => (
<div className="w-[192px] flex items-center">
<img className="h-[20px] cursor-pointer " src={Logo} onClick={() => navigator(mainPage)} />
<a className="align-text-top" href="https://github.com/APIParkLab/APIPark" target="_blank" className="ml-[5px] h-[25px] relative">
<img src="https://img.shields.io/github/stars/APIParkLab/APIPark?style=social" className='absolute top-[6px]' width={75} alt="" />
</a>
</div>
)}
logo={Logo}