Merge branch 'feature/1.5-cx' into 'main'

feat: feature/1.5-Data Integration

See merge request apipark/APIPark!224
This commit is contained in:
lichunxian
2025-02-19 18:19:58 +08:00
@@ -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}