feature: 增加算子详情页;优化算子上传更新逻辑 (#64)

* feature: 增加算子详情页;优化算子上传更新逻辑
This commit is contained in:
hhhhsc701
2025-11-07 16:54:00 +08:00
committed by GitHub
parent 78f50ea520
commit 2138ba23c7
24 changed files with 338 additions and 456 deletions

View File

@@ -227,7 +227,7 @@ const ParamConfig: React.FC<ParamConfigProps> = ({
return (
<div className="pl-4 border-l border-gray-300">
{param.properties.map((subParam) => (
<Config
<ParamConfig
key={subParam.key}
operator={operator}
paramKey={subParam.key}