@ives_xxz/framework 2.1.24 → 2.1.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/FW.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ives_xxz/framework",
3
- "version": "2.1.24",
3
+ "version": "2.1.25",
4
4
  "description": "cocoscreator 2.x mvc framework",
5
5
  "main": "index.js",
6
6
  "keywords": ["123456"],
package/types/FW.d.ts CHANGED
@@ -1606,6 +1606,7 @@ declare namespace FW {
1606
1606
  * Spine骨骼动画对象 - 用于控制Spine骨骼动画的播放和设置
1607
1607
  */
1608
1608
  type Skeleton = {
1609
+ animation: sp.Skeleton;
1609
1610
  /**
1610
1611
  * 播放动画
1611
1612
  * @param args - 骨骼动画参数