Files
astrbot_plugin_jx3/templates/simple_test.html
T
2025-09-19 22:29:04 +08:00

6 lines
154 B
HTML

<div>
<h1>测试页面</h1>
<p>服务器: {{ server }}</p>
<p>物品数量: {{ items|length }}</p>
<p>时间: {{ update_time }}</p>
</div>