v-transform 2.2.0 → 2.2.2

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.
@@ -1,260 +0,0 @@
1
- {
2
- "101": {
3
- "id": 101,
4
- "result": {
5
- "description": "情商爆表的"
6
- },
7
- "condition": "EQ>=18"
8
- },
9
- "102": {
10
- "id": 102,
11
- "result": {
12
- "description": "情商很高的"
13
- },
14
- "condition": "(EQ>=10)&(EQ<18)"
15
- },
16
- "103": {
17
- "id": 103,
18
- "result": {
19
- "description": "情商较高的"
20
- },
21
- "condition": "(EQ>=1)&(EQ<10)"
22
- },
23
- "104": {
24
- "id": 104,
25
- "result": {
26
- "description": "情商进步空间较大的"
27
- },
28
- "condition": "(EQ>=-6)&(EQ<1)"
29
- },
30
- "105": {
31
- "id": 105,
32
- "result": {
33
- "description": "情商进步空间很大的"
34
- },
35
- "condition": "(EQ>=-12)&(EQ<-6)"
36
- },
37
- "106": {
38
- "id": 106,
39
- "result": {
40
- "description": "情商进步空间爆表的"
41
- },
42
- "condition": "EQ<-12"
43
- },
44
- "201": {
45
- "id": 201,
46
- "result": {
47
- "description": "哲学家型的",
48
- "addition": "INFP",
49
- "types": "内向 直觉 情感 感知"
50
- },
51
- "condition": "(EI<=0)&(SN<=0)&(TF<=0)&(JP<=0)"
52
- },
53
- "202": {
54
- "id": 202,
55
- "result": {
56
- "description": "学者型的",
57
- "addition": "INTP",
58
- "types": "内向 直觉 逻辑 感知"
59
- },
60
- "condition": "(EI<=0)&(SN<=0)&(TF>0)&(JP<=0)"
61
- },
62
- "203": {
63
- "id": 203,
64
- "result": {
65
- "description": "作家型的",
66
- "addition": "INFJ",
67
- "types": "内向 直觉 情感 判断"
68
- },
69
- "condition": "(EI<=0)&(SN<=0)&(TF<=0)&(JP>0)"
70
- },
71
- "204": {
72
- "id": 204,
73
- "result": {
74
- "description": "专家型的",
75
- "addition": "INTJ",
76
- "types": "内向 直觉 逻辑 判断"
77
- },
78
- "condition": "(EI<=0)&(SN<=0)&(TF>0)&(JP>0)"
79
- },
80
- "205": {
81
- "id": 205,
82
- "result": {
83
- "description": "艺术家型的",
84
- "addition": "ISFP",
85
- "types": "内向 经验 情感 感知"
86
- },
87
- "condition": "(EI<=0)&(SN>0)&(TF<=0)&(JP<=0)"
88
- },
89
- "206": {
90
- "id": 206,
91
- "result": {
92
- "description": "匠人型的",
93
- "addition": "ISTP",
94
- "types": "内向 经验 逻辑 感知"
95
- },
96
- "condition": "(EI<=0)&(SN>0)&(TF>0)&(JP<=0)"
97
- },
98
- "207": {
99
- "id": 207,
100
- "result": {
101
- "description": "保护者型的",
102
- "addition": "ISFJ",
103
- "types": "内向 经验 情感 判断"
104
- },
105
- "condition": "(EI<=0)&(SN>0)&(TF<=0)&(JP>0)"
106
- },
107
- "208": {
108
- "id": 208,
109
- "result": {
110
- "description": "调查者型的",
111
- "addition": "ISTJ",
112
- "types": "内向 经验 逻辑 判断"
113
- },
114
- "condition": "(EI<=0)&(SN>0)&(TF>0)&(JP>0)"
115
- },
116
- "209": {
117
- "id": 209,
118
- "result": {
119
- "description": "追梦人型的",
120
- "addition": "ENFP",
121
- "types": "外向 直觉 情感 感知"
122
- },
123
- "condition": "(EI>0)&(SN<=0)&(TF<=0)&(JP<=0)"
124
- },
125
- "210": {
126
- "id": 210,
127
- "result": {
128
- "description": "发明家型的",
129
- "addition": "ENTP",
130
- "types": "外向 直觉 逻辑 感知"
131
- },
132
- "condition": "(EI>0)&(SN<=0)&(TF>0)&(JP<=0)"
133
- },
134
- "211": {
135
- "id": 211,
136
- "result": {
137
- "description": "主人公型的",
138
- "addition": "ENFJ",
139
- "types": "外向 直觉 情感 判断"
140
- },
141
- "condition": "(EI>0)&(SN<=0)&(TF<=0)&(JP>0)"
142
- },
143
- "212": {
144
- "id": 212,
145
- "result": {
146
- "description": "指挥官型的",
147
- "addition": "ENTJ",
148
- "types": "外向 直觉 逻辑 判断"
149
- },
150
- "condition": "(EI>0)&(SN<=0)&(TF>0)&(JP>0)"
151
- },
152
- "213": {
153
- "id": 213,
154
- "result": {
155
- "description": "表演者型的",
156
- "addition": "ESFP",
157
- "types": "外向 经验 情感 感知"
158
- },
159
- "condition": "(EI>0)&(SN>0)&(TF<=0)&(JP<=0)"
160
- },
161
- "214": {
162
- "id": 214,
163
- "result": {
164
- "description": "挑战者型的",
165
- "addition": "ESTP",
166
- "types": "外向 经验 逻辑 感知"
167
- },
168
- "condition": "(EI>0)&(SN>0)&(TF>0)&(JP<=0)"
169
- },
170
- "215": {
171
- "id": 215,
172
- "result": {
173
- "description": "供给者型的",
174
- "addition": "ESFJ",
175
- "types": "外向 经验 情感 判断"
176
- },
177
- "condition": "(EI>0)&(SN>0)&(TF<=0)&(JP>0)"
178
- },
179
- "216": {
180
- "id": 216,
181
- "result": {
182
- "description": "监管者型的",
183
- "addition": "ESTJ",
184
- "types": "外向 经验 逻辑 判断"
185
- },
186
- "condition": "(EI>0)&(SN>0)&(TF>0)&(JP>0)"
187
- },
188
- "301": {
189
- "id": 301,
190
- "result": {
191
- "description": "守序善良",
192
- "addition": "的"
193
- },
194
- "condition": "(OR>9)&(GD>8)"
195
- },
196
- "302": {
197
- "id": 302,
198
- "result": {
199
- "description": "中立善良",
200
- "addition": "的"
201
- },
202
- "condition": "(OR>-5)&(OR<=9)&(GD>8)"
203
- },
204
- "303": {
205
- "id": 303,
206
- "result": {
207
- "description": "混乱善良",
208
- "addition": "的"
209
- },
210
- "condition": "(OR<=-5)&(GD>8)"
211
- },
212
- "304": {
213
- "id": 304,
214
- "result": {
215
- "description": "守序中立",
216
- "addition": "的"
217
- },
218
- "condition": "(OR>9)&(GD>-1)&(GD<=8)"
219
- },
220
- "305": {
221
- "id": 305,
222
- "result": {
223
- "description": "绝对中立",
224
- "addition": "的"
225
- },
226
- "condition": "(OR>-5)&(OR<=9)&(GD>-1)&(GD<=8)"
227
- },
228
- "306": {
229
- "id": 306,
230
- "result": {
231
- "description": "混乱中立",
232
- "addition": "的"
233
- },
234
- "condition": "(OR<=-5)&(GD>-1)&(GD<=8)"
235
- },
236
- "307": {
237
- "id": 307,
238
- "result": {
239
- "description": "守序邪恶",
240
- "addition": "的"
241
- },
242
- "condition": "(OR>9)&(GD<=-1)"
243
- },
244
- "308": {
245
- "id": 308,
246
- "result": {
247
- "description": "中立邪恶",
248
- "addition": "的"
249
- },
250
- "condition": "(OR>-5)&(OR<=9)&(GD<=-1)"
251
- },
252
- "309": {
253
- "id": 309,
254
- "result": {
255
- "description": "混乱邪恶",
256
- "addition": "的"
257
- },
258
- "condition": "(OR<=-5)&(GD<=-1)"
259
- }
260
- }