连接状态
后端服务
检测中...
MQTT Broker
检测中...
在线大屏
检测中...
最近指令
—
媒体轮播
语音对话
AI 助手
数字孪生
企业展示墙
播放设置
{{ volume }}%
{{ sfx_volume }}%
语音 AI 测试
点击后展播端将自动进入语音对话页并主动播报上述问候(LLM 生成 + TTS),用于验证语音链路。
显示控制
添加媒体
媒体库({{ 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 %}
从上方媒体库添加内容