马宇豪
2024-01-05 b59a81024420491bf49b2a0c38a9a8427dad75fc
src/types/monitorData.d.ts
@@ -39,9 +39,11 @@
                endTime: string;
                time: Array<any>;
                gas: string;
                position: number | null;
            }
        };
        gasList: Array<any>;
        positionList: Array<any>;
    }
}