260 lines
9.4 KiB
TypeScript
260 lines
9.4 KiB
TypeScript
import { Node } from 'cc';
|
|
interface kfkh_qrdl extends Node{
|
|
nodesType:{
|
|
"bg" : kfkh_qrdl_bg,
|
|
"ty_di1" : kfkh_qrdl_bg_ty_di1,
|
|
"box" : kfkh_qrdl_bg_box,
|
|
"content" : kfkh_qrdl_bg_box_content,
|
|
"item1" : kfkh_qrdl_bg_box_content_item1,
|
|
"prize" : kfkh_qrdl_bg_box_content_item1_prize,
|
|
"ylq_img" : kfkh_qrdl_bg_box_content_item1_ylq_img,
|
|
"yxz_img" : kfkh_qrdl_bg_box_content_item1_yxz_img,
|
|
"Label" : kfkh_qrdl_bg_box_content_item1_Label,
|
|
"ani_lq" : kfkh_qrdl_bg_box_content_item1_ani_lq,
|
|
"item2" : kfkh_qrdl_bg_box_content_item2,
|
|
"item5" : kfkh_qrdl_bg_box_content_item5,
|
|
"item6" : kfkh_qrdl_bg_box_content_item6,
|
|
"item7" : kfkh_qrdl_bg_box_content_item7,
|
|
"item4" : kfkh_qrdl_bg_box_content_item4,
|
|
"item3" : kfkh_qrdl_bg_box_content_item3,
|
|
"btn_qd" : kfkh_qrdl_bg_box_btn_qd,
|
|
"text" : kfkh_qrdl_bg_box_btn_qd_text,
|
|
"aniNode" : kfkh_qrdl_bg_aniNode,
|
|
|
|
}
|
|
}
|
|
interface kfkh_qrdl_bg extends Node{
|
|
nodesType:{
|
|
"ty_di1" : kfkh_qrdl_bg_ty_di1,
|
|
"box" : kfkh_qrdl_bg_box,
|
|
"content" : kfkh_qrdl_bg_box_content,
|
|
"item1" : kfkh_qrdl_bg_box_content_item1,
|
|
"prize" : kfkh_qrdl_bg_box_content_item1_prize,
|
|
"ylq_img" : kfkh_qrdl_bg_box_content_item1_ylq_img,
|
|
"yxz_img" : kfkh_qrdl_bg_box_content_item1_yxz_img,
|
|
"Label" : kfkh_qrdl_bg_box_content_item1_Label,
|
|
"ani_lq" : kfkh_qrdl_bg_box_content_item1_ani_lq,
|
|
"item2" : kfkh_qrdl_bg_box_content_item2,
|
|
"item5" : kfkh_qrdl_bg_box_content_item5,
|
|
"item6" : kfkh_qrdl_bg_box_content_item6,
|
|
"item7" : kfkh_qrdl_bg_box_content_item7,
|
|
"item4" : kfkh_qrdl_bg_box_content_item4,
|
|
"item3" : kfkh_qrdl_bg_box_content_item3,
|
|
"btn_qd" : kfkh_qrdl_bg_box_btn_qd,
|
|
"text" : kfkh_qrdl_bg_box_btn_qd_text,
|
|
"aniNode" : kfkh_qrdl_bg_aniNode,
|
|
|
|
}
|
|
}
|
|
interface kfkh_qrdl_bg_ty_di1 extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box extends Node{
|
|
nodesType:{
|
|
"content" : kfkh_qrdl_bg_box_content,
|
|
"item1" : kfkh_qrdl_bg_box_content_item1,
|
|
"prize" : kfkh_qrdl_bg_box_content_item1_prize,
|
|
"ylq_img" : kfkh_qrdl_bg_box_content_item1_ylq_img,
|
|
"yxz_img" : kfkh_qrdl_bg_box_content_item1_yxz_img,
|
|
"Label" : kfkh_qrdl_bg_box_content_item1_Label,
|
|
"ani_lq" : kfkh_qrdl_bg_box_content_item1_ani_lq,
|
|
"item2" : kfkh_qrdl_bg_box_content_item2,
|
|
"item5" : kfkh_qrdl_bg_box_content_item5,
|
|
"item6" : kfkh_qrdl_bg_box_content_item6,
|
|
"item7" : kfkh_qrdl_bg_box_content_item7,
|
|
"item4" : kfkh_qrdl_bg_box_content_item4,
|
|
"item3" : kfkh_qrdl_bg_box_content_item3,
|
|
"btn_qd" : kfkh_qrdl_bg_box_btn_qd,
|
|
"text" : kfkh_qrdl_bg_box_btn_qd_text,
|
|
|
|
}
|
|
}
|
|
interface kfkh_qrdl_bg_box_content extends Node{
|
|
nodesType:{
|
|
"item1" : kfkh_qrdl_bg_box_content_item1,
|
|
"prize" : kfkh_qrdl_bg_box_content_item1_prize,
|
|
"ylq_img" : kfkh_qrdl_bg_box_content_item1_ylq_img,
|
|
"yxz_img" : kfkh_qrdl_bg_box_content_item1_yxz_img,
|
|
"Label" : kfkh_qrdl_bg_box_content_item1_Label,
|
|
"ani_lq" : kfkh_qrdl_bg_box_content_item1_ani_lq,
|
|
"item2" : kfkh_qrdl_bg_box_content_item2,
|
|
"item5" : kfkh_qrdl_bg_box_content_item5,
|
|
"item6" : kfkh_qrdl_bg_box_content_item6,
|
|
"item7" : kfkh_qrdl_bg_box_content_item7,
|
|
"item4" : kfkh_qrdl_bg_box_content_item4,
|
|
"item3" : kfkh_qrdl_bg_box_content_item3,
|
|
|
|
}
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item1 extends Node{
|
|
nodesType:{
|
|
"prize" : kfkh_qrdl_bg_box_content_item1_prize,
|
|
"ylq_img" : kfkh_qrdl_bg_box_content_item1_ylq_img,
|
|
"yxz_img" : kfkh_qrdl_bg_box_content_item1_yxz_img,
|
|
"Label" : kfkh_qrdl_bg_box_content_item1_Label,
|
|
"ani_lq" : kfkh_qrdl_bg_box_content_item1_ani_lq,
|
|
|
|
}
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item1_prize extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item1_ylq_img extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item1_yxz_img extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item1_Label extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item1_ani_lq extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item2 extends Node{
|
|
nodesType:{
|
|
"prize" : kfkh_qrdl_bg_box_content_item2_prize,
|
|
"Label" : kfkh_qrdl_bg_box_content_item2_Label,
|
|
"ylq_img" : kfkh_qrdl_bg_box_content_item2_ylq_img,
|
|
"yxz_img" : kfkh_qrdl_bg_box_content_item2_yxz_img,
|
|
"ani_lq" : kfkh_qrdl_bg_box_content_item2_ani_lq,
|
|
|
|
}
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item2_prize extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item2_Label extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item2_ylq_img extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item2_yxz_img extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item2_ani_lq extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item5 extends Node{
|
|
nodesType:{
|
|
"prize" : kfkh_qrdl_bg_box_content_item5_prize,
|
|
"Label" : kfkh_qrdl_bg_box_content_item5_Label,
|
|
"yxz_img" : kfkh_qrdl_bg_box_content_item5_yxz_img,
|
|
"ylq_img" : kfkh_qrdl_bg_box_content_item5_ylq_img,
|
|
"ani_lq" : kfkh_qrdl_bg_box_content_item5_ani_lq,
|
|
|
|
}
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item5_prize extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item5_Label extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item5_yxz_img extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item5_ylq_img extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item5_ani_lq extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item6 extends Node{
|
|
nodesType:{
|
|
"prize" : kfkh_qrdl_bg_box_content_item6_prize,
|
|
"Label" : kfkh_qrdl_bg_box_content_item6_Label,
|
|
"yxz_img" : kfkh_qrdl_bg_box_content_item6_yxz_img,
|
|
"ylq_img" : kfkh_qrdl_bg_box_content_item6_ylq_img,
|
|
"ani_lq" : kfkh_qrdl_bg_box_content_item6_ani_lq,
|
|
|
|
}
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item6_prize extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item6_Label extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item6_yxz_img extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item6_ylq_img extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item6_ani_lq extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item7 extends Node{
|
|
nodesType:{
|
|
"prize" : kfkh_qrdl_bg_box_content_item7_prize,
|
|
"Label" : kfkh_qrdl_bg_box_content_item7_Label,
|
|
"yxz_img" : kfkh_qrdl_bg_box_content_item7_yxz_img,
|
|
"ylq_img" : kfkh_qrdl_bg_box_content_item7_ylq_img,
|
|
"ani_lq" : kfkh_qrdl_bg_box_content_item7_ani_lq,
|
|
|
|
}
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item7_prize extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item7_Label extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item7_yxz_img extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item7_ylq_img extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item7_ani_lq extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item4 extends Node{
|
|
nodesType:{
|
|
"prize" : kfkh_qrdl_bg_box_content_item4_prize,
|
|
"Label" : kfkh_qrdl_bg_box_content_item4_Label,
|
|
"yxz_img" : kfkh_qrdl_bg_box_content_item4_yxz_img,
|
|
"ylq_img" : kfkh_qrdl_bg_box_content_item4_ylq_img,
|
|
"ani_lq" : kfkh_qrdl_bg_box_content_item4_ani_lq,
|
|
|
|
}
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item4_prize extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item4_Label extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item4_yxz_img extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item4_ylq_img extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item4_ani_lq extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item3 extends Node{
|
|
nodesType:{
|
|
"prize" : kfkh_qrdl_bg_box_content_item3_prize,
|
|
"Label" : kfkh_qrdl_bg_box_content_item3_Label,
|
|
"yxz_img" : kfkh_qrdl_bg_box_content_item3_yxz_img,
|
|
"ylq_img" : kfkh_qrdl_bg_box_content_item3_ylq_img,
|
|
"ani_lq" : kfkh_qrdl_bg_box_content_item3_ani_lq,
|
|
|
|
}
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item3_prize extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item3_Label extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item3_yxz_img extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item3_ylq_img extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_content_item3_ani_lq extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_box_btn_qd extends Node{
|
|
nodesType:{
|
|
"text" : kfkh_qrdl_bg_box_btn_qd_text,
|
|
|
|
}
|
|
}
|
|
interface kfkh_qrdl_bg_box_btn_qd_text extends Node{
|
|
}
|
|
interface kfkh_qrdl_bg_aniNode extends Node{
|
|
}
|
|
declare global {
|
|
type tree_kaifukuanghuan_kfkh_qrdl = {
|
|
"kfkh_qrdl" : kfkh_qrdl,
|
|
"bg" : kfkh_qrdl_bg,
|
|
"ty_di1" : kfkh_qrdl_bg_ty_di1,
|
|
"box" : kfkh_qrdl_bg_box,
|
|
"content" : kfkh_qrdl_bg_box_content,
|
|
"item1" : kfkh_qrdl_bg_box_content_item1,
|
|
"prize" : kfkh_qrdl_bg_box_content_item1_prize,
|
|
"ylq_img" : kfkh_qrdl_bg_box_content_item1_ylq_img,
|
|
"yxz_img" : kfkh_qrdl_bg_box_content_item1_yxz_img,
|
|
"Label" : kfkh_qrdl_bg_box_content_item1_Label,
|
|
"ani_lq" : kfkh_qrdl_bg_box_content_item1_ani_lq,
|
|
"item2" : kfkh_qrdl_bg_box_content_item2,
|
|
"item5" : kfkh_qrdl_bg_box_content_item5,
|
|
"item6" : kfkh_qrdl_bg_box_content_item6,
|
|
"item7" : kfkh_qrdl_bg_box_content_item7,
|
|
"item4" : kfkh_qrdl_bg_box_content_item4,
|
|
"item3" : kfkh_qrdl_bg_box_content_item3,
|
|
"btn_qd" : kfkh_qrdl_bg_box_btn_qd,
|
|
"text" : kfkh_qrdl_bg_box_btn_qd_text,
|
|
"aniNode" : kfkh_qrdl_bg_aniNode,
|
|
}} |