diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ca5c5..6e68905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -358,3 +358,14 @@ - 清理了项目代码 - 修改了侧边卡片的样式 - 修改了原 DaisyUI 内建的逻辑,改成点击按钮收回而不是点击外部收回 + +## [2.5.6] - 2024-8-22 + +### Features + +- 添加了图片放大功能(仅对 BaseCard 中的图片有效) + +### Refactored + +- 根据用户反馈,回退了手机端导航栏的逻辑 +- 修改了在博客页面下标签栏的标题 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2524f22..328beb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frosti", - "version": "2.5.5", + "version": "2.5.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frosti", - "version": "2.5.5", + "version": "2.5.6", "dependencies": { "@astrojs/check": "^0.8.3", "@astrojs/mdx": "^2.3.1", diff --git a/package.json b/package.json index cbb6e77..f062304 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frosti", "type": "module", - "version": "2.5.5", + "version": "2.5.6", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/src/components/Header.astro b/src/components/Header.astro index 3eddb8a..8fc8d47 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -7,29 +7,27 @@ import { SITE_TITLE } from "../consts"; class="navbar max-md:translate-y-0 fixed px-2 w-full transform -translate-y-full text-center z-50 transition-transform bg-base-100 shadow-xl" > - +