feat:处理器初步实现---有接上了新优化,回显需要再看下
This commit is contained in:
5
samples/handleAbility/common/Point.ts
Normal file
5
samples/handleAbility/common/Point.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Point
|
||||
{
|
||||
x: number
|
||||
y: number
|
||||
}
|
Reference in New Issue
Block a user