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

Binary file not shown.