Files
wechat-dump/wechat/static/TP_SPEAK.html
T
futurewrgandYuxin Wu 20ae09848b Add support for new avatar storage (#50)
* Add support for new avatar storage,modify the README and android-interact.sh

* Show the nickname for chatroom, fix the IOError in avatar.py

* style change
2017-11-29 01:34:51 -08:00

21 lines
636 B
HTML

<div class="chatItem {sender_label}">
<div class="chatItemContent">
<span class="avatar"></span>
<div class="cloud cloudVoice" onclick="playVoice(event)" style="width:80px">
<div class="cloudPannel" title="{time}" {nickname}>
<div class="sendStatus">
<span class="second">{voice_duration}"</span>
</div>
<div class="cloudBody">
<div class="cloudContent">
<span class="icoVoice"></span>
<audio>
<source src="data:audio/mp3;base64,{voice_str}" />
</audio>
</div>
</div>
</div>
</div>
</div>
</div>