2.8.0-rc
Pre-release
Pre-release
[2.8.0] - 2024-11-3
Features
- 学习了 Astro 中自定义元素的用法,现在两个交互按钮单独分为 widget 可以重用
- 在
consts.ts
新增了SITE_LANG
作为网站的语言配置 - 在
consts.ts
新增了DAIYSUI_THEME
作为 DaiysUI 的主题配置,详见 https://daisyui.com/docs/themes/ (此内容需要更多适配) - 在
consts.ts
新增了CODE_THEME
作为 shiki 的主题配置
preview
Refactored
- 侧边栏与导航栏修改
- 移除了不必要的工具
- 修改了 active 样式(选择性)
Fix
- 修复了控制台报错
- 补上了
ProjectCard
缺失的颜色过渡
[2.8.0] - 2024-11-3
Features
- Learned how to use custom elements in Astro; now the two interactive buttons are separated into reusable widgets.
- Added
SITE_LANG
inconsts.ts
as a configuration for the website's language. - Added
DAIYSUI_THEME
inconsts.ts
as a configuration for DaiysUI's theme. For more details, see https://daisyui.com/docs/themes/ (this content requires more adaptation). - Added
CODE_THEME
inconsts.ts
as a configuration for shiki's theme.
Refactored
- Modified the sidebar and navigation bar.
- Removed unnecessary tools.
- Changed the active styles (selectively).
Fix
- Fixed console errors.
- Added the missing color transition for
ProjectCard
.
More
There are still some known issues and areas for improvement in this version, which will be released as the RC version first
Full Changelog: v2.7.1...v2.8.0-rc