提交 e9d548ed 编写于 作者: X xjh22222228

v5.1.0

上级 f13750f4
## 5.1.0
- 💄 网站多个标签从下拉菜单改为标签展示。
- 💄 后台管理数据可拖拽进行排序。
- 💄 支持新增时可添加多个链接,目前最多支持3个。
## 5.0.8
- 💄 新增后台管理页面,支持新增、编辑、排序。
- 💄 移除编辑模式
......
{
"name": "nav",
"version": "5.0.8",
"version": "5.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "nav",
"version": "5.0.8",
"version": "5.1.0",
"author": "xiejiahe",
"bugs": {
"url": "https://github.com/xjh22222228/nav/issues"
......
......@@ -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'
......
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册