@xingwangzhe/stalux 1.26.1 → 1.26.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xingwangzhe/stalux",
3
- "version": "1.26.1",
3
+ "version": "1.26.2",
4
4
  "description": "A powerful, modern Astro blog theme — use as template or install as plugin",
5
5
  "keywords": [
6
6
  "astro",
@@ -87,17 +87,17 @@
87
87
  "build:debug": "STALUX_DEBUG=1 astro build --verbose && bun run verify:build"
88
88
  },
89
89
  "dependencies": {
90
- "@astrojs/markdown-satteri": "0.4.1",
90
+ "@astrojs/markdown-satteri": "0.4.2",
91
91
  "@astrojs/rss": "^4.0.19",
92
92
  "@astrojs/sitemap": "^3.7.4",
93
93
  "@expressive-code/plugin-line-numbers": "^0.44.2",
94
- "@lucide/astro": "^1.42.0",
94
+ "@lucide/astro": "^1.47.0",
95
95
  "@mcp-b/webmcp-polyfill": "^5.1.0",
96
96
  "@pagefind/component-ui": "^1.5.2",
97
97
  "@waline/client": "^3.15.2",
98
- "@xingwangzhe/satteri-mermaid": "0.7.7",
99
- "@xingwangzhe/satteri-photoswipe": "^0.2.4",
100
- "@xingwangzhe/tags-cloud": "^1.2.7",
98
+ "@xingwangzhe/satteri-mermaid": "0.7.8",
99
+ "@xingwangzhe/satteri-photoswipe": "^0.2.5",
100
+ "@xingwangzhe/tags-cloud": "^1.2.8",
101
101
  "astro-expressive-code": "^0.44.2",
102
102
  "astro-seo": "^1.2.0",
103
103
  "astro-typewriter": "^1.2.0",
@@ -105,21 +105,21 @@
105
105
  "pagefind": "^1.5.2",
106
106
  "photoswipe": "^5.4.4",
107
107
  "satteri": "^0.10.5",
108
- "simple-icons": "^16.30.0",
109
- "subset-font": "^2.7.0",
108
+ "simple-icons": "^16.32.0",
109
+ "subset-font": "^2.9.0",
110
110
  "temml": "^0.13.5"
111
111
  },
112
112
  "devDependencies": {
113
113
  "@astrojs/check": "0.9.10",
114
- "@biomejs/biome": "2.5.12",
115
- "@vitest/coverage-v8": "5.0.0",
116
- "astro": "^7.3.2",
117
- "knip": "^6.35.1",
114
+ "@biomejs/biome": "2.5.14",
115
+ "@vitest/coverage-v8": "5.0.1",
116
+ "astro": "^7.3.4",
117
+ "knip": "^6.37.0",
118
118
  "typescript": "npm:@typescript/typescript6@6.0.2",
119
- "vite": "8.2.2",
120
- "vitest": "5.0.0"
119
+ "vite": "8.3.0",
120
+ "vitest": "5.0.1"
121
121
  },
122
122
  "peerDependencies": {
123
- "astro": "7.3.2"
123
+ "astro": "7.3.4"
124
124
  }
125
125
  }
@@ -262,7 +262,6 @@
262
262
  margin-bottom: 1rem;
263
263
  position: relative;
264
264
  padding: 0.35rem 0;
265
- border-bottom: 1px dashed var(--black-3p);
266
265
  display: flex;
267
266
  gap: 0.75rem;
268
267
  align-items: center;
@@ -1,8 +1,8 @@
1
+ /* 作者卡片为无边框设计:此处不声明 border */
1
2
  .author {
2
3
  display: flex;
3
4
  flex-direction: column;
4
5
  justify-content: center;
5
- border: 1px solid var(--color-border);
6
6
  margin-top: 4em;
7
7
  }
8
8
 
@@ -45,7 +45,6 @@
45
45
  .author {
46
46
  margin-top: 2em;
47
47
  padding: 1em 0.5em;
48
- border-width: 0.5px;
49
48
  max-width: 95vw;
50
49
  width: 100%;
51
50
  box-sizing: border-box;