This commit is contained in:
fan 2023-09-01 17:16:48 +08:00
commit fa1eb4bef1

View File

@ -1,6 +1,5 @@
import { Point } from 'pixi.js';
import { api } from 'src/boot/axios'; import { api } from 'src/boot/axios';
const UriBase = '/api/v1/generate'; const UriBase = '/api/v1/drafting';
export interface calculateLinkData { export interface calculateLinkData {
points: { x: number; y: number }[]; points: { x: number; y: number }[];