提交 37252571 编写于 作者: X xjh22222228

v5.2.2

上级 132425f3
## 5.2.2
- 💄 优化Side主题图标不随页面滚动
- 💄 优化图标显示问题提高加载速度 (#58)
- 🐞 修复 Side 主题滚动时搜索框闪烁问题 (#57)
- 🐞 修复编辑时错误回显 (#59)
- 💄 改进站内搜索 (#61)
## 5.2.1
- 💄 优化Side主题菜单展开时其他收起
- 💄 nav.config 添加是否显示Github图标
......
{
"name": "nav",
"version": "5.2.1",
"version": "5.2.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "nav",
"version": "5.2.1",
"version": "5.2.2",
"author": "xiejiahe",
"bugs": {
"url": "https://github.com/xjh22222228/nav/issues"
......
......@@ -11,7 +11,7 @@ export const TAG_PATH = 'data/tag.json'
export const LOGO_PATH = 'logo.png'
export const VERSION = '5.2.1'
export const VERSION = '5.2.2'
// keyboard event
const prefix = isMac() ? 'command' : 'ctrl'
......
......@@ -30,7 +30,6 @@ export interface INavThreeProp {
title?: string
icon?: string | null
createdAt?: string
showSideIcon?: boolean
collapsed?: boolean
nav: INavFourProp[]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册