Skip to content

Commit 931b401

Browse files
lei.liaoclaude
andcommitted
fix: remove remaining wechat references, fix compare table width
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bc0c233 commit 931b401

11 files changed

Lines changed: 18 additions & 43 deletions

File tree

website/docs/from/npm.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,3 @@ which bun
3333

3434
- Start here: [Getting Started](/guide/getting-started)
3535
- If something breaks: [Troubleshooting](/guide/troubleshooting)
36-
37-
## Subscribe (WeChat)
38-
39-
Scan the QR code on the WeChat page: [WeChat](/wechat)
40-

website/docs/guide/getting-started-zh.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ description: 安装 BVM,在 macOS、Linux 和 Windows 上管理多个 Bun 版
1919
<br />
2020
<a href="https://bvm-core.pages.dev/zh/from/npm"><strong>从 NPM 来?从这里开始 »</strong></a>
2121
<br />
22-
<a href="https://bvm-core.pages.dev/zh/wechat"><strong>关注公众号 »</strong></a>
23-
<br />
2422
<br />
2523
<a href="./README.md">🇺🇸 English Docs</a>
2624
·

website/docs/guide/getting-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ description: Install BVM and manage multiple Bun versions on macOS, Linux, and W
1919
<br />
2020
<a href="https://bvm-core.pages.dev/from/npm"><strong>From NPM (Start Here) »</strong></a>
2121
<br />
22-
<a href="https://bvm-core.pages.dev/wechat"><strong>WeChat Official Account »</strong></a>
23-
<br />
2422
<br />
2523
<a href="./README.zh-CN.md">🇨🇳 中文文档</a>
2624
·

website/docs/index.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,19 +238,28 @@ const copy = (text, type) => {
238238
}
239239

240240
.compare-table {
241-
width: auto;
242-
border-collapse: collapse;
241+
display: table !important;
242+
width: auto !important;
243+
border-collapse: separate;
244+
border-spacing: 0;
243245
border: 1px solid var(--vp-c-divider);
244246
border-radius: 8px;
245247
overflow: hidden;
246248
background: var(--vp-c-bg-alt);
249+
margin: 0 auto;
247250
}
248251

249252
.compare-table th,
250253
.compare-table td {
251-
padding: 0.75rem 0.9rem;
254+
padding: 0.75rem 1.2rem;
252255
border-bottom: 1px solid var(--vp-c-divider);
253256
vertical-align: top;
257+
white-space: nowrap;
258+
}
259+
260+
.compare-table td:last-child,
261+
.compare-table th:last-child {
262+
white-space: normal;
254263
}
255264

