Skip to content

Commit

Permalink
增加二维码
Browse files Browse the repository at this point in the history
  • Loading branch information
isno committed Feb 1, 2024
1 parent fe99b8c commit 63ccc6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vuepress/layouts/layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
<CommentService :darkmode="isDarkMode" class="layout-comment" />
<div class="qrcode">
<img src="https://www.thebyte.com.cn/assets/webchat-pHlFlW6o.jpg" width = "160" align=center />
<img src="../../assets/qrcode-v2.png" width = "160" align=center />
</div>
</template>
</ParentLayout>
Expand Down Expand Up @@ -58,13 +58,13 @@
<style lang="scss" scoped>
.qrcode {
position: fixed;
bottom: 80px;
right: 30px;
bottom: 60px;
right: 20px;
}
.qrcode img {
border-radius: 6px;
box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
box-shadow: 0 3px 3px 1px rgba(0,0,0,0.1);
}
.layout-comment {
max-width: initial;
Expand Down

0 comments on commit 63ccc6c

Please sign in to comment.