Skip to content

Commit

Permalink
🚀 Add Category and Tag Card
Browse files Browse the repository at this point in the history
  • Loading branch information
EveSunMaple committed Aug 7, 2024
1 parent 56ca4a8 commit 3716730
Show file tree
Hide file tree
Showing 19 changed files with 1,127 additions and 1,007 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,3 +303,16 @@
- 删除了底部版权信息卡片的阴影
- 添加了表格每一行的分割线
-`<code>` 的字体稍微改大了一点

## [2.5.2] - 2024-8-7

### Features

- 改进了 `TimeLine` 的格式,现在比之前方便多了
- 在侧边栏添加分类与标签卡片,移除原来的分类页面

### Refactored

- 修改了卡片样式
- 修改了链接样式
- 清理了原评论系统中不必要的代码
58 changes: 55 additions & 3 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.5.1",
"version": "2.5.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down Expand Up @@ -30,10 +30,11 @@
"remark-math": "^6.0.0",
"sass": "^1.77.8",
"shiki": "^1.12.1",
"twikoo": "^1.6.38",
"twikoo": "^1.6.39",
"typescript": "^5.5.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"daisyui": "^4.12.10",
"tailwindcss": "^3.4.7"
}
Expand Down
Loading

0 comments on commit 3716730

Please sign in to comment.