258 lines
9.5 KiB
TypeScript
258 lines
9.5 KiB
TypeScript
import { Node } from 'cc';
|
|
interface haoyou_xinxi extends Node{
|
|
nodesType:{
|
|
"pop_01" : haoyou_xinxi_pop_01,
|
|
"panel_top" : haoyou_xinxi_pop_01_panel_top,
|
|
"btn_guanbi" : haoyou_xinxi_pop_01_panel_top_btn_guanbi,
|
|
"ty_pop1" : haoyou_xinxi_pop_01_panel_top_ty_pop1,
|
|
"title" : haoyou_xinxi_pop_01_panel_top_ty_pop1_title,
|
|
"ty_bg_touxiang" : haoyou_xinxi_pop_01_ty_bg_touxiang,
|
|
"head" : haoyou_xinxi_pop_01_ty_bg_touxiang_head,
|
|
"zc_touxiang" : haoyou_xinxi_pop_01_ty_bg_touxiang_zc_touxiang,
|
|
"ty_bg_dengji" : haoyou_xinxi_pop_01_ty_bg_dengji,
|
|
"lv" : haoyou_xinxi_pop_01_ty_bg_dengji_lv,
|
|
"zc_img_zl" : haoyou_xinxi_pop_01_zc_img_zl,
|
|
"power" : haoyou_xinxi_pop_01_zc_img_zl_power,
|
|
"name" : haoyou_xinxi_pop_01_name,
|
|
"gh" : haoyou_xinxi_pop_01_gh,
|
|
"txt_gh" : haoyou_xinxi_pop_01_gh_txt_gh,
|
|
"txt_ghname" : haoyou_xinxi_pop_01_gh_txt_ghname,
|
|
"fwq" : haoyou_xinxi_pop_01_fwq,
|
|
"txt_fwq" : haoyou_xinxi_pop_01_fwq_txt_fwq,
|
|
"txt_fwqname" : haoyou_xinxi_pop_01_fwq_txt_fwqname,
|
|
"btns" : haoyou_xinxi_pop_01_btns,
|
|
"btn_1" : haoyou_xinxi_pop_01_btns_btn_1,
|
|
"btntxt" : haoyou_xinxi_pop_01_btns_btn_1_btntxt,
|
|
"btn_2" : haoyou_xinxi_pop_01_btns_btn_2,
|
|
"btn_3" : haoyou_xinxi_pop_01_btns_btn_3,
|
|
"btn_4" : haoyou_xinxi_pop_01_btns_btn_4,
|
|
"btn_5" : haoyou_xinxi_pop_01_btns_btn_5,
|
|
"czgb" : haoyou_xinxi_pop_01_czgb,
|
|
"ty_tiao_red" : haoyou_xinxi_pop_01_czgb_ty_tiao_red,
|
|
"layout_ganbu" : haoyou_xinxi_pop_01_czgb_layout_ganbu,
|
|
"list_ganbu" : haoyou_xinxi_pop_01_czgb_list_ganbu,
|
|
"hero" : haoyou_xinxi_pop_01_czgb_list_ganbu_hero,
|
|
"ganbu_name" : haoyou_xinxi_pop_01_czgb_list_ganbu_ganbu_name,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01 extends Node{
|
|
nodesType:{
|
|
"panel_top" : haoyou_xinxi_pop_01_panel_top,
|
|
"btn_guanbi" : haoyou_xinxi_pop_01_panel_top_btn_guanbi,
|
|
"ty_pop1" : haoyou_xinxi_pop_01_panel_top_ty_pop1,
|
|
"title" : haoyou_xinxi_pop_01_panel_top_ty_pop1_title,
|
|
"ty_bg_touxiang" : haoyou_xinxi_pop_01_ty_bg_touxiang,
|
|
"head" : haoyou_xinxi_pop_01_ty_bg_touxiang_head,
|
|
"zc_touxiang" : haoyou_xinxi_pop_01_ty_bg_touxiang_zc_touxiang,
|
|
"ty_bg_dengji" : haoyou_xinxi_pop_01_ty_bg_dengji,
|
|
"lv" : haoyou_xinxi_pop_01_ty_bg_dengji_lv,
|
|
"zc_img_zl" : haoyou_xinxi_pop_01_zc_img_zl,
|
|
"power" : haoyou_xinxi_pop_01_zc_img_zl_power,
|
|
"name" : haoyou_xinxi_pop_01_name,
|
|
"gh" : haoyou_xinxi_pop_01_gh,
|
|
"txt_gh" : haoyou_xinxi_pop_01_gh_txt_gh,
|
|
"txt_ghname" : haoyou_xinxi_pop_01_gh_txt_ghname,
|
|
"fwq" : haoyou_xinxi_pop_01_fwq,
|
|
"txt_fwq" : haoyou_xinxi_pop_01_fwq_txt_fwq,
|
|
"txt_fwqname" : haoyou_xinxi_pop_01_fwq_txt_fwqname,
|
|
"btns" : haoyou_xinxi_pop_01_btns,
|
|
"btn_1" : haoyou_xinxi_pop_01_btns_btn_1,
|
|
"btntxt" : haoyou_xinxi_pop_01_btns_btn_1_btntxt,
|
|
"btn_2" : haoyou_xinxi_pop_01_btns_btn_2,
|
|
"btn_3" : haoyou_xinxi_pop_01_btns_btn_3,
|
|
"btn_4" : haoyou_xinxi_pop_01_btns_btn_4,
|
|
"btn_5" : haoyou_xinxi_pop_01_btns_btn_5,
|
|
"czgb" : haoyou_xinxi_pop_01_czgb,
|
|
"ty_tiao_red" : haoyou_xinxi_pop_01_czgb_ty_tiao_red,
|
|
"layout_ganbu" : haoyou_xinxi_pop_01_czgb_layout_ganbu,
|
|
"list_ganbu" : haoyou_xinxi_pop_01_czgb_list_ganbu,
|
|
"hero" : haoyou_xinxi_pop_01_czgb_list_ganbu_hero,
|
|
"ganbu_name" : haoyou_xinxi_pop_01_czgb_list_ganbu_ganbu_name,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_panel_top extends Node{
|
|
nodesType:{
|
|
"btn_guanbi" : haoyou_xinxi_pop_01_panel_top_btn_guanbi,
|
|
"ty_pop1" : haoyou_xinxi_pop_01_panel_top_ty_pop1,
|
|
"title" : haoyou_xinxi_pop_01_panel_top_ty_pop1_title,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_panel_top_btn_guanbi extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_panel_top_ty_pop1 extends Node{
|
|
nodesType:{
|
|
"title" : haoyou_xinxi_pop_01_panel_top_ty_pop1_title,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_panel_top_ty_pop1_title extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_ty_bg_touxiang extends Node{
|
|
nodesType:{
|
|
"head" : haoyou_xinxi_pop_01_ty_bg_touxiang_head,
|
|
"zc_touxiang" : haoyou_xinxi_pop_01_ty_bg_touxiang_zc_touxiang,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_ty_bg_touxiang_head extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_ty_bg_touxiang_zc_touxiang extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_ty_bg_dengji extends Node{
|
|
nodesType:{
|
|
"lv" : haoyou_xinxi_pop_01_ty_bg_dengji_lv,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_ty_bg_dengji_lv extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_zc_img_zl extends Node{
|
|
nodesType:{
|
|
"power" : haoyou_xinxi_pop_01_zc_img_zl_power,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_zc_img_zl_power extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_name extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_gh extends Node{
|
|
nodesType:{
|
|
"txt_gh" : haoyou_xinxi_pop_01_gh_txt_gh,
|
|
"txt_ghname" : haoyou_xinxi_pop_01_gh_txt_ghname,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_gh_txt_gh extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_gh_txt_ghname extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_fwq extends Node{
|
|
nodesType:{
|
|
"txt_fwq" : haoyou_xinxi_pop_01_fwq_txt_fwq,
|
|
"txt_fwqname" : haoyou_xinxi_pop_01_fwq_txt_fwqname,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_fwq_txt_fwq extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_fwq_txt_fwqname extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_btns extends Node{
|
|
nodesType:{
|
|
"btn_1" : haoyou_xinxi_pop_01_btns_btn_1,
|
|
"btntxt" : haoyou_xinxi_pop_01_btns_btn_1_btntxt,
|
|
"btn_2" : haoyou_xinxi_pop_01_btns_btn_2,
|
|
"btn_3" : haoyou_xinxi_pop_01_btns_btn_3,
|
|
"btn_4" : haoyou_xinxi_pop_01_btns_btn_4,
|
|
"btn_5" : haoyou_xinxi_pop_01_btns_btn_5,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_btns_btn_1 extends Node{
|
|
nodesType:{
|
|
"btntxt" : haoyou_xinxi_pop_01_btns_btn_1_btntxt,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_btns_btn_1_btntxt extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_btns_btn_2 extends Node{
|
|
nodesType:{
|
|
"btntxt" : haoyou_xinxi_pop_01_btns_btn_2_btntxt,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_btns_btn_2_btntxt extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_btns_btn_3 extends Node{
|
|
nodesType:{
|
|
"btntxt" : haoyou_xinxi_pop_01_btns_btn_3_btntxt,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_btns_btn_3_btntxt extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_btns_btn_4 extends Node{
|
|
nodesType:{
|
|
"btntxt" : haoyou_xinxi_pop_01_btns_btn_4_btntxt,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_btns_btn_4_btntxt extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_btns_btn_5 extends Node{
|
|
nodesType:{
|
|
"btntxt" : haoyou_xinxi_pop_01_btns_btn_5_btntxt,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_btns_btn_5_btntxt extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_czgb extends Node{
|
|
nodesType:{
|
|
"ty_tiao_red" : haoyou_xinxi_pop_01_czgb_ty_tiao_red,
|
|
"czgb" : haoyou_xinxi_pop_01_czgb_czgb,
|
|
"layout_ganbu" : haoyou_xinxi_pop_01_czgb_layout_ganbu,
|
|
"list_ganbu" : haoyou_xinxi_pop_01_czgb_list_ganbu,
|
|
"hero" : haoyou_xinxi_pop_01_czgb_list_ganbu_hero,
|
|
"ganbu_name" : haoyou_xinxi_pop_01_czgb_list_ganbu_ganbu_name,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_czgb_ty_tiao_red extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_czgb_czgb extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_czgb_layout_ganbu extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_czgb_list_ganbu extends Node{
|
|
nodesType:{
|
|
"hero" : haoyou_xinxi_pop_01_czgb_list_ganbu_hero,
|
|
"ganbu_name" : haoyou_xinxi_pop_01_czgb_list_ganbu_ganbu_name,
|
|
|
|
}
|
|
}
|
|
interface haoyou_xinxi_pop_01_czgb_list_ganbu_hero extends Node{
|
|
}
|
|
interface haoyou_xinxi_pop_01_czgb_list_ganbu_ganbu_name extends Node{
|
|
}
|
|
declare global {
|
|
type tree_haoyou_haoyou_xinxi = {
|
|
"haoyou_xinxi" : haoyou_xinxi,
|
|
"pop_01" : haoyou_xinxi_pop_01,
|
|
"panel_top" : haoyou_xinxi_pop_01_panel_top,
|
|
"btn_guanbi" : haoyou_xinxi_pop_01_panel_top_btn_guanbi,
|
|
"ty_pop1" : haoyou_xinxi_pop_01_panel_top_ty_pop1,
|
|
"title" : haoyou_xinxi_pop_01_panel_top_ty_pop1_title,
|
|
"ty_bg_touxiang" : haoyou_xinxi_pop_01_ty_bg_touxiang,
|
|
"head" : haoyou_xinxi_pop_01_ty_bg_touxiang_head,
|
|
"zc_touxiang" : haoyou_xinxi_pop_01_ty_bg_touxiang_zc_touxiang,
|
|
"ty_bg_dengji" : haoyou_xinxi_pop_01_ty_bg_dengji,
|
|
"lv" : haoyou_xinxi_pop_01_ty_bg_dengji_lv,
|
|
"zc_img_zl" : haoyou_xinxi_pop_01_zc_img_zl,
|
|
"power" : haoyou_xinxi_pop_01_zc_img_zl_power,
|
|
"name" : haoyou_xinxi_pop_01_name,
|
|
"gh" : haoyou_xinxi_pop_01_gh,
|
|
"txt_gh" : haoyou_xinxi_pop_01_gh_txt_gh,
|
|
"txt_ghname" : haoyou_xinxi_pop_01_gh_txt_ghname,
|
|
"fwq" : haoyou_xinxi_pop_01_fwq,
|
|
"txt_fwq" : haoyou_xinxi_pop_01_fwq_txt_fwq,
|
|
"txt_fwqname" : haoyou_xinxi_pop_01_fwq_txt_fwqname,
|
|
"btns" : haoyou_xinxi_pop_01_btns,
|
|
"btn_1" : haoyou_xinxi_pop_01_btns_btn_1,
|
|
"btntxt" : haoyou_xinxi_pop_01_btns_btn_1_btntxt,
|
|
"btn_2" : haoyou_xinxi_pop_01_btns_btn_2,
|
|
"btn_3" : haoyou_xinxi_pop_01_btns_btn_3,
|
|
"btn_4" : haoyou_xinxi_pop_01_btns_btn_4,
|
|
"btn_5" : haoyou_xinxi_pop_01_btns_btn_5,
|
|
"czgb" : haoyou_xinxi_pop_01_czgb,
|
|
"ty_tiao_red" : haoyou_xinxi_pop_01_czgb_ty_tiao_red,
|
|
"layout_ganbu" : haoyou_xinxi_pop_01_czgb_layout_ganbu,
|
|
"list_ganbu" : haoyou_xinxi_pop_01_czgb_list_ganbu,
|
|
"hero" : haoyou_xinxi_pop_01_czgb_list_ganbu_hero,
|
|
"ganbu_name" : haoyou_xinxi_pop_01_czgb_list_ganbu_ganbu_name,
|
|
}} |