-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add new apis upload-dataset & create-folder * feat: move header into params * feat: update form params * feat: Add v1.1 APIs * feat: modify the endpoint of annotation apis * feat: Write the APIs to 80% * fix: type error * chore: fix a typo * feat: hidden params * refine: APIs' contents * chore: fix dependencies version * chore: fix version again * refine: Add more comments * feat: response schema * chore: rename * feat: result styles * refine: Add response status table * feat: improve ssr compat * refine: Some fields * fix: BUGs * feat: Add response code 5523 * chore: update vue-json-pretty * chore: add npm registry * chore: exclude optimize deps * fix: align apis * fix: response codes typo * chore: optimize default theme --------- Co-authored-by: zhaozhimeng <[email protected]> Co-authored-by: F-loat <[email protected]>
- Loading branch information
1 parent
d23ba69
commit 0af9476
Showing
32 changed files
with
1,186 additions
and
235 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 |
---|---|---|
|
@@ -5,4 +5,5 @@ node_modules/ | |
.DS_Store | ||
|
||
.idea | ||
*.mts.timestamp* | ||
package-lock.json |
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 +1,2 @@ | ||
lockfile=false | ||
registry=https://registry.npmmirror.com/ | ||
lockfile=false |
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.