fix: 替换index.ui中未定义的Jinja2函数为默认值
This commit is contained in:
parent
6d679a0f1d
commit
8130d18bf8
@ -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",
|
||||
|
||||
BIN
官网改版设计说明.pptx
Normal file
BIN
官网改版设计说明.pptx
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user