テーマインポート機能を実装するなど

This commit is contained in:
syuilo
2020-03-23 19:06:46 +09:00
parent b12bf78c6d
commit dac962580b
10 changed files with 118 additions and 12 deletions

View File

@ -32,7 +32,7 @@
</router-link>
</div>
<div class="no-history" v-if="!fetching && messages.length == 0">
<img src="https://xn--931a.moe/assets/info.png" class="_ghost"/>
<img src="https://xn--931a.moe/assets/info.jpg" class="_ghost"/>
<div>{{ $t('noHistory') }}</div>
</div>
<mk-loading v-if="fetching"/>