{ "widgettype": "VBox", "options": { "width": "100%", "height": "100%", "padding": "20px" }, "subwidgets": [ { "widgettype": "Text", "options": { "label": "PBL Compiler v1(确定性编译 + Game Definition,M3a/M3b)", "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_compiler_content", "options": { "url": "{{entire_url('api/pbl_compiler_compile.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_compiler_compile" } } ] }, { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_compiler_content", "options": { "url": "{{entire_url('api/pbl_compiler_preview.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_compiler_preview" } } ] }, { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_compiler_content", "options": { "url": "{{entire_url('api/pbl_compiler_compare.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_compiler_compare" } } ] }, { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_compiler_content", "options": { "url": "{{entire_url('api/pbl_compiler_version_list.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_compiler_version_list" } } ] }, { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_compiler_content", "options": { "url": "{{entire_url('api/pbl_compiler_version_save.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_compiler_version_save" } } ] }, { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_compiler_content", "options": { "url": "{{entire_url('api/pbl_capability_list.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_capability_list" } } ] }, { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_compiler_content", "options": { "url": "{{entire_url('api/pbl_capability_register.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_capability_register" } } ] } ] }, { "widgettype": "VBox", "id": "pbl_compiler_content", "options": { "width": "100%", "flex": "1", "marginTop": "20px" } } ] }