Skip to content

Commit

Permalink
版本 0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xushengfeng committed Dec 29, 2022
1 parent 368b4f0 commit 7a6804b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "tsc && vite build",
"preview": "vite preview"
},
"version": "0.17.3",
"version": "0.17.4",
"homepage": "https://github.com/xushengfeng/xlinkote/",
"license": "GPL-3.0",
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions src/js/js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1739,6 +1739,8 @@ function version_tr(obj): 集type {
delete obj.链接[""];
delete obj.链接["0"][""];
delete obj.链接["0"]["0"];
obj.meta.version = "0.17.4";
case "0.17.4":
return obj;
default:
put_toast(`文件版本是 ${v},与当前软件版本 ${packagejson.version} 不兼容,请升级软件`);
Expand Down

0 comments on commit 7a6804b

Please sign in to comment.