3.0.0 #67
EveSunMaple
announced in
Announcements
3.0.0
#67
Replies: 2 comments 2 replies
-
当然,我还做了很多小的样式修改(比如链接样式)以及幕后的工作,比如使用自定义元素、类型声明、为博客添加草稿功能……还有各种小的细节。如果可以的话,我真切地希望您可以访问一下新的演示站点 https://frosti.saroprock.com/ ,留下你的想法或者反馈存在的问题! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great job ! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[3.0.0] - 2025-3-23
恭喜!Frosti v3 正式发布!🎉
Features
主要卡片修改
卡片布局修改
添加了新的组件
Card.astro
与CardGroup.astro
。后者包裹前者时,在手机端将会合并成一个卡片。示例代码:演示:
卡片样式修改
若有图片,标题将会浮在图片上方。同时右下角有一个可自定义的按钮,展示 description 或者更多信息。
演示:
侧边栏修改
Profile.astro
演示:
添加了新的侧边栏组件
搜索栏
标签、分类、以及归档按钮
演示:
修改了目录的样式与运动效果
演示:
添加了新的页面
归档页面
标签页面
分类页面
搜索页面
修改了原有的页面样式
新增了类似于工具栏的内容
演示:
以及其他等等:
演示:
新增 MDX 组件
GitHubStats.astro
RepositoryCard.astro
FeatureCard.astro
FriendCard.astro
添加了 404 页面

Refactored
修复了分页按钮的样式问题
修改了标签以及分类按钮的样式
修改了文章图片hover的效果
为了适配 Astro v5 重写的代码框:
演示:
Fix
Chore
EN
[3.0.0] - 2025-3-23
Congratulations! Frosti v3 is officially released! 🎉
Features
Major Card Update
Card Layout Update
Added new components
Card.astro
andCardGroup.astro
. When the latter wraps the former, they will merge into a single card on mobile devices. Example code:Demo:
Card Style Update
If an image is present, the title will float above it. Additionally, a customizable button will appear in the bottom-right corner, displaying a description or more information.
Demo:
Sidebar Update
Profile.astro
Demo:
Added New Sidebar Components
Search bar
Tags, categories, and archive buttons
Demo:
Updated Directory Styles and Animation Effects
Demo:
New Pages Added
Archive Page
Tag Page
Category Page
Search Page
Updated Existing Page Styles
Added toolbar-like content
Demo:
And many others:
Demo:
New MDX Components
GitHubStats.astro
RepositoryCard.astro
FeatureCard.astro
FriendCard.astro
Added 404 Page

Refactored
Fixed pagination button style issues
Modified tag and category button styles
Improved article image hover effect
Code blocks refactored to align with Astro v5:
Demo:
Fix
Chore
What's Changed
Full Changelog: v2.9.1...v3.0.0
This discussion was created from the release 3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions