184 lines
6.7 KiB
TypeScript
184 lines
6.7 KiB
TypeScript
import { Node } from 'cc';
|
|
interface gonggao extends Node{
|
|
nodesType:{
|
|
"pop_01" : gonggao_pop_01,
|
|
"tips_top" : gonggao_pop_01_tips_top,
|
|
"ty_pop1" : gonggao_pop_01_tips_top_ty_pop1,
|
|
"title" : gonggao_pop_01_tips_top_title,
|
|
"btn_close" : gonggao_pop_01_tips_top_btn_close,
|
|
"ScrollView" : gonggao_pop_01_ScrollView,
|
|
"view" : gonggao_pop_01_ScrollView_view,
|
|
"content" : gonggao_pop_01_ScrollView_view_content,
|
|
"list" : gonggao_pop_01_list,
|
|
"problem" : gonggao_pop_01_list_problem,
|
|
"txt_1" : gonggao_pop_01_list_problem_txt_1,
|
|
"btn_zk" : gonggao_pop_01_list_problem_btn_zk,
|
|
"img_gb" : gonggao_pop_01_list_problem_btn_zk_img_gb,
|
|
"img_kq" : gonggao_pop_01_list_problem_btn_zk_img_kq,
|
|
"xx" : gonggao_pop_01_list_xx,
|
|
"list_wz_1" : gonggao_pop_01_list_xx_list_wz_1,
|
|
"txt_sj" : gonggao_pop_01_list_xx_list_wz_1_txt_sj,
|
|
"list_wz_2" : gonggao_pop_01_list_xx_list_wz_2,
|
|
"txt_xbt" : gonggao_pop_01_list_xx_list_wz_2_txt_xbt,
|
|
"txt_nr" : gonggao_pop_01_list_xx_list_wz_2_txt_nr,
|
|
"ty_zwnr1" : gonggao_pop_01_ty_zwnr1,
|
|
"Label" : gonggao_pop_01_ty_zwnr1_Label,
|
|
|
|
}
|
|
}
|
|
interface gonggao_pop_01 extends Node{
|
|
nodesType:{
|
|
"tips_top" : gonggao_pop_01_tips_top,
|
|
"ty_pop1" : gonggao_pop_01_tips_top_ty_pop1,
|
|
"title" : gonggao_pop_01_tips_top_title,
|
|
"btn_close" : gonggao_pop_01_tips_top_btn_close,
|
|
"ScrollView" : gonggao_pop_01_ScrollView,
|
|
"view" : gonggao_pop_01_ScrollView_view,
|
|
"content" : gonggao_pop_01_ScrollView_view_content,
|
|
"list" : gonggao_pop_01_list,
|
|
"problem" : gonggao_pop_01_list_problem,
|
|
"txt_1" : gonggao_pop_01_list_problem_txt_1,
|
|
"btn_zk" : gonggao_pop_01_list_problem_btn_zk,
|
|
"img_gb" : gonggao_pop_01_list_problem_btn_zk_img_gb,
|
|
"img_kq" : gonggao_pop_01_list_problem_btn_zk_img_kq,
|
|
"xx" : gonggao_pop_01_list_xx,
|
|
"list_wz_1" : gonggao_pop_01_list_xx_list_wz_1,
|
|
"txt_sj" : gonggao_pop_01_list_xx_list_wz_1_txt_sj,
|
|
"list_wz_2" : gonggao_pop_01_list_xx_list_wz_2,
|
|
"txt_xbt" : gonggao_pop_01_list_xx_list_wz_2_txt_xbt,
|
|
"txt_nr" : gonggao_pop_01_list_xx_list_wz_2_txt_nr,
|
|
"ty_zwnr1" : gonggao_pop_01_ty_zwnr1,
|
|
"Label" : gonggao_pop_01_ty_zwnr1_Label,
|
|
|
|
}
|
|
}
|
|
interface gonggao_pop_01_tips_top extends Node{
|
|
nodesType:{
|
|
"ty_pop1" : gonggao_pop_01_tips_top_ty_pop1,
|
|
"title" : gonggao_pop_01_tips_top_title,
|
|
"btn_close" : gonggao_pop_01_tips_top_btn_close,
|
|
|
|
}
|
|
}
|
|
interface gonggao_pop_01_tips_top_ty_pop1 extends Node{
|
|
}
|
|
interface gonggao_pop_01_tips_top_title extends Node{
|
|
}
|
|
interface gonggao_pop_01_tips_top_btn_close extends Node{
|
|
}
|
|
interface gonggao_pop_01_ScrollView extends Node{
|
|
nodesType:{
|
|
"view" : gonggao_pop_01_ScrollView_view,
|
|
"content" : gonggao_pop_01_ScrollView_view_content,
|
|
|
|
}
|
|
}
|
|
interface gonggao_pop_01_ScrollView_view extends Node{
|
|
nodesType:{
|
|
"content" : gonggao_pop_01_ScrollView_view_content,
|
|
|
|
}
|
|
}
|
|
interface gonggao_pop_01_ScrollView_view_content extends Node{
|
|
}
|
|
interface gonggao_pop_01_list extends Node{
|
|
nodesType:{
|
|
"problem" : gonggao_pop_01_list_problem,
|
|
"txt_1" : gonggao_pop_01_list_problem_txt_1,
|
|
"btn_zk" : gonggao_pop_01_list_problem_btn_zk,
|
|
"img_gb" : gonggao_pop_01_list_problem_btn_zk_img_gb,
|
|
"img_kq" : gonggao_pop_01_list_problem_btn_zk_img_kq,
|
|
"xx" : gonggao_pop_01_list_xx,
|
|
"list_wz_1" : gonggao_pop_01_list_xx_list_wz_1,
|
|
"txt_sj" : gonggao_pop_01_list_xx_list_wz_1_txt_sj,
|
|
"list_wz_2" : gonggao_pop_01_list_xx_list_wz_2,
|
|
"txt_xbt" : gonggao_pop_01_list_xx_list_wz_2_txt_xbt,
|
|
"txt_nr" : gonggao_pop_01_list_xx_list_wz_2_txt_nr,
|
|
|
|
}
|
|
}
|
|
interface gonggao_pop_01_list_problem extends Node{
|
|
nodesType:{
|
|
"txt_1" : gonggao_pop_01_list_problem_txt_1,
|
|
"btn_zk" : gonggao_pop_01_list_problem_btn_zk,
|
|
"img_gb" : gonggao_pop_01_list_problem_btn_zk_img_gb,
|
|
"img_kq" : gonggao_pop_01_list_problem_btn_zk_img_kq,
|
|
|
|
}
|
|
}
|
|
interface gonggao_pop_01_list_problem_txt_1 extends Node{
|
|
}
|
|
interface gonggao_pop_01_list_problem_btn_zk extends Node{
|
|
nodesType:{
|
|
"img_gb" : gonggao_pop_01_list_problem_btn_zk_img_gb,
|
|
"img_kq" : gonggao_pop_01_list_problem_btn_zk_img_kq,
|
|
|
|
}
|
|
}
|
|
interface gonggao_pop_01_list_problem_btn_zk_img_gb extends Node{
|
|
}
|
|
interface gonggao_pop_01_list_problem_btn_zk_img_kq extends Node{
|
|
}
|
|
interface gonggao_pop_01_list_xx extends Node{
|
|
nodesType:{
|
|
"list_wz_1" : gonggao_pop_01_list_xx_list_wz_1,
|
|
"txt_sj" : gonggao_pop_01_list_xx_list_wz_1_txt_sj,
|
|
"list_wz_2" : gonggao_pop_01_list_xx_list_wz_2,
|
|
"txt_xbt" : gonggao_pop_01_list_xx_list_wz_2_txt_xbt,
|
|
"txt_nr" : gonggao_pop_01_list_xx_list_wz_2_txt_nr,
|
|
|
|
}
|
|
}
|
|
interface gonggao_pop_01_list_xx_list_wz_1 extends Node{
|
|
nodesType:{
|
|
"txt_sj" : gonggao_pop_01_list_xx_list_wz_1_txt_sj,
|
|
|
|
}
|
|
}
|
|
interface gonggao_pop_01_list_xx_list_wz_1_txt_sj extends Node{
|
|
}
|
|
interface gonggao_pop_01_list_xx_list_wz_2 extends Node{
|
|
nodesType:{
|
|
"txt_xbt" : gonggao_pop_01_list_xx_list_wz_2_txt_xbt,
|
|
"txt_nr" : gonggao_pop_01_list_xx_list_wz_2_txt_nr,
|
|
|
|
}
|
|
}
|
|
interface gonggao_pop_01_list_xx_list_wz_2_txt_xbt extends Node{
|
|
}
|
|
interface gonggao_pop_01_list_xx_list_wz_2_txt_nr extends Node{
|
|
}
|
|
interface gonggao_pop_01_ty_zwnr1 extends Node{
|
|
nodesType:{
|
|
"Label" : gonggao_pop_01_ty_zwnr1_Label,
|
|
|
|
}
|
|
}
|
|
interface gonggao_pop_01_ty_zwnr1_Label extends Node{
|
|
}
|
|
declare global {
|
|
type tree_gonggao_gonggao = {
|
|
"gonggao" : gonggao,
|
|
"pop_01" : gonggao_pop_01,
|
|
"tips_top" : gonggao_pop_01_tips_top,
|
|
"ty_pop1" : gonggao_pop_01_tips_top_ty_pop1,
|
|
"title" : gonggao_pop_01_tips_top_title,
|
|
"btn_close" : gonggao_pop_01_tips_top_btn_close,
|
|
"ScrollView" : gonggao_pop_01_ScrollView,
|
|
"view" : gonggao_pop_01_ScrollView_view,
|
|
"content" : gonggao_pop_01_ScrollView_view_content,
|
|
"list" : gonggao_pop_01_list,
|
|
"problem" : gonggao_pop_01_list_problem,
|
|
"txt_1" : gonggao_pop_01_list_problem_txt_1,
|
|
"btn_zk" : gonggao_pop_01_list_problem_btn_zk,
|
|
"img_gb" : gonggao_pop_01_list_problem_btn_zk_img_gb,
|
|
"img_kq" : gonggao_pop_01_list_problem_btn_zk_img_kq,
|
|
"xx" : gonggao_pop_01_list_xx,
|
|
"list_wz_1" : gonggao_pop_01_list_xx_list_wz_1,
|
|
"txt_sj" : gonggao_pop_01_list_xx_list_wz_1_txt_sj,
|
|
"list_wz_2" : gonggao_pop_01_list_xx_list_wz_2,
|
|
"txt_xbt" : gonggao_pop_01_list_xx_list_wz_2_txt_xbt,
|
|
"txt_nr" : gonggao_pop_01_list_xx_list_wz_2_txt_nr,
|
|
"ty_zwnr1" : gonggao_pop_01_ty_zwnr1,
|
|
"Label" : gonggao_pop_01_ty_zwnr1_Label,
|
|
}} |