{ "ID": 718, "Events": { "OnStart": { "Actions": [ { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigSwitchServer", "Switch": [ { "Weight": 50, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnTest1" } ] }, { "Weight": 50, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnTest2" } ] } ] } ] }, "OnTest1": { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1055" // 测试1 ] }, { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigFinishEvent" } ] }, "OnTest2": { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1056" // 测试2 ] }, { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigFinishEvent" } ] } } }