Skip to content

Commit 129bc9d

Browse files
committed
chore: 更新依赖版本并添加备案信息
更新了astro及相关依赖到最新版本,同时在页脚添加了网站备案信息 ``` 这个提交消息: 1. 使用`chore`类型,因为这些更改既不是新功能也不是错误修复,而是维护性更新 2. 简洁地描述了主要变更: - 更新依赖版本 - 添加备案信息 3. 符合中文表达习惯,同时遵循了提交消息规范
1 parent 8294c33 commit 129bc9d

3 files changed

Lines changed: 41 additions & 35 deletions

File tree

blog-web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"start": "HOST=0.0.0.0 PORT=4321 node ./dist/server/entry.mjs"
1212
},
1313
"dependencies": {
14-
"@astrojs/node": "^9.2.1",
14+
"@astrojs/node": "^9.2.2",
1515
"@astrojs/sitemap": "^3.4.0",
16-
"@astrojs/solid-js": "^5.0.10",
16+
"@astrojs/solid-js": "^5.1.0",
1717
"@tailwindcss/vite": "^4.1.7",
18-
"astro": "^5.7.12",
18+
"astro": "^5.8.0",
1919
"axios": "^1.9.0",
2020
"daisyui": "^5.0.35",
2121
"lucide-solid": "^0.511.0",

blog-web/pnpm-lock.yaml

Lines changed: 33 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blog-web/src/components/Footer.astro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ const currentYear = new Date().getFullYear();
88
<h2 class="text-xl font-bold">精致的芯 - 精致的私人博客</h2>
99
<p>Email: xiaolongqq1Y@163.com</p>
1010
<p>Copyright © 2022-{currentYear} 精致 All Rights Reserved</p>
11+
<a
12+
href="https://beian.miit.gov.cn/"
13+
target="_blank"
14+
class="link link-hover">蒙ICP备2025026598号</a
15+
>
1116
</div>
1217

1318
<div class="mt-8 md:mt-0">

0 commit comments

Comments
 (0)