Skip to content

Commit

Permalink
Dev/2.12.4 (#183)
Browse files Browse the repository at this point in the history
* feat: 新增cov命令

* fix: 补充d.ts

* feat: 补充ci智能语音和云查毒接口

* fix: 修复Body类型

* fix: 更新依赖库版本

* upd: version

* fix: 恢复版本

* upd: 新增单测

* upd: 新增单测

* upd: 新增单测

* upd: 新增单测

* upd: 补充单测

* upd: 补充单测

* upd: 补充单测

* feat: uploadSliceItem透传headers

* upd: 补充单测

* upd: 补充单测

* upd: 更好xml2js

* feat: 默认关闭FollowRedirect

* upd: 补充图片处理、存储桶配置、文档处理、文件处理nodejs sdk (merge request !3)

Squash merge branch 'dev/xueyunzhou' into 'master'
upd: 补充图片处理、存储桶配置、文档处理、文件处理nodejs sdk

* fix: 更新XMLParser配置

* fix: 更新XMLParser配置

* fix: 优化d.ts

* feat: 优化万象demo (merge request !4)

Squash merge branch 'dev/demo' into 'master'

* feat: 更新依赖

* fix: 优化单测

* fix: 修复分块复制headers不正确

* fix: 修复d.ts

* dev: 增加代码优化

---------

Co-authored-by: zhouxueyun <[email protected]>
  • Loading branch information
livehigh and zhouxueyun authored Aug 7, 2023
1 parent b84405e commit beedb03
Show file tree
Hide file tree
Showing 14 changed files with 15,962 additions and 12,402 deletions.
10 changes: 10 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"jsxBracketSameLine": true,
"trailingComma": "all"
}
Loading

0 comments on commit beedb03

Please sign in to comment.