Skip to content

Commit

Permalink
版本 0.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xushengfeng committed Jan 26, 2023
1 parent 4a73349 commit 53f2000
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 49 deletions.
98 changes: 49 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"name": "xlinkote",
"author": {
"email": "[email protected]",
"name": "xsf"
},
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"preview": "vite preview"
},
"version": "0.21.6",
"homepage": "https://github.com/xushengfeng/xlinkote/",
"license": "GPL-3.0",
"dependencies": {
"@zip.js/zip.js": "^2.6.60",
"color": "^4.2.3",
"crypto-js": "^4.1.1",
"deep-diff": "^1.0.2",
"fuse.js": "^6.6.2",
"html2canvas": "^1.4.1",
"iconify-icon": "^1.0.2",
"json5": "^2.2.2",
"markdown-it": "^13.0.1",
"markdown-it-emoji": "^2.0.2",
"markdown-it-task-lists": "^2.1.1",
"mathjax": "^3.2.2",
"mermaid": "^9.2.2",
"ndollar-js": "^0.6.1",
"pdfjs-dist": "^3.1.81",
"svgo": "^3.0.2",
"three": "^0.147.0",
"turndown": "^7.1.1",
"webdav": "^4.11.2"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/deep-diff": "^1.0.2",
"@types/markdown-it": "^12.2.3",
"@types/three": "^0.146.0",
"autoprefixer": "^10.4.13",
"download": "^8.0.0",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.0"
}
}
"name": "xlinkote",
"author": {
"email": "[email protected]",
"name": "xsf"
},
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"preview": "vite preview"
},
"version": "0.21.7",
"homepage": "https://github.com/xushengfeng/xlinkote/",
"license": "GPL-3.0",
"dependencies": {
"@zip.js/zip.js": "^2.6.60",
"color": "^4.2.3",
"crypto-js": "^4.1.1",
"deep-diff": "^1.0.2",
"fuse.js": "^6.6.2",
"html2canvas": "^1.4.1",
"iconify-icon": "^1.0.2",
"json5": "^2.2.2",
"markdown-it": "^13.0.1",
"markdown-it-emoji": "^2.0.2",
"markdown-it-task-lists": "^2.1.1",
"mathjax": "^3.2.2",
"mermaid": "^9.2.2",
"ndollar-js": "^0.6.1",
"pdfjs-dist": "^3.1.81",
"svgo": "^3.0.2",
"three": "^0.147.0",
"turndown": "^7.1.1",
"webdav": "^4.11.2"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/deep-diff": "^1.0.2",
"@types/markdown-it": "^12.2.3",
"@types/three": "^0.146.0",
"autoprefixer": "^10.4.13",
"download": "^8.0.0",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.0"
}
}
1 change: 1 addition & 0 deletions src/js/js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2218,6 +2218,7 @@ function version_tr(obj): 集type {
case "0.21.4":
case "0.21.5":
case "0.21.6":
case "0.21.7":
return obj;
default:
put_toast(`文件版本是 ${v},与当前软件版本 ${packagejson.version} 不兼容,请升级软件`);
Expand Down

0 comments on commit 53f2000

Please sign in to comment.