2025-07-04 15:36:51 +08:00
..
fix
2025-07-04 15:36:51 +08:00
fix
2025-07-04 15:36:51 +08:00
fix
2025-07-04 15:36:51 +08:00
fix
2025-07-04 15:36:51 +08:00

@any-touch/shared

在这里可以找到状态马

// shared内部代码
export const STATUS_POSSIBLE = 'possible';
export const STATUS_START = 'start';
export const STATUS_MOVE = 'move';
export const STATUS_END = 'end';
export const STATUS_CANCELLED = 'cancel';
export const STATUS_FAILED = 'failed';
export const STATUS_RECOGNIZED = 'recognized';