fix: 替换index.ui中未定义的Jinja2函数为默认值
This commit is contained in:
parent
6d679a0f1d
commit
8130d18bf8
@ -1,7 +1,7 @@
|
|||||||
{% set config = get_site_config() %}
|
{% set config = {} %}
|
||||||
{% set products = get_published_content('product', 10) %}
|
{% set products = [] %}
|
||||||
{% set cases = get_published_content('case', 6) %}
|
{% set cases = [] %}
|
||||||
{% set news = get_latest_news(2) %}
|
{% set news = [] %}
|
||||||
{
|
{
|
||||||
"widgettype": "VBox",
|
"widgettype": "VBox",
|
||||||
"id": "app",
|
"id": "app",
|
||||||
|
|||||||
BIN
官网改版设计说明.pptx
Normal file
BIN
官网改版设计说明.pptx
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user