Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9861a76

Browse files
committedMay 27, 2025·
Fix the ad layout and update the community QR code
1 parent 7f94226 commit 9861a76

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed
 

‎docs/.vuepress/components/Sidebar.vue

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="ss">
55
<div class="sidebar-ad-placeholder">
66
<a href="https://doc.hutool.cn/" target="_blank" @click="handleAdClick">
7-
<img src="/img/ss/hutool.pic.jpg" alt="Hutool" style="max-width: 90%; height: auto;" />
7+
<img src="/img/ss/hutool.pic.jpg" alt="Hutool" style="max-width: 80%; height: auto; margin-left: 20px;" />
88
</a>
99
</div>
1010
<!-- <div class="sidebar-ad-placeholder">
@@ -64,15 +64,10 @@ const handleAdClick = async () => {
6464
<style scoped lang="scss">
6565
.sidebar-ad-placeholder {
6666
width: 100%;
67-
height: 100px;
68-
// margin-bottom: 16px;
67+
display: flex;
68+
justify-content: flex-end;
6969
margin: 35px 0 16px 0;
70-
// background: #eee;
7170
border-radius: 5px;
72-
display: flex;
73-
align-items: center;
74-
justify-content: center;
75-
7671
}
7772
7873
.mingdao {

‎docs/zh/community/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ sidebar: false
2222
<img src="/img/ss/qq%20group02.pic.jpg" alt="QQ 群二维码" class="qr-img" />
2323
</div>
2424
<div class="qr-img-row">
25-
<img src="/img/ss/wechat%20group01.pic.jpg" alt="wechat 群二维码" class="qr-img" />
26-
<img src="/img/ss/wechat%20group02.pic.jpg" alt="QQ 群二维码" class="qr-img" />
25+
<img src='https://oss.hutool.cn/hutool/kefu/WechatIMG703.jpg?Content-Disposition=attachment%3B%20filename%3D%22kefu%2FWechatIMG703.jpg%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20250527%2F%2Fs3%2Faws4_request&X-Amz-Date=20250527T032031Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=cc84cea6ff2b3526997ed3219dbdfa941bbfff9770c9be75ed4329a263b07034' alt="wechat 群二维码" class="qr-img" />
26+
<img src='https://oss.hutool.cn/hutool/kefu/WechatIMG702.jpg?Content-Disposition=attachment%3B%20filename%3D%22kefu%2FWechatIMG702.jpg%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20250527%2F%2Fs3%2Faws4_request&X-Amz-Date=20250527T032016Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=7d2db16ac3998a8393f1a7c074aac9505f854070be1dd3dd3158fdd580ee79fc' alt="QQ 群二维码" class="qr-img" />
2727
</div>
2828

2929
### Telegram

‎docs/zh/guide/community.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ star: true
3838
<img src="/img/ss/qq%20group02.pic.jpg" alt="QQ 群二维码" class="qr-img" />
3939
</div>
4040
<div class="qr-img-row">
41-
<img src="/img/ss/wechat%20group01.pic.jpg" alt="wechat 群二维码" class="qr-img" />
42-
<img src="/img/ss/wechat%20group02.pic.jpg" alt="QQ 群二维码" class="qr-img" />
41+
<img src='https://oss.hutool.cn/hutool/kefu/WechatIMG703.jpg?Content-Disposition=attachment%3B%20filename%3D%22kefu%2FWechatIMG703.jpg%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20250527%2F%2Fs3%2Faws4_request&X-Amz-Date=20250527T032031Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=cc84cea6ff2b3526997ed3219dbdfa941bbfff9770c9be75ed4329a263b07034' alt="wechat 群二维码" class="qr-img" />
42+
<img src='https://oss.hutool.cn/hutool/kefu/WechatIMG702.jpg?Content-Disposition=attachment%3B%20filename%3D%22kefu%2FWechatIMG702.jpg%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20250527%2F%2Fs3%2Faws4_request&X-Amz-Date=20250527T032016Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=7d2db16ac3998a8393f1a7c074aac9505f854070be1dd3dd3158fdd580ee79fc' alt="wechat 群二维码" class="qr-img" />
4343
</div>
4444

4545
## Telegram 群组

0 commit comments

Comments
 (0)
Please sign in to comment.