refactor: 将 /core 重命名为 /shared

This commit is contained in:
2026-04-15 10:22:59 +08:00
parent 6d991326a5
commit a2f09fe49b
21 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { Entity, Condition, DynamicExpression, JsonValue } from '../core';
import type { Entity, Condition, DynamicExpression, JsonValue } from '../shared';
/**
* 执行动作的目标实体