Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Jan 25, 2021
1 parent f13750f commit e9d548e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.1.0
- 💄 网站多个标签从下拉菜单改为标签展示。
- 💄 后台管理数据可拖拽进行排序。
- 💄 支持新增时可添加多个链接,目前最多支持3个。


## 5.0.8
- 💄 新增后台管理页面,支持新增、编辑、排序。
- 💄 移除编辑模式
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.0.8",
"version": "5.1.0",
"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 @@ -9,7 +9,7 @@ export const DB_PATH = 'data/db.json'

export const TAG_PATH = 'data/tag.json'

export const VERSION = '5.0.8'
export const VERSION = '5.1.0'

// keyboard event
const prefix = isMac() ? 'command' : 'ctrl'
Expand Down
2 changes: 1 addition & 1 deletion src/view/admin/index.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
<nz-form-label [nzSpan]="4" [nzNoColon]="true"></nz-form-label>
<nz-form-control [nzSpan]="20">
<button nz-button nzType="default" nzBlock (click)="addMoreUrl()">
<i nz-icon nzType="plus"></i>其他网站
<i nz-icon nzType="plus"></i>继续添加链接
</button>
</nz-form-control>
</nz-form-item>
Expand Down

0 comments on commit e9d548e

Please sign in to comment.