[go: nahoru, domu]

Skip to content

Commit

Permalink
feat: v4.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Jul 28, 2024
1 parent 0c94163 commit 44ec64f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surmon.me",
"version": "4.37.1",
"version": "4.37.2",
"description": "Surmon.me blog",
"author": "Surmon",
"license": "MIT",
Expand Down
6 changes: 4 additions & 2 deletions src/pages/about/desktop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@
<div class="background"></div>
<uimage class="image" cdn src="/images/qrcodes/whatsapp.webp" />
<span class="text">
💬 &nbsp; Let's chat on <ulink href="https://www.whatsapp.com/">WhatsApp</ulink>
<i class="iconfont icon-whatsapp" />
Let's chat on
<ulink href="https://www.whatsapp.com/">WhatsApp</ulink>
</span>
</div>
</popup>
Expand All @@ -195,7 +197,7 @@
<span class="text">
<i18n>
<template #en>Friend me on WeChat | Channel</template>
<template #zh>微信扫码加好友 | 关注视频号</template>
<template #zh>扫码加微 | 关注视频号</template>
</i18n>
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about/mobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
.item {
width: 100%;
padding: $gap-sm;
padding: $gap;
border-radius: $radius-lg;
overflow: hidden;
background-color: $module-bg-opaque;
Expand Down
6 changes: 3 additions & 3 deletions src/styles/iconfont.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@font-face {
font-family: 'iconfont'; /* Project id 64825 */
src:
url('//at.alicdn.com/t/c/font_64825_m21of664lw.woff2?t=1722113940259') format('woff2'),
url('//at.alicdn.com/t/c/font_64825_m21of664lw.woff?t=1722113940259') format('woff'),
url('//at.alicdn.com/t/c/font_64825_m21of664lw.ttf?t=1722113940259') format('truetype');
url('//at.alicdn.com/t/c/font_64825_p0swlyy8pt.woff2?t=1722132817420') format('woff2'),
url('//at.alicdn.com/t/c/font_64825_p0swlyy8pt.woff?t=1722132817420') format('woff'),
url('//at.alicdn.com/t/c/font_64825_p0swlyy8pt.ttf?t=1722132817420') format('truetype');
}

.iconfont {
Expand Down

0 comments on commit 44ec64f

Please sign in to comment.