{ "id": "language", "widgettype": "Text", "options": { "tip": "切换语言", "text": "🌐", "cwidth": 4, "css": "clickable", "cfontsize": 1.2 }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "Popup", "popup_options": { "eventpos": true, "cwidth": 11, "cheight": 10, "dismiss_events": ["command"] }, "options": { "url": "{{entire_url('menu.ui')}}" } }, { "wid": "app", "event": "lang", "actiontype": "script", "target": "self", "script": "this.set_text(bricks.app.lang)" } ] }