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

feat: feature/1.5-Data Integration

See merge request apipark/APIPark!226
This commit is contained in:
lichunxian
2025-02-20 13:52:30 +08:00
@@ -435,7 +435,7 @@ const LocalModelList: React.FC = () => {
ref={pageListRef}
rowKey="id"
tableClass="local-model-list"
customEmptyRender={customEmptyRender}
customEmptyRender={!ollamaAddress ? customEmptyRender : undefined}
request={requestList}
onSearchWordChange={(e) => {
setSearchWord(e.target.value)