mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-10-30 19:05:44 +00:00
demo中添加不同fgui包中的同名组件测试
This commit is contained in:
18
demo/extensions-config/fgui/Window/Item1.json
Normal file
18
demo/extensions-config/fgui/Window/Item1.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"props": {
|
||||
"loader": {
|
||||
"name": "loader",
|
||||
"idPath": "n1_fchf",
|
||||
"namePath": "loader"
|
||||
},
|
||||
"lab_desc": {
|
||||
"name": "lab_desc",
|
||||
"idPath": "n1_fchf",
|
||||
"namePath": "lab_desc"
|
||||
}
|
||||
},
|
||||
"callbacks": {},
|
||||
"controls": {},
|
||||
"transitions": {},
|
||||
"__version__": "0.0.1"
|
||||
}
|
||||
13
demo/extensions-config/fgui/Window/SameItemWindow.json
Normal file
13
demo/extensions-config/fgui/Window/SameItemWindow.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"props": {},
|
||||
"callbacks": {
|
||||
"onClickBtnClose": {
|
||||
"name": "btn_close",
|
||||
"idPath": "n4_fnoh",
|
||||
"namePath": "btn_close"
|
||||
}
|
||||
},
|
||||
"controls": {},
|
||||
"transitions": {},
|
||||
"__version__": "0.0.1"
|
||||
}
|
||||
@@ -40,7 +40,14 @@
|
||||
"name": "btn_close",
|
||||
"idPath": "n22_sf8l",
|
||||
"namePath": "btn_close"
|
||||
},
|
||||
"onClickSameItem": {
|
||||
"name": "btn_sameitem",
|
||||
"idPath": "n23_h2xj",
|
||||
"namePath": "btn_sameitem"
|
||||
}
|
||||
},
|
||||
"controls": {},
|
||||
"transitions": {},
|
||||
"__version__": "0.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user