Skip to content

Commit

Permalink
feat: 生成代码
Browse files Browse the repository at this point in the history
  • Loading branch information
l-x-f committed Aug 18, 2022
1 parent 54a6879 commit 9a72545
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/auto-drawing.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/auto-drawing.js
Original file line number Diff line number Diff line change
Expand Up @@ -16304,7 +16304,7 @@
_a$invisible = _a.invisible,
invisible = _a$invisible === void 0 ? false : _a$invisible,
_a$progressive = _a.progressive,
progressive = _a$progressive === void 0 ? 1 : _a$progressive,
progressive = _a$progressive === void 0 ? -1 : _a$progressive,
_a$rectHover = _a.rectHover,
rectHover = _a$rectHover === void 0 ? false : _a$rectHover,
_a$silent = _a.silent,
Expand Down
2 changes: 1 addition & 1 deletion dist/auto-drawing.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export declare type ZRenderGroup = Group & {
*/
export declare type CommonType = {
/**
* 旋转的角度。 zender是弧度 这里已经做了装换 转成了角度 默认 0
* 旋转的角度。 zender是弧度 这里已经做了转换 转成了角度 默认 0
*/
rotation: number;
/**
Expand Down

0 comments on commit 9a72545

Please sign in to comment.