mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 16:45:35 +08:00
use https asset in vuepress component (#94)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<div v-for="i in chat" v-bind="i">
|
<div v-for="i in chat" v-bind="i">
|
||||||
<div class="doc-chat-row" v-if="i.type === 0">
|
<div class="doc-chat-row" v-if="i.type === 0">
|
||||||
<div class="doc-chat-box">{{ i.content }}</div>
|
<div class="doc-chat-box">{{ i.content }}</div>
|
||||||
<img class="doc-chat-avatar" src="http://api.btstu.cn/sjtx/api.php" alt=""/>
|
<img class="doc-chat-avatar" src="https://api.btstu.cn/sjtx/api.php" alt=""/>
|
||||||
</div>
|
</div>
|
||||||
<div class="doc-chat-row doc-chat-row-robot" v-else-if="i.type === 1">
|
<div class="doc-chat-row doc-chat-row-robot" v-else-if="i.type === 1">
|
||||||
<img class="doc-chat-avatar" src="https://docs-v1.zhamao.xin/logo.png" alt=""/>
|
<img class="doc-chat-avatar" src="https://docs-v1.zhamao.xin/logo.png" alt=""/>
|
||||||
@@ -138,4 +138,4 @@ export default {
|
|||||||
height: 36px !important;
|
height: 36px !important;
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user