Skip to content

2.8.0-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@EveSunMaple EveSunMaple released this 03 Nov 03:05
· 5 commits to main since this 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

b2a6078dbf0f62f98b884f31dd8469cb

085a1144b25acd793333d09065589b5e

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 in consts.ts as a configuration for the website's language.
  • Added DAIYSUI_THEME in consts.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 in consts.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