提交 1460540e 编写于 作者: X xjh22222228

v5.0.5

上级 a19859ad
## 5.1.0
`2021-01-20`
- 🐞 修复修改数据提示重复添加问题
- 💄 增加网站分享与复制链接功能
- 💄 不再通过文件进行验证Token
- 💄 配置文件增加路由Hash模式设置
- 💄 查看信息增加当前版本和最新版本
- 🌐 终于支持 SEO 了!!!
## 5.0.3
`2021-01-19`
......
{
"name": "nav",
"version": "5.0.3",
"version": "5.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "nav",
"version": "5.0.3",
"version": "5.0.5",
"author": "xiejiahe",
"bugs": {
"url": "https://github.com/xjh22222228/nav/issues"
......
// Copyright @ 2018-2021 xiejiahe. All rights reserved. MIT license.
// See https://github.com/xjh22222228/nav
function isMac() {
return /mac os x/i.test(navigator.userAgent.toLowerCase());
}
export const DB_PATH = 'data/db.json'
export const VERSION = '5.0.3'
export const VERSION = '5.0.5'
// keyboard event
const prefix = isMac() ? 'command' : 'ctrl'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册