补充 Artalk 和博客文章页
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-05 20:34:57 +08:00
parent 29b3c89c40
commit 5e53a213e6
8 changed files with 162 additions and 11 deletions

26
package-lock.json generated
View File

@ -5,7 +5,6 @@
"requires": true,
"packages": {
"": {
"name": "20260327_blog_frontend_v2",
"version": "0.0.1",
"dependencies": {
"@astrojs/node": "^10.0.4",
@ -20,6 +19,7 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@unocss/reset": "^66.6.7",
"artalk": "^2.9.1",
"astro": "^6.1.0",
"astro-icon": "^1.1.5",
"axios": "^1.13.6",
@ -3271,6 +3271,18 @@
"url": "https://github.com/sponsors/wooorm"
}
},
"node_modules/artalk": {
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/artalk/-/artalk-2.9.1.tgz",
"integrity": "sha512-IFo9XqWDalsHy8BsmMA5SSB9bozBa/sBhTm/+O5KwA6DnC95lFKv7C6ScMx/Xa4ue5qSQ7VV5vxRgCh/raohkQ==",
"license": "MIT",
"dependencies": {
"marked": "^14.1.2"
},
"peerDependencies": {
"marked": "^14.1.0"
}
},
"node_modules/astro": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-6.1.0.tgz",
@ -5845,6 +5857,18 @@
"url": "https://github.com/sponsors/wooorm"
}
},
"node_modules/marked": {
"version": "14.1.4",
"resolved": "https://registry.npmjs.org/marked/-/marked-14.1.4.tgz",
"integrity": "sha512-vkVZ8ONmUdPnjCKc5uTRvmkRbx4EAi2OkTOXmfTDhZz3OFqMNBM1oTTWwTr4HY4uAEojhzPf+Fy8F1DWa3Sndg==",
"license": "MIT",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 18"
}
},
"node_modules/math-intrinsics": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",