提交 dd3f160b 编写于 作者: X xjh22222228

v5.0.6

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