refactor: packet

This commit is contained in:
pk5ls20
2024-10-14 13:59:34 +08:00
parent ec41d19d06
commit ef39e7ab01
27 changed files with 42 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
import BaseAction from '../BaseAction';
import { ActionName } from '../types';
import { FromSchema, JSONSchema } from 'json-schema-to-ts';
import {PacketMsgTextElement} from "@/core/helper/packet/msg/element";
import {PacketMsgTextElement} from "@/core/packet/msg/element";
import {SendTextElement} from "@/core";