Skip to content

Commit

Permalink
🎉 Lighthouse 400 -> Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EveSunMaple committed Jul 8, 2024
1 parent 480c305 commit ffa78d3
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
Binary file added 400-lighthouse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,19 @@
* 微调了部分组件的样式
* 微调了文章样式
* 删去了不必要的友链

## [2.0.0] - 2024-6-28

### Features

* `Lighthouse` 400
* 文本压缩……启动!!
* 页脚修改……返璞归真

### Refactored

* 删除 `busuanzi` 计数器

### Fix

* 修复了文章内标签跳转的问题
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@

## ⏲️ performance

![speed](./400-lighthouse.png)
![speed](./400.png)

## ✨ Features

- ✅ Lighthouse 400
- ✅ View transition animations
- ✅ Excellent loading speed
-**Light** / **Dark** mode available
Expand All @@ -42,8 +44,6 @@
├── categories.txt
├── CHANGELOG.md
├── LICENSE
├── node_modules
| ├── @astrojs
├── package-lock.json
├── package.json
├── pnpm-lock.yaml
Expand All @@ -70,7 +70,7 @@
| | ├── Footer.astro
| | ├── FormattedDate.astro
| | ├── Header.astro
| | ├── HeaderLink.astro
| | ├── HeaderMenu.astro
| | ├── License.astro
| | ├── page
| | | ├── LinkCard.astro
Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@

## ⏲️ 性能

![speed](./400-lighthouse.png)
![speed](./400.png)

## ✨ 特点

- ✅ Lighthouse 400
- ✅ 视图过渡动画
- ✅ 优秀的访问速度
-**白天** / **黑夜** 模式可用
Expand All @@ -42,8 +44,6 @@
├── categories.txt
├── CHANGELOG.md
├── LICENSE
├── node_modules
| ├── @astrojs
├── package-lock.json
├── package.json
├── pnpm-lock.yaml
Expand All @@ -70,7 +70,7 @@
| | ├── Footer.astro
| | ├── FormattedDate.astro
| | ├── Header.astro
| | ├── HeaderLink.astro
| | ├── HeaderMenu.astro
| | ├── License.astro
| | ├── page
| | | ├── LinkCard.astro
Expand Down
2 changes: 1 addition & 1 deletion src/components/BaseCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const displayDate = dayjs(pubDate).format("ddd MMM DD YYYY");
tags.map((tag) => (
<>
<a
href={`${tag_url}/${tag}`}
href={`/blog/tag/${tag}`}
class="btn btn-xs btn-secondary"
>
{tag}
Expand Down

0 comments on commit ffa78d3

Please sign in to comment.