{% set config = get_site_config() %} {% set products = get_published_content('product', 10) %} {% set cases = get_published_content('case', 6) %} {% set news = get_latest_news(2) %} { "widgettype": "VBox", "id": "app", "options": {"width": "100%", "css": "site-root"}, "subwidgets": [ { "widgettype": "HBox", "id": "nav_bar", "options": {"width": "100%", "css": "nav-bar"}, "subwidgets": [ { "widgettype": "Text", "options": {"text": "开元云科技", "css": "nav-logo"} }, { "widgettype": "HBox", "options": {"css": "nav-links"}, "subwidgets": [ {"widgettype": "Button", "options": {"label": "产品架构", "css": "nav-link"}, "binds": [{"wid": "self", "event": "click", "actiontype": "script", "script": "var e=document.getElementById('products');if(e)e.scrollIntoView({behavior:'smooth'})"}]}, {"widgettype": "Button", "options": {"label": "成功案例", "css": "nav-link"}, "binds": [{"wid": "self", "event": "click", "actiontype": "script", "script": "var e=document.getElementById('cases');if(e)e.scrollIntoView({behavior:'smooth'})"}]}, {"widgettype": "Button", "options": {"label": "企业动态", "css": "nav-link"}, "binds": [{"wid": "self", "event": "click", "actiontype": "script", "script": "var e=document.getElementById('news');if(e)e.scrollIntoView({behavior:'smooth'})"}]} ] }, {"widgettype": "Filler"}, { "widgettype": "HBox", "options": {"css": "nav-right"}, "subwidgets": [ {"widgettype": "Button", "options": {"label": "联系销售", "css": "nav-cta"}, "binds": [{"wid": "self", "event": "click", "actiontype": "script", "script": "var e=document.getElementById('contact');if(e)e.scrollIntoView({behavior:'smooth'})"}]}, {% if get_user() %} { "widgettype": "HBox", "options": {"css": "nav-user clickable"}, "binds": [{ "wid": "self", "event": "click", "actiontype": "urlwidget", "popup_options": {"eventpos": true, "cwidth": 10, "dismiss_events": ["command"]}, "target": "Popup", "options": {"url": "{{entire_url('user_menu.ui')}}"} }], "subwidgets": [ {"widgettype": "Text", "options": {"text": "👤", "css": "nav-avatar"}}, {"widgettype": "Text", "options": {"text": "{{ get_username() }}", "css": "nav-username"}} ] } {% else %} {"widgettype": "Button", "options": {"label": "登录", "css": "nav-login"}, "binds": [{"wid": "self", "event": "click", "actiontype": "urlwidget", "target": "self", "options": {"url": "{{entire_url('/rbac/user/login.ui')}}"}}]}, {"widgettype": "Button", "options": {"label": "注册", "css": "nav-register"}, "binds": [{"wid": "self", "event": "click", "actiontype": "urlwidget", "target": "self", "options": {"url": "{{entire_url('/rbac/user/register.ui')}}"}}]} {% endif %} ] } ] }, { "widgettype": "VBox", "id": "hero", "options": {"width": "100%", "css": "hero-section"}, "subwidgets": [ {"widgettype": "Html", "options": {"html": "
"}}, { "widgettype": "VBox", "options": {"css": "hero-content"}, "subwidgets": [ {"widgettype": "Html", "options": {"html": "