{ "widgettype": "VBox", "options": { "width": "100%", "height": "100%", "padding": "20px" }, "subwidgets": [ { "widgettype": "Text", "options": { "label": "scense/scense_game 前端覆盖层与页面注册(M9)", "fontSize": "24px" } }, { "widgettype": "ResponsableBox", "options": { "gap": "16px", "minWidth": "250px" }, "subwidgets": [ { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_scense_ext_content", "options": { "url": "{{entire_url('api/pbl_session_context_get.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_session_context_get" } } ] }, { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_scense_ext_content", "options": { "url": "{{entire_url('api/pbl_page_registry_list.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_page_registry_list" } } ] }, { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_scense_ext_content", "options": { "url": "{{entire_url('api/pbl_playtest_feedback_save.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_playtest_feedback_save" } } ] }, { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_scense_ext_content", "options": { "url": "{{entire_url('api/pbl_overlay_bootstrap.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_overlay_bootstrap" } } ] } ] }, { "widgettype": "VBox", "id": "pbl_scense_ext_content", "options": { "width": "100%", "flex": "1", "marginTop": "20px" } } ] }