Releases: EveSunMaple/Frosti
Releases · EveSunMaple/Frosti
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
2.3.0
[2.3.0] - 2024-7-18
Features
- 添加了代码框的行号
- 提交了如何修改代码框主题的教程
Refactored
- 修改了
astro.config.mjs
现在代码框样式完全了
EN
[2.3.0] - 2024-7-18
Features
- Added line number for code box
- I have submitted a tutorial on how to modify the theme of a code box
Refactored
- Modified
astro. config. mjs
now the code box style is complete
2.2.0
[2.2.0] - 2024-7-13
Features
- 添加目录功能!(终于加了)
- 添加了一篇指导文章
- 添加了新的组件
Refactored
- 修改了行距
Fix
- 修复了在手机屏幕下页脚显示不全的问题
EN
[2.2.0] - 2024-7-13
Features
- Add directory functionality! (Finally added)
- Added a how-to article
- New components have been added
Refactored
- Line spacing has been modified
Fix
- Fixed an issue where the footer was not displayed in the bottom of the phone screen
2.1.2
[2.1.2] - 2024-7-10
Features
- (半成品)添加
twikoo
评论 - 一些组件,将在 2.2.0 总结
Refactored
- 完善了搜索的黑夜模式
EN
[2.1.2] - 2024-7-10
Features
-
(Work in Progress) Add
twikoo
comments -
Some components, will be summarized in 2.2.0
Refactored
- Improved the dark mode of search
2.1.1
[2.1.1] - 2024-7-9
Fix
- 修复了不能跳转的问题(原因未知)
EN
[2.1.1] - 2024-7-9
Fix
- Fixed the issue of not being able to jump (unknown reason)