更新 'src/matrix-send-message.html'

This commit is contained in:
zhongjin 2023-02-13 09:27:17 +08:00
parent 78f8ab7abb
commit ddfa90bd77

View File

@ -62,6 +62,8 @@
<select id="node-input-messageType"> <select id="node-input-messageType">
<option value="m.text">m.text</option> <option value="m.text">m.text</option>
<option value="m.notice">m.notice</option> <option value="m.notice">m.notice</option>
<option value="m.location">m.location</option>
<option value="m.live">m.live</option>
<option value="msg.type">msg.type input</option> <option value="msg.type">msg.type input</option>
</select> </select>
</div> </div>