Skip to content

Commit

Permalink
v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Feb 11, 2021
1 parent 56eb414 commit 49260a2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.2.1
- 💄 优化Side主题菜单展开时其他收起
- 💄 nav.config 添加是否显示Github图标
- 💄 优化Side主题以固定形式展示
- 💄 按回车键搜索框获得焦点


## 5.2.0
- 💄 支持从Chrome书签导入。

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nav",
"version": "5.2.0",
"version": "5.2.1",
"author": "xiejiahe",
"bugs": {
"url": "https://github.com/xjh22222228/nav/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const TAG_PATH = 'data/tag.json'

export const LOGO_PATH = 'logo.png'

export const VERSION = '5.2.0'
export const VERSION = '5.2.1'

// keyboard event
const prefix = isMac() ? 'command' : 'ctrl'
Expand Down

0 comments on commit 49260a2

Please sign in to comment.