feat:处理器初步实现---有接上了新优化,回显需要再看下
This commit is contained in:
13
samples/handleAbility/ability_1.ts
Normal file
13
samples/handleAbility/ability_1.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { ConfigBase } from "../../src/models/config";
|
||||
|
||||
/** 基础功能1 -- 新优化 */
|
||||
export class BlockPlace extends ConfigBase{
|
||||
// 优化过程中的回调函数
|
||||
callBack?:Function
|
||||
constructor(){
|
||||
super()
|
||||
this.name = 'XXX'
|
||||
this.version = '20250707'
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user