mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-10-30 19:05:44 +00:00
仓库中添加内置的demo
This commit is contained in:
52
demo/extensions-config/fgui/Basics/AlertWindow.json
Normal file
52
demo/extensions-config/fgui/Basics/AlertWindow.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"props": {
|
||||
"bg": {
|
||||
"name": "bg",
|
||||
"idPath": "n0_eqwn",
|
||||
"namePath": "bg"
|
||||
},
|
||||
"btn_close": {
|
||||
"name": "btn_close",
|
||||
"idPath": "n3_eqwn",
|
||||
"namePath": "btn_close"
|
||||
},
|
||||
"btn_ok": {
|
||||
"name": "btn_ok",
|
||||
"idPath": "n9_kjg6",
|
||||
"namePath": "btn_ok"
|
||||
},
|
||||
"btn_cancel": {
|
||||
"name": "btn_cancel",
|
||||
"idPath": "n10_jtaa",
|
||||
"namePath": "btn_cancel"
|
||||
},
|
||||
"lab_title": {
|
||||
"name": "lab_title",
|
||||
"idPath": "n2_eqwn",
|
||||
"namePath": "lab_title"
|
||||
},
|
||||
"lab_content": {
|
||||
"name": "lab_content",
|
||||
"idPath": "n4_eqwn",
|
||||
"namePath": "lab_content"
|
||||
}
|
||||
},
|
||||
"callbacks": {
|
||||
"onClickBtnClose": {
|
||||
"name": "btn_close",
|
||||
"idPath": "n3_eqwn",
|
||||
"namePath": "btn_close"
|
||||
},
|
||||
"onClickBtnCancel": {
|
||||
"name": "btn_cancel",
|
||||
"idPath": "n10_jtaa",
|
||||
"namePath": "btn_cancel"
|
||||
},
|
||||
"onClickBtnOk": {
|
||||
"name": "btn_ok",
|
||||
"idPath": "n9_kjg6",
|
||||
"namePath": "btn_ok"
|
||||
}
|
||||
},
|
||||
"__version__": "0.0.1"
|
||||
}
|
||||
11
demo/extensions-config/fgui/Basics/LoadUIWindow.json
Normal file
11
demo/extensions-config/fgui/Basics/LoadUIWindow.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"props": {
|
||||
"lab_desc": {
|
||||
"name": "lab_tips",
|
||||
"idPath": "n1_tihq",
|
||||
"namePath": "lab_tips"
|
||||
}
|
||||
},
|
||||
"callbacks": {},
|
||||
"__version__": "0.0.1"
|
||||
}
|
||||
21
demo/extensions-config/fgui/Basics/ToastWindow.json
Normal file
21
demo/extensions-config/fgui/Basics/ToastWindow.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"props": {
|
||||
"toast": {
|
||||
"name": "toast",
|
||||
"idPath": "n1_e679",
|
||||
"namePath": "toast"
|
||||
},
|
||||
"labTips": {
|
||||
"name": "labTips",
|
||||
"idPath": "n1_e679/n0_8ej8",
|
||||
"namePath": "toast/labTips"
|
||||
},
|
||||
"bgMask": {
|
||||
"name": "bgMask",
|
||||
"idPath": "n2_q3s0",
|
||||
"namePath": "bgMask"
|
||||
}
|
||||
},
|
||||
"callbacks": {},
|
||||
"__version__": "0.0.1"
|
||||
}
|
||||
11
demo/extensions-config/fgui/Basics/WindowHeader.json
Normal file
11
demo/extensions-config/fgui/Basics/WindowHeader.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"props": {
|
||||
"btn_close": {
|
||||
"name": "n0",
|
||||
"idPath": "n0_g5jd",
|
||||
"namePath": "n0"
|
||||
}
|
||||
},
|
||||
"callbacks": {},
|
||||
"__version__": "0.0.1"
|
||||
}
|
||||
11
demo/extensions-config/fgui/Basics/WindowHeader2.json
Normal file
11
demo/extensions-config/fgui/Basics/WindowHeader2.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"props": {
|
||||
"btn_close": {
|
||||
"name": "n0",
|
||||
"idPath": "n0_g5jd",
|
||||
"namePath": "n0"
|
||||
}
|
||||
},
|
||||
"callbacks": {},
|
||||
"__version__": "0.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user