{% extends "base.html" %} {% block content %} 心愿单通知弹窗
🎉 APP已上线
NEXT Store官方抖音
探索图片1
{% if today_apps %} {% for app in today_apps %}
{% if 'http' in app.icon_path %} {{ app.name }} {% else %} {{ app.name }} {% endif %}

{{ app.name }}

{% endfor %} {% else %}
今日暂无新应用
{% endif %}
鸿蒙操作系统5
探索图片2

热门应用

查看全部
{% if hot_apps %} {% for app in hot_apps[:5] %}
{% if 'http' in app.icon_path %} {{ app.name }} {% else %} {{ app.name }} {% endif %}

{{ app.name }}

{{ app.category_name }}

{% endfor %} {% else %}
暂无热门应用
{% endif %}
{% endblock %}