Skip to content

Commit 5ebee93

Browse files
committed
fix: remove emoji from section headers to prevent garbled rendering
1 parent c9a604b commit 5ebee93

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

README.en.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Built and maintained by [QingChenCloud](https://gpt.qt.cool).
2929

3030
---
3131

32-
## 📦 Choose Your Edition
32+
## Choose Your Edition
3333

3434
This project provides **two editions** of pre-built packages, built from the same repository and CI pipeline:
3535

@@ -42,7 +42,7 @@ Both editions are functionally identical — the only difference is the interfac
4242

4343
---
4444

45-
## 📥 Installation
45+
## Installation
4646

4747
### Windows (Recommended: Setup Wizard)
4848

@@ -78,7 +78,7 @@ Supported platforms:
7878

7979
---
8080

81-
## 📥 Downloads
81+
## Downloads
8282

8383
### Official Edition (`openclaw-*`)
8484

@@ -102,7 +102,7 @@ Supported platforms:
102102

103103
---
104104

105-
## 🚀 Quick Start
105+
## Quick Start
106106

107107
```bash
108108
# Show help
@@ -129,7 +129,7 @@ Install [ClawPanel](https://github.com/qingchencloud/clawpanel) for a visual man
129129

130130
---
131131

132-
## 🏗️ How It Works
132+
## How It Works
133133

134134
Core idea: **Pre-compile all native modules on CI runners for each platform, then bundle Node.js runtime + complete node_modules into a self-contained distribution.**
135135

@@ -167,7 +167,7 @@ bash scripts/package-unix.sh
167167

168168
---
169169

170-
## 🔄 Updating
170+
## Updating
171171

172172
### Automatic Updates
173173
ClawPanel automatically detects new versions and prompts for updates.
@@ -184,7 +184,7 @@ curl -fsSL https://dl.qrj.ai/openclaw/install.sh | EDITION=en bash
184184

185185
---
186186

187-
## FAQ
187+
## FAQ
188188

189189
### Q: What's the difference between Official and Chinese editions?
190190
A: They are functionally identical. The Chinese edition (`@qingchencloud/openclaw-zh`) has localized UI text and prompts. The Official edition (`openclaw`) is the same as the upstream npm package.
@@ -203,7 +203,7 @@ A: Yes, but we recommend keeping only one. If both are in PATH, the system will
203203

204204
---
205205

206-
## 📄 License
206+
## License
207207

208208
[AGPL-3.0](LICENSE) + Commercial License
209209

@@ -212,7 +212,7 @@ A: Yes, but we recommend keeping only one. If both are in PATH, the system will
212212

213213
---
214214

215-
## 🔗 Related Projects
215+
## Related Projects
216216

217217
- [OpenClaw](https://github.com/openclaw/openclaw) — AI Agent Engine (upstream)
218218
- [OpenClaw Chinese](https://github.com/1186258278/OpenClawChineseTranslation) — Chinese localization source

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
---
3131

32-
## 版本选择
32+
## 版本选择
3333

3434
本项目提供 **两个版本** 的预编译安装包,从同一个仓库同一个 CI 流水线构建:
3535

@@ -42,7 +42,7 @@
4242

4343
---
4444

45-
## �📥 安装方法
45+
## 安装方法
4646

4747
### Windows(推荐:安装向导)
4848

@@ -78,7 +78,7 @@ curl -fsSL https://dl.qrj.ai/openclaw/install.sh | EDITION=en bash
7878

7979
---
8080

81-
## 📥 下载一览
81+
## 下载一览
8282

8383
### 汉化版 (`openclaw-zh-*`)
8484

@@ -102,7 +102,7 @@ curl -fsSL https://dl.qrj.ai/openclaw/install.sh | EDITION=en bash
102102

103103
---
104104

105-
## 🚀 快速开始
105+
## 快速开始
106106

107107
```bash
108108
# 查看帮助
@@ -136,7 +136,7 @@ openclaw status
136136

137137
---
138138

139-
## 🏗️ 构建原理
139+
## 构建原理
140140

141141
本项目的核心思想:**在 CI 的各平台 runner 上预编译所有原生模块,打包 Node.js 运行时 + 完整 node_modules 成自包含发行包。**
142142

@@ -174,7 +174,7 @@ OPENCLAW_PKG=openclaw bash scripts/package-unix.sh
174174

175175
---
176176

177-
## 🔄 更新
177+
## 更新
178178

179179
### 自动更新
180180
ClawPanel 会自动检测新版本并提示更新。
@@ -192,7 +192,7 @@ curl -fsSL https://dl.qrj.ai/openclaw/install.sh | bash
192192

193193
---
194194

195-
## 常见问题
195+
## 常见问题
196196

197197
### Q: 汉化版和原版有什么区别?
198198
A: 功能完全一致。区别在于界面语言和提示文本——汉化版是中文,原版是英文。汉化版基于 [`@qingchencloud/openclaw-zh`](https://github.com/1186258278/OpenClawChineseTranslation),原版基于官方 [`openclaw`](https://github.com/openclaw/openclaw) npm 包。
@@ -211,7 +211,7 @@ A: 可以,但建议只保留一个。如果两个都在 PATH 中,系统会
211211

212212
---
213213

214-
## 📄 许可证
214+
## 许可证
215215

216216
[AGPL-3.0](LICENSE) + 商业授权
217217

@@ -220,7 +220,7 @@ A: 可以,但建议只保留一个。如果两个都在 PATH 中,系统会
220220

221221
---
222222

223-
## 🔗 相关项目
223+
## 相关项目
224224

225225
- [OpenClaw](https://github.com/openclaw/openclaw) — AI 智能体引擎(上游官方)
226226
- [OpenClaw 汉化版](https://github.com/1186258278/OpenClawChineseTranslation) — 汉化版源码

0 commit comments

Comments
 (0)