This commit is contained in:
Putoo
2026-05-29 19:06:51 +08:00
parent 69ae1e3174
commit bd1535aee9
48 changed files with 1571 additions and 133 deletions

View File

@@ -3,9 +3,13 @@
<div class="item" v-for="(item, index) in data" :key="index">
<span>[{{ GetChatType(item.chat.code) }}]</span>
<span>
<GameUser :data="item.user" :show-icon="1"></GameUser>:
<span>
{{ item.chat.sign }}
<span v-if="item.chat.code == 'System'">
海精灵:
</span>
<span v-if="item.chat.code != 'System'">
<GameUser :data="item.user" :show-icon="1"></GameUser>:
</span>
<span v-html="item.chat.sign" @click="HtmlEvent">
</span>
<span v-if="showTime == 1">
({{ TimeExtend.StrToFormat(item.chat.addTime, "dd日HH:mm") }})