提交 dd3f160b 编写于 作者: X xjh22222228

v5.0.6

上级 234886a3
## 5.0.6
- 💄 修改网站布局。
- 💄 添加首屏 Loading。
- 💄 采用下拉菜单选择多站点使其可容纳多个。
- 💄 其他优化。
## 5.0.5 ## 5.0.5
`2021-01-20` `2021-01-20`
...@@ -6,7 +14,7 @@ ...@@ -6,7 +14,7 @@
- 💄 不再通过文件进行验证Token - 💄 不再通过文件进行验证Token
- 💄 配置文件增加路由Hash模式设置 - 💄 配置文件增加路由Hash模式设置
- 💄 查看信息增加当前版本和最新版本 - 💄 查看信息增加当前版本和最新版本
- 🌐 终于支持 SEO 了!!! - 💄 终于支持 SEO 了!!!
......
{ {
"name": "nav", "name": "nav",
"version": "5.0.5", "version": "5.0.6",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
......
{ {
"name": "nav", "name": "nav",
"version": "5.0.5", "version": "5.0.6",
"author": "xiejiahe", "author": "xiejiahe",
"bugs": { "bugs": {
"url": "https://github.com/xjh22222228/nav/issues" "url": "https://github.com/xjh22222228/nav/issues"
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
class="container" class="container"
nz-dropdown nz-dropdown
[nzDropdownMenu]="menu" [nzDropdownMenu]="menu"
[nzDisabled]="(!isEditing.value || hasKeyword()) && !isLogin" [nzDisabled]="!isEditing.value || hasKeyword() || !isLogin"
[nzClickHide]="false" [nzClickHide]="false"
> >
<ng-content></ng-content> <ng-content></ng-content>
......
...@@ -7,7 +7,7 @@ function isMac() { ...@@ -7,7 +7,7 @@ function isMac() {
export const DB_PATH = 'data/db.json' export const DB_PATH = 'data/db.json'
export const VERSION = '5.0.5' export const VERSION = '5.0.6'
// keyboard event // keyboard event
const prefix = isMac() ? 'command' : 'ctrl' const prefix = isMac() ? 'command' : 'ctrl'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册