256265
.compare-table th {
@@ -264,6 +273,10 @@ const copy = (text, type) => {
264273
color: var(--vp-c-text-1);
265274
}
266275

276+
.compare-table tr:last-child td {
277+
border-bottom: none;
278+
}
279+
267280
.callout-section {
268281
margin-top: 2rem;
269282
display: flex;

website/docs/public/from/npm/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,3 @@ which bun
2828

2929
- Start here: [Getting Started](/guide/getting-started)
3030
- If something breaks: [Troubleshooting](/guide/troubleshooting)
31-
32-
## Subscribe (WeChat)
33-
34-
Scan the QR code on the WeChat page: [WeChat](/wechat)

website/docs/public/guide/getting-started/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
<br />
1515
<a href="https://bvm-core.pages.dev/from/npm"><strong>From NPM (Start Here) »</strong></a>
1616
<br />
17-
<a href="https://bvm-core.pages.dev/wechat"><strong>WeChat Official Account »</strong></a>
18-
<br />
1917
<br />
2018
<a href="./README.zh-CN.md">🇨🇳 中文文档</a>
2119
·

website/docs/public/llms-full.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ which bun
5353
- Start here: [Getting Started](/guide/getting-started)
5454
- If something breaks: [Troubleshooting](/guide/troubleshooting)
5555

56-
## Subscribe (WeChat)
57-
58-
Scan the QR code on the WeChat page: [WeChat](/wechat)
59-
6056
---
6157

6258
## Getting Started (EN)
@@ -80,8 +76,6 @@ Scan the QR code on the WeChat page: [WeChat](/wechat)
8076
<br />
8177
<a href="https://bvm-core.pages.dev/from/npm"><strong>From NPM (Start Here) »</strong></a>
8278
<br />
83-
<a href="https://bvm-core.pages.dev/wechat"><strong>WeChat Official Account »</strong></a>
84-
<br />
8579
<br />
8680
<a href="./README.zh-CN.md">🇨🇳 中文文档</a>
8781
·
@@ -666,10 +660,6 @@ which bun
666660
- 快速开始:[Getting Started](/zh/guide/getting-started)
667661
- 出问题先看:[Troubleshooting](/zh/guide/troubleshooting)
668662

669-
## 订阅更新(公众号)
670-
671-
去公众号页扫码关注:[公众号](/zh/wechat)
672-
673663
---
674664

675665
## 快速开始 (ZH)

website/docs/public/llms.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
- [Home](https://bvm-core.pages.dev/): Mirror at [/index.md](https://bvm-core.pages.dev/index.md)
1212
- [From NPM](https://bvm-core.pages.dev/from/npm): Mirror at [/from/npm/index.md](https://bvm-core.pages.dev/from/npm/index.md)
13-
- [WeChat](https://bvm-core.pages.dev/wechat): Mirror at [/wechat/index.md](https://bvm-core.pages.dev/wechat/index.md)
1413
- [Getting Started](https://bvm-core.pages.dev/guide/getting-started): Mirror at [/guide/getting-started/index.md](https://bvm-core.pages.dev/guide/getting-started/index.md)
1514
- [Troubleshooting](https://bvm-core.pages.dev/guide/troubleshooting): Mirror at [/guide/troubleshooting/index.md](https://bvm-core.pages.dev/guide/troubleshooting/index.md)
1615
- [Architecture](https://bvm-core.pages.dev/guide/architecture): Mirror at [/guide/architecture/index.md](https://bvm-core.pages.dev/guide/architecture/index.md)
@@ -20,7 +19,6 @@
2019

2120
- [首页](https://bvm-core.pages.dev/zh/): 镜像 [/zh/index.md](https://bvm-core.pages.dev/zh/index.md)
2221
- [来自 NPM](https://bvm-core.pages.dev/zh/from/npm): 镜像 [/zh/from/npm/index.md](https://bvm-core.pages.dev/zh/from/npm/index.md)
23-
- [公众号](https://bvm-core.pages.dev/zh/wechat): 镜像 [/zh/wechat/index.md](https://bvm-core.pages.dev/zh/wechat/index.md)
2422
- [快速开始](https://bvm-core.pages.dev/zh/guide/getting-started): 镜像 [/zh/guide/getting-started/index.md](https://bvm-core.pages.dev/zh/guide/getting-started/index.md)
2523
- [排障](https://bvm-core.pages.dev/zh/guide/troubleshooting): 镜像 [/zh/guide/troubleshooting/index.md](https://bvm-core.pages.dev/zh/guide/troubleshooting/index.md)
2624
- [架构](https://bvm-core.pages.dev/zh/guide/architecture): 镜像 [/zh/guide/architecture/index.md](https://bvm-core.pages.dev/zh/guide/architecture/index.md)

website/docs/public/zh/from/npm/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,3 @@ which bun
2828

2929
- 快速开始:[Getting Started](/zh/guide/getting-started)
3030
- 出问题先看:[Troubleshooting](/zh/guide/troubleshooting)
31-
32-
## 订阅更新(公众号)
33-
34-
去公众号页扫码关注:[公众号](/zh/wechat)

website/docs/zh/from/npm.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,3 @@ which bun
3333

3434
- 快速开始:[Getting Started](/zh/guide/getting-started)
3535
- 出问题先看:[Troubleshooting](/zh/guide/troubleshooting)
36-
37-
## 订阅更新(公众号)
38-
39-
去公众号页扫码关注:[公众号](/zh/wechat)
40-

0 commit comments

Comments
 (0)