chat hina gen1

This commit is contained in:
2025-08-08 08:44:34 +03:00
parent f6b3c6650c
commit 71f3e1b27a
3 changed files with 888 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<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>
<footer />
</bottom>
</message>
</script>
<script type="text/template" id="chatlist_event">
<event id="{messageId}">
<content>{author} {content}<bottom /></content>
</event>
</script>