mirror of
https://github.com/halo-dev/theme-earth.git
synced 2025-11-30 01:02:18 +08:00
9f2b374468a327563e78eda6749ce189419bd370
适配 MenuItem 的 target 属性,支持设置菜单打开方式,参考: - https://docs.halo.run/developer-guide/theme/finder-apis/menu - https://github.com/halo-dev/halo/pull/3072 注意,因为 target 属性是在 2.1.0 之后添加的,所以主题的 requires 设置为了 `>=2.1.0`。 /kind feature ```release-note 适配 Halo 菜单项打开方式的设置。 ```
Earth
Halo 2.0 的默认主题。
开发
git clone git@github.com:halo-dev/theme-earth.git ~/halo2-dev/themes/theme-earth
cd ~/halo2-dev/themes/theme-earth
pnpm install
pnpm dev
主题开发文档可查阅:https://docs.halo.run/2.0.0-SNAPSHOT/developer-guide/theme/prepare
构建
如果你使用的是 Windows 操作系统,请安装
make命令并在 Git Bash 或 WSL 中执行。
make build
然后将 dist 目录压缩成 ZIP 格式压缩包即可在 Halo 后台上传安装。
Description
Languages
HTML
71.1%
CSS
19.4%
TypeScript
7.4%
SCSS
1.5%
JavaScript
0.6%
