v-transform 2.1.1 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,138 @@
1
+ {
2
+ "sex": {
3
+ "1": {
4
+ "id": 1,
5
+ "description": "男",
6
+ "weight": 1,
7
+ "value": 1
8
+ },
9
+ "2": {
10
+ "id": 2,
11
+ "description": "女",
12
+ "weight": 1,
13
+ "value": 1
14
+ },
15
+ "3": {
16
+ "id": 3,
17
+ "description": "mtf",
18
+ "weight": 0.1,
19
+ "value": 10
20
+ },
21
+ "4": {
22
+ "id": 4,
23
+ "description": "ftm",
24
+ "weight": 0.1,
25
+ "value": 10
26
+ }
27
+ },
28
+ "age": {
29
+ "1": {
30
+ "id": 1,
31
+ "description": "18岁",
32
+ "weight": 0.1,
33
+ "value": 10
34
+ },
35
+ "2": {
36
+ "id": 2,
37
+ "description": "19岁",
38
+ "weight": 0.2,
39
+ "value": 9
40
+ }
41
+ },
42
+ "backing": {
43
+ "1": {
44
+ "id": 1,
45
+ "description": "当官的",
46
+ "weight": 1,
47
+ "value": 1
48
+ },
49
+ "2": {
50
+ "id": 2,
51
+ "description": "老农民",
52
+ "weight": 1,
53
+ "value": 1
54
+ }
55
+ },
56
+ "education": {
57
+ "1": {
58
+ "id": 1,
59
+ "description": "小学",
60
+ "weight": 1,
61
+ "value": 1
62
+ },
63
+ "2": {
64
+ "id": 2,
65
+ "description": "初中",
66
+ "weight": 1,
67
+ "value": 1
68
+ }
69
+ },
70
+ "figure": {
71
+ "1": {
72
+ "id": 1,
73
+ "description": "健康美",
74
+ "weight": 1,
75
+ "value": 10
76
+ },
77
+ "2": {
78
+ "id": 2,
79
+ "description": "病弱美",
80
+ "weight": 1,
81
+ "value": 5
82
+ },
83
+ "3": {
84
+ "id": 3,
85
+ "description": "病态丑",
86
+ "weight": 1,
87
+ "value": 1
88
+ }
89
+ },
90
+ "height": {
91
+ "1": {
92
+ "id": 1,
93
+ "description": "250cm",
94
+ "weight": 1,
95
+ "value": 25
96
+ },
97
+ "2": {
98
+ "id": 2,
99
+ "description": "180cm",
100
+ "weight": 5,
101
+ "value": 18
102
+ },
103
+ "3": {
104
+ "id": 3,
105
+ "description": "170cm",
106
+ "weight": 10,
107
+ "value": 17
108
+ }
109
+ },
110
+ "income": {
111
+ "1": {
112
+ "id": 1,
113
+ "description": 0,
114
+ "weight": 1,
115
+ "value": 1
116
+ },
117
+ "2": {
118
+ "id": 2,
119
+ "description": "1-3000",
120
+ "weight": 1,
121
+ "value": 1
122
+ }
123
+ },
124
+ "profession": {
125
+ "1": {
126
+ "id": 1,
127
+ "description": "程序员",
128
+ "weight": 1,
129
+ "value": 1
130
+ },
131
+ "2": {
132
+ "id": 2,
133
+ "description": "游戏策划",
134
+ "weight": 1,
135
+ "value": 1
136
+ }
137
+ }
138
+ }