Skip to content

Commit a9f208e

Browse files
committed
v5.0.7
1 parent 8a62af7 commit a9f208e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.0.7
2+
- 💄 第三款主题问世!
3+
- 🐞 修复展开图标不旋转问题
4+
5+
16
## 5.0.6
27
- 💄 修改网站布局。
38
- 💄 添加首屏 Loading。

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nav",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"author": "xiejiahe",
55
"bugs": {
66
"url": "https://github.com/xjh22222228/nav/issues"

src/constants/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function isMac() {
77

88
export const DB_PATH = 'data/db.json'
99

10-
export const VERSION = '5.0.6'
10+
export const VERSION = '5.0.7'
1111

1212
// keyboard event
1313
const prefix = isMac() ? 'command' : 'ctrl'

0 commit comments

Comments
 (0)