forked from mudio/bce-client
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lurunze1226
committed
Jun 10, 2021
1 parent
7d41940
commit 86af482
Showing
5 changed files
with
14 additions
and
16,767 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
{ | ||
// See https://go.microsoft.com/fwlink/?LinkId=733558 | ||
// for the documentation about the tasks.json format | ||
"version": "0.1.0", | ||
"version": "2.0.0", | ||
"command": "npm", | ||
"isShellCommand": true, | ||
"showOutput": "always", | ||
"suppressTaskName": true, | ||
"tasks": [ | ||
{ | ||
"taskName": "compile", | ||
"label": "compile", | ||
"type": "shell", | ||
"args": [ | ||
"run", | ||
"compile" | ||
] | ||
], | ||
"problemMatcher": [] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# 更新日志 | ||
|
||
# 🚀 0.4.5 | ||
2021.06.10 | ||
|
||
- 🐞 修复 | ||
- 文件复制额外创建v1路径问题 | ||
- 同步盘日志紊乱问题 | ||
|
||
# 🚀 0.4.4 | ||
2021.05.14 | ||
|
||
|
Oops, something went wrong.