连接状态
后端服务
检测中...
MQTT Broker
检测中...
在线大屏
检测中...
最近指令
—
页面切换(控制大屏展示)
大屏控制(MQTT 指令)
页面导航
企业展示墙(/wall)
人物识别(全局)
AI 助手页
语音对话页
媒体轮播
全局通知
播放设置
{{ volume }}%
{{ sfx_volume }}%
显示控制
添加媒体
媒体库({{ files|length }})
{% if files %}
{% for item in files %}
{% if item.type == 'image' %}
{% else %}
{% endfor %}
{% else %}
▶
{% endif %}
{{ item.name }}
{{ item.url }}
暂无媒体文件
请上传或通过 URL 添加
{% endif %}
请上传或通过 URL 添加
播放列表({{ playlist|length }})
{% if playlist %}
{% for item in playlist %}
{% if item.type == 'image' %}
{% else %}
{% endfor %}
{% else %}
▶
{% endif %}
{{ item.name }}
{{ item.url }}
播放列表为空
从上方媒体库添加内容
{% endif %}
从上方媒体库添加内容