fix: storage api alignment

This commit is contained in:
jialin
2026-05-11 19:49:21 +08:00
committed by jialin
parent 7fa44644fd
commit 7d0cfeff77
34 changed files with 881 additions and 324 deletions
@@ -11,7 +11,7 @@ import { FormData } from '../config/types';
import Ports from './ports';
interface BasicProps {
page: 'template' | 'instance';
page?: 'template' | 'instance';
}
const Basic: React.FC<BasicProps> = ({ page = 'template' }) => {
@@ -45,7 +45,6 @@ const PortItem: React.FC<PortItemProps> = ({ item, index, onChange }) => {
<CInputNumber
min={1}
max={65535}
disabled={index === 0}
precision={0}
value={item.value}
onChange={(value) => {