miyuchiq chat gen 1

This commit is contained in:
2025-08-31 00:21:27 +03:00
parent 4f332b2e86
commit ecf9933a15
3 changed files with 741 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<div id="chatbox" class="sl__chat__layout">
<a class="font-1">1</a>
</div>
<script type="text/template" id="chatlist_item">
<message id="{messageId}">
<top>
<author>{from}</author>
</top>
<bottom>
<content>{message}</content>
</bottom>
</message>
</script>