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 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
@@ -1,6 +1,6 @@
1
1
  ######## Stellar info ########
2
2
  stellar:
3
- version: '1.43.0'
3
+ version: '1.43.1'
4
4
  homepage: 'https://xaoxuu.com/wiki/stellar/'
5
5
  repo: 'https://github.com/xaoxuu/hexo-theme-stellar'
6
6
  main_css: /css/main.css
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-stellar",
3
- "version": "1.43.0",
3
+ "version": "1.43.1",
4
4
  "description": "Elegant and powerful theme for Hexo.",
5
5
  "main": "package.json",
6
6
  "scripts": {
@@ -22,8 +22,9 @@
22
22
  box-shadow: none
23
23
  img
24
24
  flex: initial
25
- width: auto
26
- height: auto
25
+ width: 24px
26
+ height: 24px
27
+ object-fit: contain
27
28
  border-radius: 2px
28
29
  svg
29
30
  flex: initial