2024-06-10 05:04:55 +08:00
|
|
|
|
<h1 align="center">halo-theme-dream2.0-plus</h1>
|
2023-03-21 10:49:35 +08:00
|
|
|
|
|
|
|
|
|
<p align="center">
|
2024-04-08 10:25:35 +08:00
|
|
|
|
<a href="https://github.com/zsjy/halo-theme-dream2.0-plus/releases"><img alt="releases" src="https://img.shields.io/github/release/zsjy/halo-theme-dream2.0-plus.svg?style=flat-square"/></a>
|
|
|
|
|
<a href="https://github.com/zsjy/halo-theme-dream2.0-plus/blob/master/LICENSE"><img alt="license" src="https://img.shields.io/github/license/zsjy/halo-theme-dream2.0-plus?style=flat-square"/></a>
|
|
|
|
|
<a href="https://github.com/zsjy/halo-theme-dream2.0-plus/releases"><img alt="downloads" src="https://img.shields.io/github/downloads/zsjy/halo-theme-dream2.0-plus/total.svg?style=flat-square"/></a>
|
|
|
|
|
<a href="https://github.com/zsjy/halo-theme-dream2.0-plus/commits"><img alt="commits" src="https://img.shields.io/github/last-commit/zsjy/halo-theme-dream2.0-plus.svg?style=flat-square"/></a>
|
2024-06-11 11:38:09 +08:00
|
|
|
|
<a href="https://afdian.net/a/org-zsjy"><img alt="donate" src="https://img.shields.io/badge/$-donate-ff69b4.svg?style=flat-square"/></a>
|
2023-03-21 10:49:35 +08:00
|
|
|
|
</p>
|
2023-03-27 21:29:51 +08:00
|
|
|
|
|
2024-07-10 11:50:36 +08:00
|
|
|
|
本仓库为 `Halo 2.x` 主题仓库。
|
2023-03-21 10:49:35 +08:00
|
|
|
|
|
2024-07-17 07:32:31 +08:00
|
|
|
|
## [主题预览](https://www.sw0.top/?preview-theme=theme-dream2-plus)
|
2024-03-24 09:38:04 +08:00
|
|
|
|
|
2024-07-07 16:34:16 +08:00
|
|
|
|
- [主题文档](https://www.sw0.top/docs/halo-theme-dream2.0)
|
2024-07-07 16:26:29 +08:00
|
|
|
|
- [侧边栏组件](https://www.sw0.top/docs/halo-theme-dream2.0/theme/sidebar-assembly)
|
2023-03-21 10:49:35 +08:00
|
|
|
|
|
2024-05-11 09:34:21 +08:00
|
|
|
|
## 开发中功能
|
2024-07-12 21:32:28 +08:00
|
|
|
|
- 开发中功能已发布为**预发行版**,开发中的功能不保证留存到正式版,包括但不限于:主题配置位置、配置方式、页面样式等等。
|
2024-05-11 08:32:34 +08:00
|
|
|
|
|
2023-03-21 10:49:35 +08:00
|
|
|
|
|
2024-04-08 10:25:35 +08:00
|
|
|
|
## 版本适配关系
|
2023-03-21 10:49:35 +08:00
|
|
|
|
|
2024-04-23 08:27:32 +08:00
|
|
|
|
| 主题版本 | 适配Halo版本 | 测试用Halo版本 |
|
|
|
|
|
| ----------- |----------| -------------- |
|
2024-06-14 19:26:30 +08:00
|
|
|
|
| x.x | 2.15.0+ | 2+ |
|
2023-03-21 10:49:35 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-04-08 10:25:35 +08:00
|
|
|
|
## 安装 & 更新
|
2023-03-21 10:49:35 +08:00
|
|
|
|
|
2024-06-09 13:51:01 +08:00
|
|
|
|
1. 进入主题 [Release](https://github.com/zsjy/halo-theme-dream2.0-plus/releases) 界面,下载主题压缩包 `halo-theme-dream2.0-plus.zip` 压缩包文件;
|
2024-04-08 10:25:35 +08:00
|
|
|
|
2. 进入博客后台管理 `主题->主题管理->安装主题`,选择下载的 `halo-theme-dream2.0-plus.zip` 安装包进行上传;
|
2023-03-21 10:49:35 +08:00
|
|
|
|
3. 等待安装完成;
|
2024-04-08 10:25:35 +08:00
|
|
|
|
4. 更新方法同上。
|
2023-03-21 10:49:35 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-04-08 10:25:35 +08:00
|
|
|
|
## 参与主题开发
|
2023-03-21 10:49:35 +08:00
|
|
|
|
|
|
|
|
|
1. 开发环境准备
|
|
|
|
|
- 安装 `nodejs` 版本需要在 `15+`;
|
2024-07-07 16:34:16 +08:00
|
|
|
|
- 主题目录下执行 `npm i` 安装依赖。
|
2023-03-21 10:49:35 +08:00
|
|
|
|
|
|
|
|
|
2. npm 命令
|
2023-03-25 12:46:08 +08:00
|
|
|
|
|
|
|
|
|
- `npm run lint` 执行代码风格校验。
|
|
|
|
|
- `npm run zip` 执行安装包打包,在无须重新编译 `js/css` 时使用。
|
|
|
|
|
|
2023-03-21 10:49:35 +08:00
|
|
|
|
- `npm run build` 执行主题打包操作,主题将被打包为压缩包文件存放在 `dist/` 目录下,同时 `source` 目录下的文件也将被更新。
|
|
|
|
|
- `npm run build --devel` 开发模式进行主题打包,`js` 和 `css` 不会被做压缩和混淆处理,方便排查问题。
|
|
|
|
|
- `npm run release --tag=$version` 发布模式执行主题打包操作,将自动更新主题中的版本号,并使用这个版本标签重新创建 `FreeCDN` 清单文件。
|