diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 75c47fc..944c404 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -1,7 +1,7 @@ -{% 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) %} +{% set config = {} %} +{% set products = [] %} +{% set cases = [] %} +{% set news = [] %} { "widgettype": "VBox", "id": "app", diff --git a/官网改版设计说明.pptx b/官网改版设计说明.pptx new file mode 100644 index 0000000..d6db119 Binary files /dev/null and b/官网改版设计说明.pptx differ