fix: 替换index.ui中未定义的Jinja2函数为默认值

This commit is contained in:
Hermes Agent 2026-06-16 13:43:12 +08:00
parent 6d679a0f1d
commit 8130d18bf8
2 changed files with 4 additions and 4 deletions

View File

@ -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",

Binary file not shown.