Releases: EveSunMaple/Frosti
Releases · EveSunMaple/Frosti
2.5.0-beta.3
[2.5.0-beta.3] - 2024-7-30
Features
consts.ts
添加了标签页的配置,这是主名称BaseLayout.astro
添加了标签页的配置,现在你可以为每一个页面添加属于它自己的标签页名称
Refactored
- 断言界定了 JS 中元素的类型,避免 TS 报错
- 调整了一下代码框结构,现在代码右侧与代码框有了一定的留白
- 调整了博客与项目页面的结构,统一
mt-8
mb-8
Fix
- 修复了昼夜切换按钮实际操作区域与显示区域不一致的问题
- 修复了昼夜切换按钮不同步的问题,现在两个按钮与其实际主题统一
EN
[2.5.0-beta.3] - 2024-7-30
Features
consts.ts
has added configuration for tab pages, which is the main name.BaseLayout.astro
has added configuration for tab pages, now you can add a tab page name that belongs to each page.
Refactored
- Assertions have defined the types of elements in JS to prevent TypeScript errors.
- The structure of the code box has been adjusted, now there is some whitespace on the right side of the code and the code box.
- The structure of the blog and project pages has been adjusted to unify
mt-8
mb-8
.
Fix
- Fixed the issue where the actual operating area of the day and night switch button is inconsistent with the display area.
- Fixed the issue where the day and night switch button was not synchronized, now the two buttons are unified with their actual theme.
特别感谢: @guobao2333 @KazariEX @Tikas
Full Changelog: v2.5.0-beta.2...v2.5.0-beta.3
2.5.0-beta.2
[2.5.0-beta.2] - 2024-7-29
Refactored
- 调整了一下代码框顶栏,现在元素垂直居中了
- 调整了在手机视图下卡片的 padding
Fix
- 修复了文章跳转 target 错误的问题(为什么才发现这个严重问题)
EN
[2.5.0-beta.2] - 2024-7-29
Refactored
- Adjusted the top bar of the code block, now elements are vertically centered.
- Adjusted the padding of cards in mobile view.
Fix
- Fixed the issue with incorrect target for article links (why was this critical issue discovered just now?).
Full Changelog: v2.5.0-beta...v2.5.0-beta.2
2.5.0-beta
[2.5.0-beta] - 2024-7-29
Features
- 现在行号和顶栏已经与代码分开且被固定
- 新增代码框显示语言的功能
Refactored
- 重写了代码框的结构(使用 shiki 转换器)
Fix
- 修复了在手机视图下卡片显得过小的问题
EN
[2.5.0-beta] - 2024-7-29
Features
- Line numbers and the top toolbar are now separated from the code and are fixed in place.
- Added a feature to display the language of the code block.
Refactored
- Rewrote the structure of the code block (using the shiki transformer).
Fix
- Fixed an issue where cards appeared too small in mobile view.
2.5.0-alpha.5
[2.5.0-alpha.5] - 2024-7-26
Fix
- 修复了项目卡片中错误的样式类
- 修复了有关于类型的问题,现已通过 check 0.8.2
EN
[2.5.0-alpha.5] - 2024-07-26
Fix
- Fixed incorrect style classes in project cards
- Resolved issues related to types, now passing check 0.8.2
2.5.0-alpha.4
[2.5.0-alpha.4] - 2024-7-24
Fix
- 修复了项目卡片无法获取信息的问题
- 修复了在博客、项目页面下目录跳转的问题
EN
[2.5.0-alpha.4] - 2024-7-24
Fix
- Fixed the issue where the project card could not retrieve information
- Fixed the issue of directory redirection on blog and project pages
2.5.0-alpha.3
[2.5.0-alpha.3] - 2024-7-23
Fix
- 修复了手机视图下导航栏消失不见的问题
EN
[2.5.0-alpha.3] - 2024-7-23
Fix
- Fixed the issue of the navigation bar disappearing in the phone view
2.5.0-alpha.2
[2.5.0-alpha.2] - 2024-7-22
Features
- 清理了 global.scss
- 为没有标签的文章自动添加了一个不可点击的未分类标签,视觉上更统一
- 为 collapse 与 diff 添加了 m-2 ,现在它们不会突出去了
Refactored
- 全部改成 Tailwind
Fix
- 修复了上一页、下一页按钮与页脚黏在一起的问题
EN
[2.5.0-alpha.2] - 2024-7-22
Features
- Cleaned up
global.scss
- Automatically added a non-clickable "Uncategorized" tag to posts without tags for a more consistent look
- Added
m-2
tocollapse
anddiff
, so they no longer stick out
Refactored
- Converted everything to Tailwind
Fix
- Fixed the issue where the previous and next buttons were sticking to the footer
2.5.0-alpha
[2.5.0-alpha] - 2024-7-22
Features
- 新增返回顶部按钮
- 新增适用于平板的界面样式
- 新增文章、仓库卡片的样式
- 新增导航栏图标,适配平板样式
- 现在你可以通过
consts.ts
自定义主题中的辅助文字内容
Refactored
- 全面重写页面,将原本的元素内滚动改成了通过 grid 搭建的页面,解决了无法平滑跳转、滚动条乱飞的问题。现在整个页面成为一个更紧密结合的整体
- 侧边栏重写,使用 sticky 定位,添加了图标
- 重写文章、仓库卡片的样式,现在文章的标题、简介不再会被隐藏而是会自动适应
- 重写文章、仓库卡片在小屏幕下的样式
- 重写按钮的样式,现在它们被集成到侧边栏中,而不是脱离于主页面
- 重写目录的样式,现在它会自动生成在侧边栏中
Fix
- 修复了原 tag 文件中变量的命名问题
- 统一了 Astro.props 的格式(使用断言)
- 修复了文章标题、简介过长导致的溢出问题
EN
[2.5.0-alpha] - 2024-07-22
Features
- Added a "Back to Top" button
- Added interface styles for tablets
- Added styles for article and repository cards
- Added navigation bar icons with tablet-style adaptation
- You can now customize the auxiliary text content in the theme through
consts.ts
Refactored
- Completely rewritten the page: converted from internal scrolling elements to a grid-based layout, solving issues with smooth transitions and erratic scrollbars. The entire page is now a more cohesive whole.
- Sidebar rewritten with sticky positioning and added icons
- Rewritten styles for article and repository cards: titles and descriptions are now automatically adjusted rather than hidden
- Rewritten styles for article and repository cards on small screens
- Rewritten button styles: integrated into the sidebar instead of being detached from the main page
- Rewritten styles for the table of contents: now automatically generated in the sidebar
Fix
- Fixed variable naming issues in the original tag files
- Unified the format of
Astro.props
(using assertions) - Fixed overflow issues caused by overly long article titles and descriptions
2.4.0
[2.4.0] - 2024-7-21
Refactored
- 更改了
<main>
的位置,现在它只包含 card 而不包含 footer - 重写了有关社交链接、菜单、导航栏以及评论的
.astro
文件,现在它们通过consts.ts
来生成其内容 - 把社交链接的 svg 与配置文件分离
- 删去了不必要的文件与
import
Fix
- 修复了原 JS 文件中的一堆 error ,现在它们都有了防 null 判断而不会出错
- 指定了 page 与 post 的数据结构,现在不会报 never 错误了
- 修复了若干错误,现在项目可以通过
npx astro check
EN
[2.4.0] - 2024-07-21
Refactored
- Changed the position of
<main>
so that it now only contains the card and no longer includes the footer. - Rewritten
.astro
files related to social links, menu, navbar, and comments. They now generate their content throughconsts.ts
. - Separated the SVGs for social links from the configuration file.
- Removed unnecessary files and
import
statements.
Fix
- Fixed numerous errors in the original JS files; null checks are now in place to prevent errors.
- Specified the data structures for pages and posts; issues with 'never' errors are resolved.
- Fixed several bugs; the project can now be verified using
npx astro check
.
2.3.1
[2.3.1] - 2024-7-19
Fix
- 修复了
astro.config.mjs
中的问题(我填错位置了) - 完善了白天的代码框样式
EN
[2.3.1] - 2024-7-19
Fix
- Fixed the issue in
astro. config. mjs'
(I filled in the wrong location) - Improved the code box style during the day