Skip to content

Commit

Permalink
✨ FOR SEARCH -> version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EveSunMaple committed Jul 10, 2024
1 parent 2f960d1 commit 0d479cb
Show file tree
Hide file tree
Showing 12 changed files with 183 additions and 98 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,15 @@

### Fix

* 修复了不能跳转的问题(原因未知)
* 修复了不能跳转的问题(原因未知)

## [2.1.2] - 2024-7-10

### Features

* (半成品)添加 `twikoo` 评论
* 一些组件,将在 2.2.0 总结

### Refactored

* 完善了搜索的黑夜模式
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

- ✅ Lighthouse 400
- ✅ View transition animations
-Excellent loading speed
-You can search your articles
-**Light** / **Dark** mode available
- ✅ Various components for enriching article content
- Diverse alerts
Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

## ✨ 特点

-Lighthouse 400
-灯塔 400
- ✅ 视图过渡动画
-优秀的访问速度
-你可以搜索你的文章
-**白天** / **黑夜** 模式可用
- ✅ 为丰富文章内容提供的各种组件
- 多样的 Alert
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frosti",
"type": "module",
"version": "2.1.1",
"version": "2.1.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -25,8 +25,9 @@
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"sass": "^1.77.6",
"sass": "^1.77.7",
"shiki": "^1.10.3",
"twikoo": "^1.6.38",
"typescript": "^5.5.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 0d479cb

Please sign in to comment.