@zhangqingcq/vgce 0.0.15 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,22 +0,0 @@
1
- import { EDoneJsonType } from '@/config/types'
2
- import type { IConfigItem } from '@/config/types'
3
-
4
- export const svg_package: IConfigItem = {
5
- name: 'package',
6
- title: '组装线',
7
- type: EDoneJsonType.File,
8
- display: true,
9
- config: {
10
- can_zoom: true,
11
- have_anchor: true,
12
- actual_rect: true
13
- },
14
- props: {},
15
- common_animations: {
16
- val: '',
17
- delay: 'delay-0s',
18
- speed: 'slow',
19
- repeat: 'infinite'
20
- },
21
- events: []
22
- }
@@ -1,28 +0,0 @@
1
- import { EConfigItemPropsType, EDoneJsonType } from '@/config/types'
2
- import type { IConfigItem } from '@/config/types'
3
-
4
- export const traction_transformer_svg_file: IConfigItem = {
5
- name: 'traction-transformer',
6
- title: '牵引变',
7
- type: EDoneJsonType.File,
8
- config: {
9
- can_zoom: true,
10
- have_anchor: true,
11
- actual_rect: true
12
- },
13
- display: true,
14
- props: {
15
- fill: {
16
- title: '填充色',
17
- type: EConfigItemPropsType.Color,
18
- val: '#ff0000'
19
- }
20
- },
21
- common_animations: {
22
- val: '',
23
- delay: 'delay-0s',
24
- speed: 'slow',
25
- repeat: 'infinite'
26
- },
27
- events: []
28
- }