import { ConfigBase } from "../../src/models/config"; /** 基础功能1 -- 新优化 */ export class BlockPlace extends ConfigBase{ // 优化过程中的回调函数 callBack?:Function constructor(){ super() this.name = 'XXX' this.version = '20250707' } }