mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-10-30 19:05:44 +00:00
仓库中添加内置的demo
This commit is contained in:
42
demo/extensions-config/fgui/Socket/SocketTestWindow.json
Normal file
42
demo/extensions-config/fgui/Socket/SocketTestWindow.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"props": {
|
||||
"text_input": {
|
||||
"name": "text_input",
|
||||
"idPath": "n6_jwlw",
|
||||
"namePath": "text_input"
|
||||
},
|
||||
"text_input_message": {
|
||||
"name": "text_input_message",
|
||||
"idPath": "n9_jwlw",
|
||||
"namePath": "text_input_message"
|
||||
}
|
||||
},
|
||||
"callbacks": {
|
||||
"onCloseWindow": {
|
||||
"name": "btn_close",
|
||||
"idPath": "n2_fnoh",
|
||||
"namePath": "btn_close"
|
||||
},
|
||||
"onDisconnect": {
|
||||
"name": "btn_stop",
|
||||
"idPath": "n5_jwlw",
|
||||
"namePath": "btn_stop"
|
||||
},
|
||||
"onConnection": {
|
||||
"name": "btn_start",
|
||||
"idPath": "n3_jwlw",
|
||||
"namePath": "btn_start"
|
||||
},
|
||||
"onSendText": {
|
||||
"name": "btn_send",
|
||||
"idPath": "n4_jwlw",
|
||||
"namePath": "btn_send"
|
||||
},
|
||||
"onSendBinary": {
|
||||
"name": "btn_send_protobuf",
|
||||
"idPath": "n10_fxlq",
|
||||
"namePath": "btn_send_protobuf"
|
||||
}
|
||||
},
|
||||
"__version__": "0.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user