@cc-component/cc-guide 1.0.4 → 1.0.5

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.
@@ -10,10 +10,11 @@ import { Toggle } from "cc";
10
10
  import { CCInteger, Component, _decorator } from "cc";
11
11
  import { Log } from "../../common/Log";
12
12
 
13
- const { ccclass, property } = _decorator;
13
+ const { ccclass, property, menu } = _decorator;
14
14
 
15
15
  /** 新手引导数据(绑定到引导节点上) */
16
16
  @ccclass('GuideViewItem')
17
+ @menu("引导组件/GuideViewItem")
17
18
  export class GuideViewItem extends Component {
18
19
  @property({
19
20
  type: [CCInteger],