功能优化
- 适配 Halo 2.22
Halo版本最低要求:2.22.0
Halo版本最低要求:2.22.0
Halo版本最低要求:2.22.0
repeater 组件替换为新的 array 组件;
图标class 输入框升级为 iconify 组件,支持选择图标和输入 class 两种方式。图标class 输入框升级为 iconify 组件为破坏性的更新,升级前建议备份,便于在升级后重新设置并恢复,未重新设置不会导致前台无法加载。侧边栏信息-主题按钮需要重新配置才会显示图标。radio 组件替换为 select 组件,优化设置项空间布局。Full Changelog: https://github.com/hcjike/halo-theme-dream2.0-plus/compare/1.10.2...1.11.0
Generated from 1.11.0
Full Changelog: v1.6.1...v1.7.0
Generated from v1.7.0
Full Changelog: v1.13.2...v1.14.0
Generated from v1.14.0
Full Changelog: v1.13.2...v1.14.0
Generated from v1.14.0
Generated from 1.0.1
适配 Halo 2.22.0
调整时间轴标记位置并优化样式
Full Changelog: v1.13.2...v1.14.0-beta.1
Generated from v1.14.0-beta.1
; 号分割,不再显示中括号与引号等。Generate from v1.0.0
详情请参阅更新日志(在 GitHub 上查看)。
Please refer to Changelog (view on GitHub) for details.
howiehz-higan-cn.zip 为简体中文配置文件版本。
howiehz-higan-en.zip is the English configuration file version.
此版本修改了设置表单中图标选择器的数据结构,所以如果你使用了 1.8.0-beta.1,需要在主题设置中重新配置各个表单项的图标,否则页面会渲染异常。
Generate from v1.0.1
Full Changelog: https://github.com/alsdhkauuhw/halo-plugin-live2D/commits/v1.0
Generate from v1.0
详情请参阅更新日志(在 GitHub 上查看)。
Please refer to Changelog (view on GitHub) for details.
howiehz-higan-cn.zip 为简体中文配置文件版本。
howiehz-higan-en.zip is the English configuration file version.
本次主题更新后,请务必将「主题驱动插件」升级至 V1.3.0 版本,否则可能导致主题功能异常。
在主题中创建一个名为 douban.html 的模板,最基础的示例如下:
<th:block th:replace="~{plugin:plugin-douban:modules/style}"></th:block>
<main class="main">
<div class="layoutSingleColumn layoutSingleColumn--wide u-paddingTop50">
<th:block th:replace="~{plugin:plugin-douban:modules/douban}"></th:block>
</div>
</main>
<th:block th:replace="~{plugin:plugin-douban:modules/script}"></th:block>
</main>
在主题中创建一个名为 equipments.html 的模板,最基础的示例如下:
<th:block th:replace="~{plugin:equipment:modules/style}"></th:block>
<main class="layout">
<th:block th:replace="~{plugin:equipment:modules/equipment}"></th:block>
</main>
感谢 @AR-26710 贡献
Generated from 1.0.5-alpha.1
主题 - 文章设置 - 文章/页面元信息显示;首页列表、文章详情页、页面详情页的元信息显示内容及顺序。基础信息-文章阅读量、基础信息-点赞量及文章设置-显示文章/页面编辑按键统一并入上述文章/页面元信息显示功能进行管理。Full Changelog: 1.10.1...1.10.2
Generated from 1.10.2
详情请参阅更新日志(在 GitHub 上查看)。
Please refer to Changelog (view on GitHub) for details.
howiehz-higan-cn.zip 为简体中文配置文件版本。
howiehz-higan-en.zip is the English configuration file version.
feat: 适配画廊,优化灯箱展示
refactor: 移除对阿里图标库支持
feat: 适配 halo2.22 color、array 组件,图片支持 iconify 组件
Generated from 1.0.4-alpha.1
feat: 增加多级菜单
fix: 解决封面图无法显示问题
feat: 微语模块支持自定义无文字时的显示文案
feat: 支持根据标题动态设置提示文字
fix: 修复无文字内容但有媒体资源时微语不显示的问题
refactor: 优化微语模块内容解析逻辑
feat: 文章可单独添加原创声明和授权协议
feat: 为置顶文章添加图标
@AR-26710 感谢多次贡献
Generated from 1.0.3
优化 JS CSS 加载逻辑
新增预加载功能
优化分页组件统一样式
图片加载增加骨架屏
新增可隐藏无封面图默认图
feat: 为带有子菜单的一级菜单添加超链接 @AR-26710
fix: 修复当没有封面图时 post-header 没有圆角边框的问题 @AR-26710
为侧边栏微语添加超链接功能 @AR-26710
fix: 修复微语链接样式继承问题 @AR-26710
pref: 优化微语组件内容渲染逻辑 @AR-26710
fix: 修复获取数量错误问题 @AR-26710
优化瞬间详情
Generated from 1.0.2
更新开发依赖至最新版本
升级@iconify/json、@types/node、@typescript-eslint系列、daisyui、prettier、prettier-plugin-tailwindcss、typescript-eslint和vite至最新版本。同步更新相关依赖包括browserslist、caniuse-lite和baseline-browser-mapping。
Generated from 1.0.10
1、重构CSS文件结构,优化性能并统一样式规范
将内联样式提取至公共CSS文件,移除冗余的will-change和transform属性以提升渲染性能。统一使用data-color-scheme判断暗色模式,替换prefers-color-scheme媒体查询。提取公共fadeInUp和slideInLeft动画至base.css供多页面复用。配置DaisyUI排除未使用组件以减小CSS体积。修复模态框滚动条处理逻辑,移除overflow强制覆盖。删除空的doc.css和doc.js文件。统一颜色变
2、重写doc模版,新增版本切换,优化ui
Generated from 1.0.9
Full Changelog: 1.9.9...1.10.1
Generated from 1.10.1
优化友链提交模态框性能和用户菜单交互体验,更新版本号至1.0.8
禁用友链提交模态框的DaisyUI默认过渡动画以提升性能,为输入框添加主题色发光聚焦效果和毛玻璃背景遮蔽。在用户下拉菜单中添加before伪元素创建桥接区域,改善鼠标悬停交互体验。
Generated from 1.0.8
feat: 文章点赞功能 & UI优化 & 友情链接修改
Generated from 1.0.1
优化标签处理逻辑优先返回已存在的标签
优化标签选择 UI 操作界面更直观
新增摘要生产手动更新标记,防止用户改后 AI 更新
新增关闭 UI 摘要框,保留摘要注入
Generated from 3.1.6
详情请参阅更新日志(在 GitHub 上查看)。
Please refer to Changelog (view on GitHub) for details.
howiehz-higan-cn.zip 为简体中文配置文件版本。
howiehz-higan-en.zip is the English configuration file version.
Full Changelog: 2.0.0...2.1.0
Generated from 2.1.0
Full Changelog: 0.1.1-alpha...0.1.2
Generated from 0.1.2
新增文档中心模版
适配文档中心后端控制组件
Full Changelog: 1.9.8...1.9.9
Generated from 1.9.9
详情请参阅更新日志(在 GitHub 上查看)。
Please refer to Changelog (view on GitHub) for details.
howiehz-higan-cn.zip 为简体中文配置文件版本。
howiehz-higan-en.zip is the English configuration file version.
详情请参阅更新日志(在 GitHub 上查看)。
Please refer to Changelog (view on GitHub) for details.
howiehz-higan-cn.zip 为简体中文配置文件版本。
howiehz-higan-en.zip is the English configuration file version.
本次更新主要修复了编辑器中双栏卡片布局样式丢失的问题,并进一步优化 AboutMe 页面与模块的样式及主题设置,使呈现更统一、配置更顺畅。
This update fixes the missing styles in the editor’s double-column card layout and refines the AboutMe page and module settings for a more consistent and streamlined presentation.
fix: 修复编辑器双栏卡片布局样式丢失
Fixed missing styles in the editor’s double-column card layout
pref: 优化 /AboutMe 页面样式
Improved styling of the AboutMe page for enhanced visual consistency
pref: 优化 /AboutMe 模块主题设置
Refined theme settings of the AboutMe module for better configuration experience
下载最新版本并覆盖旧文件即可。
Download the latest version and replace the old files.
更新前请备份当前主题配置,以防数据丢失。
Please back up your current theme settings before updating to avoid data loss.
Full Changelog: https://github.com/w-flac/theme-mego/compare/2.3.6...2.3.7
Full Changelog: v1.5.3...v1.5.4
Generated from v1.5.4
本次更新为主题带来了更多可定制能力:新增自定义QQ 图标支持,为主题切换提供默认控制选项,并修复了 /moment 页面自定义文字不渲染的问题。
This update enhances theme customization with a custom QQ icon option, adds default control for theme switching, and fixes the issue of custom text not rendering on the /moment page.
style: 添加自定义 QQ 图标支持
Added support for a custom QQ icon
feat: 为主题切换新增默认控制选项
Added default control option for theme switching
fix: 修复 /moment 页面自定义文字未渲染的问题
Fixed the issue where custom text on the /moment page did not render
下载最新版本并覆盖旧文件即可。
Download the latest version and replace the old files.
更新前请备份当前主题配置,以防数据丢失。
Please back up your current theme settings before updating to avoid data loss.
Full Changelog: https://github.com/w-flac/theme-mego/compare/2.3.5...2.3.6
详情请参阅更新日志(在 GitHub 上查看)。
Please refer to Changelog (view on GitHub) for details.
howiehz-higan-cn.zip 为简体中文配置文件版本。
howiehz-higan-en.zip is the English configuration file version.
本次更新对页面样式进行了细节优化,使整体视觉更统一、更精致。同时新增友链评论的自定义显示支持,让展示方式更灵活、更贴合站点需求。
This update refines page styling for a more polished visual experience and introduces customizable comment display for friend links, offering greater flexibility in presentation.
pref: 优化页面样式表现
Improved page styling for a more refined and consistent visual experience
feat: 友链支持评论自定义显示
Added customizable comment display support for friend links
Issue: #37
下载最新版本并覆盖旧文件即可。
Download the latest version and replace the old files.
更新前请备份当前主题配置,以防数据丢失。
Please back up your current theme settings before updating to avoid data loss.
新增Github仓库信息展示
新增Github贡献数据展示
新增Github常用编程语言展示
新增Github活力图表展示
灵感来源于🈚️:地址
优化前端资源加载速度
优化github编辑器操作逻辑
兼容老版本umami接口数据返回不一致问题
#1
Generated from 1.0.3
新增Github仓库信息展示
新增Github贡献数据展示
新增Github常用编程语言展示
新增Github活力图表展示
灵感来源于🈚️:地址
优化前端资源加载速度
兼容老版本umami接口数据返回不一致问题
#1
Generated from 1.0.2
新增Github仓库信息展示
新增Github贡献数据展示
新增Github常用编程语言展示
新增Github活力图表展示
优化前端资源加载速度
Generated from 1.0.2
详情请参阅更新日志(在 GitHub 上查看)。
Please refer to Changelog (view on GitHub) for details.
howiehz-higan-cn.zip 为简体中文配置文件版本。
howiehz-higan-en.zip is the English configuration file version.
Full Changelog: https://github.com/w-flac/theme-corner/compare/0.3.0...0.3.1
Full Changelog: https://github.com/w-flac/theme-corner/compare/0.2.1...0.3.0
详情请参阅更新日志(在 GitHub 上查看)。
Please refer to Changelog (view on GitHub) for details.
howiehz-higan-cn.zip 为简体中文配置文件版本。
howiehz-higan-en.zip is the English configuration file version.
详情请参阅更新日志(在 GitHub 上查看)。
Please refer to Changelog (view on GitHub) for details.
howiehz-higan-cn.zip 为简体中文配置文件版本。
howiehz-higan-en.zip is the English configuration file version.
配置的逻辑变更, 需要先备份配置
Full Changelog: 1.3.0...2.0.0
Generated from 2.0.0