hexo-theme-stellar 1.43.0 → 1.43.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/_config.yml +1 -1
- package/package.json +1 -1
- package/source/css/_components/sidebar/footer.styl +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.43.1
|
|
4
|
+
|
|
5
|
+
> 发布日期:2026-08-20
|
|
6
|
+
|
|
7
|
+
### 修复
|
|
8
|
+
- 左栏 Footer Social 的外部图片图标统一为 24×24px,非方形图片保持原始比例,避免固有尺寸撑宽按钮或被裁切
|
|
9
|
+
- 发版脚本自动同步主题配置、包信息与安装知识库的版本号,并在最终待提交状态执行完整质量检查
|
|
10
|
+
|
|
11
|
+
Full Changelog: [1.43.0...1.43.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.43.0...1.43.1)
|
|
12
|
+
|
|
3
13
|
## 1.43.0
|
|
4
14
|
|
|
5
15
|
> 发布日期:2026-08-20
|
package/_config.yml
CHANGED
package/package.json
CHANGED