Skip to content

Commit ecffd5e

Browse files
authored
docs: add version comparison section to intro.md for Halo editions (#567)
* docs: add version comparison section to intro.md for Halo editions * docs: 回退部分修改
1 parent a2cb7d7 commit ecffd5e

File tree

2 files changed

+33
-15
lines changed

2 files changed

+33
-15
lines changed

docs/intro.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,17 @@ slug: /
1414
</p>
1515

1616
<p align="center"><b>Halo</b> [ˈheɪloʊ],强大易用的开源建站工具。</p>
17-
<p align="center">
17+
18+
<p align="center" style={{display: 'flex', justifyContent: 'center', gap: '4px'}}>
1819
<a href="https://github.com/halo-dev/halo/releases"><img alt="GitHub release" src="https://img.shields.io/github/release/halo-dev/halo.svg?style=flat-square&include_prereleases" /></a>
1920
<a href="https://hub.docker.com/r/halohub/halo"><img alt="Docker pulls" src="https://img.shields.io/docker/pulls/halohub/halo?style=flat-square" /></a>
2021
<a href="https://github.com/halo-dev/halo/commits"><img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/halo-dev/halo.svg?style=flat-square" /></a>
2122
<a href="https://github.com/halo-dev/halo/actions"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/halo-dev/halo/halo.yaml?branch=main&style=flat-square" /></a>
2223
<a href="https://codecov.io/gh/halo-dev/halo"><img alt="Codecov percentage" src="https://img.shields.io/codecov/c/github/halo-dev/halo/main?style=flat-square&token=YsRUg9fall"/></a>
23-
<a href="https://gitcode.com/feizhiyun/Halo"><img src="https://gitcode.com/feizhiyun/Halo/star/badge.svg" alt="GitCode Stars"></a>
24-
<a href="https://www.producthunt.com/posts/halo-6b401e75-bb58-4dff-9fe9-2ada3323c874?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-halo&#0045;6b401e75&#0045;bb58&#0045;4dff&#0045;9fe9&#0045;2ada3323c874" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=407442&theme=light" alt="Halo - Powerful&#0032;and&#0032;easy&#0045;to&#0045;use&#0032;Open&#0045;Source&#0032;website&#0032;building&#0032;tool | Product Hunt" style="height: 20px;" height="20px" /></a>
25-
<br />
24+
<a href="https://www.producthunt.com/posts/halo-6b401e75-bb58-4dff-9fe9-2ada3323c874?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-halo&#0045;6b401e75&#0045;bb58&#0045;4dff&#0045;9fe9&#0045;2ada3323c874" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=407442&theme=light" alt="Halo - Powerful&#0032;and&#0032;easy&#0045;to&#0045;use&#0032;Open&#0045;Source&#0032;website&#0032;building&#0032;tool | Product Hunt" style={{height: '20px'}} height="20px" /></a>
25+
</p>
26+
27+
<p align="center" style={{display: 'flex', justifyContent: 'center', gap: '4px'}}>
2628
<a href="https://www.halo.run">官网</a>
2729
<a href="https://docs.halo.run">文档</a>
2830
<a href="https://bbs.halo.run">社区</a>
@@ -42,18 +44,16 @@ slug: /
4244
docker run -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.22
4345
```
4446

45-
或者点击下方按钮使用 [Gitpod](https://gitpod.io/) [ClawCloud Run](https://template.us-west-1.run.claw.cloud/deploy?templateName=halo) 启动一个体验环境:
47+
或者点击下方按钮使用 [Gitpod](https://gitpod.io/) 启动一个体验环境:
4648

4749
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/halo-sigs/gitpod-demo)
4850

49-
[![Run on ClawCloud](https://raw.githubusercontent.com/ClawCloud/Run-Template/refs/heads/main/Run-on-ClawCloud.svg)](https://template.us-west-1.run.claw.cloud/deploy?templateName=halo)
50-
5151
以上仅作为体验使用,详细部署文档请查阅:[https://docs.halo.run/getting-started/install/docker-compose](https://docs.halo.run/getting-started/install/docker-compose)
5252

5353
## 在线体验
5454

55-
- 环境地址:<https://demo.halocms.site>
56-
- 后台地址:<https://demo.halocms.site/console>
55+
- 环境地址:[https://demo.halocms.site](https://demo.halocms.site)
56+
- 后台地址:[https://demo.halocms.site/console](https://demo.halocms.site/console)
5757
- 用户名:`demo`
5858
- 密码:`P@ssw0rd123..`
5959

@@ -100,9 +100,3 @@ Halo 使用 GPL-v3.0 协议开源,请遵守开源协议。
100100
## 状态
101101

102102
![Repobeats analytics](https://repobeats.axiom.co/api/embed/ad008b2151c22e7cf734d2688befaa795d593b95.svg "Repobeats analytics image")
103-
104-
<a href="https://github.com/halo-dev/halo/graphs/contributors"><img src="https://opencollective.com/halo/contributors.svg?width=890&button=false" /></a>
105-
106-
## 状态
107-
108-
![Repobeats analytics](https://repobeats.axiom.co/api/embed/ad008b2151c22e7cf734d2688befaa795d593b95.svg "Repobeats analytics image")

versioned_docs/version-2.23/intro.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,30 @@ docker run -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.2
5757
- 用户名:`demo`
5858
- 密码:`P@ssw0rd123..`
5959

60+
## 版本对比
61+
62+
**Halo 社区版**:开源免费, 遵循 GPLv3 协议
63+
64+
- [x] 适合个人开发者、技术爱好者、开源项目
65+
- [x] 零成本搭建博客、作品集、技术文档站
66+
- [x] 超过 100 款免费主题和插件
67+
68+
**Halo 专业版**:在社区版基础上,集成 10+ 高价值功能
69+
70+
- [x] 移动端 APP:随时随地管理内容
71+
- [x] AI 智能建站:快速生成专业站点
72+
- [x] 手机号验证登录:提升安全与用户体验
73+
- [x] 全站私有化部署:保障数据主权
74+
- [x] 付费主题/插件市场:专享精品主题和 SEO 优化、付费阅读、AI 助手等 10 款付费插件
75+
76+
**Halo 商业版**:在专业版基础上,集成在线商城重磅功能
77+
78+
- [x] 一体化在线商城:商品管理、订单处理、支付对接全流程
79+
- [x] 为中国商家定制:无缝集成微信支付、支付宝等本土生态
80+
- [x] 品牌官网 + CMS + 线上店铺一站式落地,助力生意高效增长
81+
82+
关于三个版本的详细对比,请参考[版本对比](https://www.lxware.cn/halo)
83+
6084
## 生态
6185

6286
可访问 [官方应用市场](https://www.halo.run/store/apps)[awesome-halo 仓库](https://github.com/halo-sigs/awesome-halo) 查看适用于 Halo 2.x 的主题和插件。

0 commit comments

Comments
 (0)