2.6.1
[2.6.1] - 2024-9-21
Features
- 在
consts.ts
中新增了USER_SITE
,用来生成网站底部卡片的链接 - 添加了网站加载时的进度条
Refactored
- 修改了 swup 的配置项
Fix
- 修复了文章在标签、分类过多时按钮溢出的问题
- 修复了一堆拼写错误(存在于 2.6.0 的 release 中)
- 删除了在 LinkCard 中不恰当的图片放大功能
- 移除了
transition.scss
,改用 swup 默认主题代替(我不知道这对改善崩溃问题是否有用)
[2.6.1] - 2024-09-21
Features
- Added
USER_SITE
inconsts.ts
to generate links for the footer card of the website. - Added a progress bar for the website loading.
Refactored
- Modified Swup configuration options.
Fix
- Fixed the issue of buttons overflowing when there are too many tags or categories in an article.
- Corrected a number of spelling errors (existing in the 2.6.0 release).
- Removed the inappropriate image zoom feature in LinkCard.
- Removed
transition.scss
and replaced it with Swup's default theme (not sure if this helps with crash issues).
What's Changed
- another typo,会导致 下一页 按钮无法显示 by @Loping151 in #36
- small typo... by @Loping151 in #35
- fix katex in content index by @Loping151 in #38
- Fix image zoom in linkcard by @Loping151 in #41
- add USER_SITE into config by @Loping151 in #43
New Contributors
- @Loping151 made their first contribution in #36
Full Changelog: v2.6.0...v2.6.1