poi-plugin-quest-info-2 0.10.4 → 0.10.6

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.
Files changed (38) hide show
  1. package/.babelrc.json +18 -0
  2. package/.eslintrc.js +2 -3
  3. package/.nvmrc +1 -0
  4. package/CHANGELOG.md +14 -0
  5. package/build/kcQuestsData/DATA_VERSION +1 -1
  6. package/build/kcQuestsData/index.ts +1 -1
  7. package/build/kcQuestsData/quests-scn-new.json +1 -13
  8. package/build/kcQuestsData/quests-scn.json +1215 -1922
  9. package/build/kcanotifyGamedata/quests-en.json +140 -140
  10. package/build/kcanotifyGamedata/quests-jp.json +147 -147
  11. package/build/kcanotifyGamedata/quests-ko.json +147 -147
  12. package/build/kcanotifyGamedata/quests-scn.json +147 -146
  13. package/build/kcanotifyGamedata/quests-tcn.json +147 -146
  14. package/build/prePostQuest.json +59 -47
  15. package/build/questCategory.json +9 -9
  16. package/build/questCodeMap.json +1 -8
  17. package/package.json +25 -19
  18. package/shims/poi.d.ts +2 -2
  19. package/src/Toolbar.tsx +8 -8
  20. package/src/__tests__/__snapshots__/questCategory.spec.ts.snap +138 -128
  21. package/src/__tests__/__snapshots__/questHelper.spec.ts.snap +12 -5
  22. package/src/__tests__/kcanotifyData.spec.ts +8 -8
  23. package/src/__tests__/kcwikiData.spec.ts +5 -5
  24. package/src/__tests__/questCategory.spec.ts +3 -3
  25. package/src/components/QuestCard/index.tsx +5 -4
  26. package/src/patch.ts +2 -2
  27. package/src/poi/hooks.ts +2 -2
  28. package/src/poi/store.ts +5 -5
  29. package/src/poi/types.ts +1 -1
  30. package/src/questHelper.ts +6 -6
  31. package/src/reducer.ts +1 -1
  32. package/src/store/filterTags.ts +6 -6
  33. package/src/store/gameQuest.tsx +1 -1
  34. package/src/store/kcwiki.ts +1 -1
  35. package/src/store/quest.ts +2 -2
  36. package/src/store/search.ts +24 -3
  37. package/src/store/store.tsx +1 -1
  38. package/src/tags.tsx +1 -1
@@ -1,618 +1,628 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`should questCategory correct snapshot 1`] = `
4
- Object {
5
- "dailyQuest": Array [
6
- Object {
4
+ {
5
+ "dailyQuest": [
6
+ {
7
7
  "code": "Bd1",
8
8
  "gameId": 201,
9
9
  "name": "击破敌舰队!",
10
10
  },
11
- Object {
11
+ {
12
12
  "code": "Bd3",
13
13
  "gameId": 210,
14
14
  "name": "击破 10 回敌舰队!",
15
15
  },
16
- Object {
16
+ {
17
17
  "code": "Bd4",
18
18
  "gameId": 211,
19
19
  "name": "击沉三艘敌空母!",
20
20
  },
21
- Object {
21
+ {
22
22
  "code": "Bd6",
23
23
  "gameId": 212,
24
24
  "name": "打击敌方输送船团!",
25
25
  },
26
- Object {
26
+ {
27
27
  "code": "Bd2",
28
28
  "gameId": 216,
29
29
  "name": "击破敌舰队主力!",
30
30
  },
31
- Object {
31
+ {
32
32
  "code": "Bd5",
33
33
  "gameId": 218,
34
34
  "name": "击沉三艘敌方补给舰!",
35
35
  },
36
- Object {
36
+ {
37
37
  "code": "Bd7",
38
38
  "gameId": 226,
39
39
  "name": "掌握南西诸岛海域制海权!",
40
40
  },
41
- Object {
41
+ {
42
42
  "code": "Bd8",
43
43
  "gameId": 230,
44
44
  "name": "压制敌方潜水舰!",
45
45
  },
46
- Object {
46
+ {
47
47
  "code": "Cd1",
48
48
  "gameId": 303,
49
49
  "name": "「演习」锻炼能力!",
50
50
  },
51
- Object {
51
+ {
52
52
  "code": "Cd2",
53
53
  "gameId": 304,
54
54
  "name": "在「演习」战胜其他提督!",
55
55
  },
56
- Object {
56
+ {
57
57
  "code": "Dd1",
58
58
  "gameId": 402,
59
59
  "name": "「远征」3 次成功!",
60
60
  },
61
- Object {
61
+ {
62
62
  "code": "Dd2",
63
63
  "gameId": 403,
64
64
  "name": "「远征」10 次成功!",
65
65
  },
66
- Object {
66
+ {
67
67
  "code": "Ed1",
68
68
  "gameId": 503,
69
69
  "name": "舰队大整备!",
70
70
  },
71
- Object {
71
+ {
72
72
  "code": "Ed2",
73
73
  "gameId": 504,
74
74
  "name": "舰队酒保节!",
75
75
  },
76
- Object {
76
+ {
77
77
  "code": "Fd1",
78
78
  "gameId": 605,
79
79
  "name": "新装备「开发」指令",
80
80
  },
81
- Object {
81
+ {
82
82
  "code": "Fd2",
83
83
  "gameId": 606,
84
84
  "name": "新造舰「建造」指令",
85
85
  },
86
- Object {
86
+ {
87
87
  "code": "Fd3",
88
88
  "gameId": 607,
89
89
  "name": "装备「开发」集中強化!",
90
90
  },
91
- Object {
91
+ {
92
92
  "code": "Fd4",
93
93
  "gameId": 608,
94
94
  "name": "舰娘「建造」舰队强化!",
95
95
  },
96
- Object {
96
+ {
97
97
  "code": "Fd5",
98
98
  "gameId": 609,
99
99
  "name": "对应裁军条约!",
100
100
  },
101
- Object {
101
+ {
102
102
  "code": "Fd6",
103
103
  "gameId": 619,
104
104
  "name": "装备的改修强化",
105
105
  },
106
- Object {
106
+ {
107
107
  "code": "Fd7",
108
108
  "gameId": 673,
109
109
  "name": "装备开发力的整备",
110
110
  },
111
- Object {
111
+ {
112
112
  "code": "Fd8",
113
113
  "gameId": 674,
114
114
  "name": "工厂环境的整备",
115
115
  },
116
- Object {
116
+ {
117
117
  "code": "Gd1",
118
118
  "gameId": 702,
119
119
  "name": "实施舰船的「近代化改修」!",
120
120
  },
121
121
  ],
122
- "monthlyQuest": Array [
123
- Object {
122
+ "monthlyQuest": [
123
+ {
124
124
  "code": "Bm1",
125
125
  "gameId": 249,
126
126
  "name": "「第五战队」出击!",
127
127
  },
128
- Object {
128
+ {
129
129
  "code": "Bm2",
130
130
  "gameId": 256,
131
131
  "name": "「潜水舰队」出击!",
132
132
  },
133
- Object {
133
+ {
134
134
  "code": "Bm3",
135
135
  "gameId": 257,
136
136
  "name": "「水雷战队」前往南西!",
137
137
  },
138
- Object {
138
+ {
139
139
  "code": "Bm4",
140
140
  "gameId": 259,
141
141
  "name": "「水上打击部队」前往南方!",
142
142
  },
143
- Object {
143
+ {
144
144
  "code": "Bm6",
145
145
  "gameId": 264,
146
146
  "name": "「空母机动部队」前往西方!",
147
147
  },
148
- Object {
148
+ {
149
149
  "code": "Bm5",
150
150
  "gameId": 265,
151
151
  "name": "海上护卫强化月",
152
152
  },
153
- Object {
153
+ {
154
154
  "code": "Bm7",
155
155
  "gameId": 266,
156
156
  "name": "「水上反击部队」突入!",
157
157
  },
158
- Object {
158
+ {
159
159
  "code": "Bm8",
160
160
  "gameId": 280,
161
161
  "name": "确保后勤线!强化实施海上警备!",
162
162
  },
163
- Object {
163
+ {
164
164
  "code": "Cm1",
165
165
  "gameId": 311,
166
166
  "name": "精锐舰队演习",
167
167
  },
168
- Object {
168
+ {
169
169
  "code": "Fm2",
170
170
  "gameId": 628,
171
171
  "name": "机种转换",
172
172
  },
173
- Object {
173
+ {
174
174
  "code": "Fm3",
175
175
  "gameId": 645,
176
176
  "name": "“洋上补给” 物资的调拨",
177
177
  },
178
178
  ],
179
- "quarterlyQuest": Array [
180
- Object {
179
+ "quarterlyQuest": [
180
+ {
181
181
  "code": "Bq11",
182
182
  "gameId": 284,
183
183
  "name": "南西诸岛方面 “海上警备行动” 发令!",
184
184
  },
185
- Object {
185
+ {
186
186
  "code": "Cq2",
187
187
  "gameId": 337,
188
188
  "name": "「十八驱」演习!",
189
189
  },
190
- Object {
190
+ {
191
191
  "code": "Cq3",
192
192
  "gameId": 339,
193
193
  "name": "「十九驱」演习!",
194
194
  },
195
- Object {
195
+ {
196
196
  "code": "Cq4",
197
197
  "gameId": 342,
198
198
  "name": "小舰艇群演习强化任务",
199
199
  },
200
- Object {
200
+ {
201
201
  "code": "Dq1",
202
202
  "gameId": 426,
203
203
  "name": "强化海上通商航路警戒!",
204
204
  },
205
- Object {
205
+ {
206
+ "code": "Dq2",
207
+ "gameId": 428,
208
+ "name": "压制侵入近海的敌方潜艇!",
209
+ },
210
+ {
206
211
  "code": "Fq1",
207
212
  "gameId": 637,
208
213
  "name": "「熟练搭乘员」养成",
209
214
  },
210
- Object {
215
+ {
211
216
  "code": "Fq2",
212
217
  "gameId": 643,
213
218
  "name": "主力 “陆攻” 的采购",
214
219
  },
215
- Object {
220
+ {
216
221
  "code": "Fq9",
217
222
  "gameId": 653,
218
223
  "name": "工厂运转!为下期作战做准备!",
219
224
  },
220
- Object {
225
+ {
221
226
  "code": "Fq3",
222
227
  "gameId": 663,
223
228
  "name": "继续研究新型舾装",
224
229
  },
225
- Object {
230
+ {
226
231
  "code": "Fq4",
227
232
  "gameId": 675,
228
233
  "name": "运用装备的综合整备",
229
234
  },
230
- Object {
235
+ {
231
236
  "code": "Fq5",
232
237
  "gameId": 678,
233
238
  "name": "主力舰上战斗机的更新",
234
239
  },
235
- Object {
240
+ {
236
241
  "code": "Fq6",
237
242
  "gameId": 680,
238
243
  "name": "对空兵装的整备扩充",
239
244
  },
240
- Object {
245
+ {
246
+ "code": "Fq7",
247
+ "gameId": 686,
248
+ "name": "战时改修 A 型高角炮的量产",
249
+ },
250
+ {
241
251
  "code": "Fq8",
242
252
  "gameId": 688,
243
253
  "name": "强化航空战力",
244
254
  },
245
- Object {
255
+ {
246
256
  "code": "Bq1",
247
257
  "gameId": 822,
248
258
  "name": "冲之岛海域迎击战!",
249
259
  },
250
- Object {
260
+ {
251
261
  "code": "Bq12",
252
262
  "gameId": 845,
253
263
  "name": "发令!「西方海域作战」",
254
264
  },
255
- Object {
265
+ {
256
266
  "code": "Bq2",
257
267
  "gameId": 854,
258
268
  "name": "战果扩张任务!「Z 作战」前段作战",
259
269
  },
260
- Object {
270
+ {
261
271
  "code": "Bq3",
262
272
  "gameId": 861,
263
273
  "name": "强行运输舰队,拔锚!",
264
274
  },
265
- Object {
275
+ {
266
276
  "code": "Bq4",
267
277
  "gameId": 862,
268
278
  "name": "实施前线航空侦察!",
269
279
  },
270
- Object {
280
+ {
271
281
  "code": "Bq10",
272
282
  "gameId": 872,
273
283
  "name": "战果扩张任务!“Z 作战” 后段作战",
274
284
  },
275
- Object {
285
+ {
276
286
  "code": "Bq5",
277
287
  "gameId": 873,
278
288
  "name": "实施北方海域警备吧!",
279
289
  },
280
- Object {
290
+ {
281
291
  "code": "Bq6",
282
292
  "gameId": 875,
283
293
  "name": "精锐「三一驱」,突入铁底海域!",
284
294
  },
285
- Object {
295
+ {
286
296
  "code": "Bq7",
287
297
  "gameId": 888,
288
298
  "name": "新编成「三川舰队」,突入铁底海峡!",
289
299
  },
290
- Object {
300
+ {
291
301
  "code": "Bq8",
292
302
  "gameId": 893,
293
303
  "name": "彻底确保泊地周边海域的安全!",
294
304
  },
295
- Object {
305
+ {
296
306
  "code": "Bq9",
297
307
  "gameId": 894,
298
308
  "name": "投入空母战力进行补给线的战斗警戒",
299
309
  },
300
- Object {
310
+ {
301
311
  "code": "Bq13",
302
312
  "gameId": 903,
303
313
  "name": "扩张「六水战」,向最前线!",
304
314
  },
305
315
  ],
306
316
  "singleQuest": Any<Array>,
307
- "weeklyQuest": Array [
308
- Object {
317
+ "weeklyQuest": [
318
+ {
309
319
  "code": "Bw3",
310
320
  "gameId": 213,
311
321
  "name": "海上通商破坏作战",
312
322
  },
313
- Object {
323
+ {
314
324
  "code": "Bw1",
315
325
  "gameId": 214,
316
326
  "name": "あ号作战",
317
327
  },
318
- Object {
328
+ {
319
329
  "code": "Bw2",
320
330
  "gameId": 220,
321
331
  "name": "い号作战",
322
332
  },
323
- Object {
333
+ {
324
334
  "code": "Bw4",
325
335
  "gameId": 221,
326
336
  "name": "ろ (Ro) 号作战",
327
337
  },
328
- Object {
338
+ {
329
339
  "code": "Bw5",
330
340
  "gameId": 228,
331
341
  "name": "海上护卫战",
332
342
  },
333
- Object {
343
+ {
334
344
  "code": "Bw6",
335
345
  "gameId": 229,
336
346
  "name": "消灭敌东方舰队!",
337
347
  },
338
- Object {
348
+ {
339
349
  "code": "Bw7",
340
350
  "gameId": 241,
341
351
  "name": "消灭敌北方舰队主力!",
342
352
  },
343
- Object {
353
+ {
344
354
  "code": "Bw8",
345
355
  "gameId": 242,
346
356
  "name": "击破敌东方中枢舰队!",
347
357
  },
348
- Object {
358
+ {
349
359
  "code": "Bw9",
350
360
  "gameId": 243,
351
361
  "name": "掌握南方海域珊瑚诸岛的制空权!",
352
362
  },
353
- Object {
363
+ {
354
364
  "code": "Bw10",
355
365
  "gameId": 261,
356
366
  "name": "努力确保海上输送的安全!",
357
367
  },
358
- Object {
368
+ {
359
369
  "code": "Cw1",
360
370
  "gameId": 302,
361
371
  "name": "大规模演习",
362
372
  },
363
- Object {
373
+ {
364
374
  "code": "Dw1",
365
375
  "gameId": 404,
366
376
  "name": "大规模远征作战、宣布!",
367
377
  },
368
- Object {
378
+ {
369
379
  "code": "Dw2",
370
380
  "gameId": 410,
371
381
  "name": "使向南方的输送作战成功!",
372
382
  },
373
- Object {
383
+ {
374
384
  "code": "Dw3",
375
385
  "gameId": 411,
376
386
  "name": "继续实施往南方的鼠輸送!",
377
387
  },
378
- Object {
388
+ {
379
389
  "code": "Fw1",
380
390
  "gameId": 613,
381
391
  "name": "资源的再利用",
382
392
  },
383
- Object {
393
+ {
384
394
  "code": "Fw2",
385
395
  "gameId": 638,
386
396
  "name": "对空机枪量产!",
387
397
  },
388
- Object {
398
+ {
389
399
  "code": "Gw1",
390
400
  "gameId": 703,
391
401
  "name": "推进「近代化改修」、整顿战备!",
392
402
  },
393
403
  ],
394
- "yearlyQuest": Array [
395
- Object {
404
+ "yearlyQuest": [
405
+ {
396
406
  "code": "Cy1",
397
407
  "gameId": 345,
398
408
  "name": "演习的下午茶时间!",
399
409
  },
400
- Object {
410
+ {
401
411
  "code": "Cy2",
402
412
  "gameId": 346,
403
413
  "name": "精锐至极!主力中的主力,演习开始!",
404
414
  },
405
- Object {
415
+ {
406
416
  "code": "Cy3",
407
417
  "gameId": 348,
408
418
  "name": "「精锐轻巡」演习!",
409
419
  },
410
- Object {
420
+ {
411
421
  "code": "Cy4",
412
422
  "gameId": 350,
413
423
  "name": "精锐「第七驱逐队」演习开始!",
414
424
  },
415
- Object {
425
+ {
416
426
  "code": "Cy5",
417
427
  "gameId": 353,
418
428
  "name": "「巡洋舰战队」演习",
419
429
  },
420
- Object {
430
+ {
421
431
  "code": "Cy6",
422
432
  "gameId": 354,
423
433
  "name": "「改装特务空母」任务部队演习!",
424
434
  },
425
- Object {
435
+ {
426
436
  "code": "Cy7",
427
437
  "gameId": 355,
428
438
  "name": "精锐「第十五驱逐队」第一小队演习!",
429
439
  },
430
- Object {
440
+ {
431
441
  "code": "Cy8",
432
442
  "gameId": 356,
433
443
  "name": "精锐「第十九驱逐队」演习!",
434
444
  },
435
- Object {
445
+ {
436
446
  "code": "Cy9",
437
447
  "gameId": 357,
438
448
  "name": "「大和型战舰」第一舰队演习开始!",
439
449
  },
440
- Object {
450
+ {
441
451
  "code": "Cy10",
442
452
  "gameId": 362,
443
453
  "name": "特型初代 “第十一驱逐队” 演习 special!",
444
454
  },
445
- Object {
455
+ {
446
456
  "code": "Cy11",
447
457
  "gameId": 368,
448
458
  "name": "“十六驱” 演习!",
449
459
  },
450
- Object {
460
+ {
451
461
  "code": "Dy1",
452
462
  "gameId": 434,
453
463
  "name": "特设护卫船团司令部,开始活动!",
454
464
  },
455
- Object {
465
+ {
456
466
  "code": "Dy2",
457
467
  "gameId": 436,
458
468
  "name": "实施练习航海与警备任务!",
459
469
  },
460
- Object {
470
+ {
461
471
  "code": "Dy3",
462
472
  "gameId": 437,
463
473
  "name": "实行小笠原近海警戒线强化!",
464
474
  },
465
- Object {
475
+ {
466
476
  "code": "Dy4",
467
477
  "gameId": 438,
468
478
  "name": "实行南西诸岛方面海上护卫强化!",
469
479
  },
470
- Object {
480
+ {
471
481
  "code": "Dy5",
472
482
  "gameId": 439,
473
483
  "name": "兵站強化远征任务【基本作战】",
474
484
  },
475
- Object {
485
+ {
476
486
  "code": "Dy6",
477
487
  "gameId": 440,
478
488
  "name": "兵站強化远征任务【扩张作战】",
479
489
  },
480
- Object {
490
+ {
481
491
  "code": "Dy7",
482
492
  "gameId": 442,
483
493
  "name": "实施西方联络作战准备!",
484
494
  },
485
- Object {
495
+ {
486
496
  "code": "Dy8",
487
497
  "gameId": 444,
488
498
  "name": "新兵装开发资材输送与船团护卫!",
489
499
  },
490
- Object {
500
+ {
491
501
  "code": "Fy2",
492
502
  "gameId": 654,
493
503
  "name": "编成精锐双翼机飞行队",
494
504
  },
495
- Object {
505
+ {
496
506
  "code": "Fy3",
497
507
  "gameId": 655,
498
508
  "name": "工厂完全运作!开发新兵装!",
499
509
  },
500
- Object {
510
+ {
501
511
  "code": "Fy1",
502
512
  "gameId": 657,
503
513
  "name": "新型兵装的开发整备的强化",
504
514
  },
505
- Object {
515
+ {
506
516
  "code": "Fy4",
507
517
  "gameId": 681,
508
518
  "name": "航空战力再编成与强化准备",
509
519
  },
510
- Object {
520
+ {
511
521
  "code": "Gy1",
512
522
  "gameId": 714,
513
523
  "name": "实施「驱逐舰」的改修工事!",
514
524
  },
515
- Object {
525
+ {
516
526
  "code": "Gy2",
517
527
  "gameId": 715,
518
528
  "name": "续:实施「驱逐舰」的改修工事",
519
529
  },
520
- Object {
530
+ {
521
531
  "code": "Gy3",
522
532
  "gameId": 716,
523
533
  "name": "实施「轻巡」级改修工事",
524
534
  },
525
- Object {
535
+ {
526
536
  "code": "Gy4",
527
537
  "gameId": 717,
528
- "name": "续:实施「轻巡」级改修工事",
538
+ "name": "续: 实施「轻巡」级改修工事",
529
539
  },
530
- Object {
540
+ {
531
541
  "code": "By1",
532
542
  "gameId": 904,
533
543
  "name": "精锐「十九驱」,闪亮出击!",
534
544
  },
535
- Object {
545
+ {
536
546
  "code": "By2",
537
547
  "gameId": 905,
538
548
  "name": "「海防舰」,防卫大海!",
539
549
  },
540
- Object {
550
+ {
541
551
  "code": "By3",
542
552
  "gameId": 912,
543
553
  "name": "工作舰「明石」护卫任务",
544
554
  },
545
- Object {
555
+ {
546
556
  "code": "By4",
547
557
  "gameId": 914,
548
558
  "name": "重巡战队,向西!",
549
559
  },
550
- Object {
560
+ {
551
561
  "code": "By5",
552
562
  "gameId": 928,
553
563
  "name": "历战「第十方面舰队」,全力出击!",
554
564
  },
555
- Object {
565
+ {
556
566
  "code": "By6",
557
567
  "gameId": 944,
558
568
  "name": "实施镇守府近海海域哨戒!",
559
569
  },
560
- Object {
570
+ {
561
571
  "code": "By7",
562
572
  "gameId": 945,
563
573
  "name": "保护南西方面的运输航路安全!",
564
574
  },
565
- Object {
575
+ {
566
576
  "code": "By8",
567
577
  "gameId": 946,
568
578
  "name": "空母机动部队,出击!迎击敌舰队!",
569
579
  },
570
- Object {
580
+ {
571
581
  "code": "By9",
572
582
  "gameId": 947,
573
583
  "name": "AL 作战",
574
584
  },
575
- Object {
585
+ {
576
586
  "code": "By10",
577
587
  "gameId": 948,
578
588
  "name": "机动部队决战",
579
589
  },
580
- Object {
590
+ {
581
591
  "code": "By11",
582
592
  "gameId": 973,
583
593
  "name": "日英美联合水上舰队,起航!",
584
594
  },
585
- Object {
595
+ {
586
596
  "code": "By12",
587
597
  "gameId": 975,
588
598
  "name": "精锐「第十九驱逐队」,全力出击!",
589
599
  },
590
- Object {
600
+ {
591
601
  "code": "Fy5",
592
602
  "gameId": 1103,
593
603
  "name": "量产潜水舰强化兵装",
594
604
  },
595
- Object {
605
+ {
596
606
  "code": "Fy6",
597
607
  "gameId": 1104,
598
608
  "name": "量产潜水舰电子兵装",
599
609
  },
600
- Object {
610
+ {
601
611
  "code": "Fy7",
602
612
  "gameId": 1105,
603
613
  "name": "夏日格纳库整备 & 航空基地整备",
604
614
  },
605
- Object {
615
+ {
606
616
  "code": "Fy8",
607
617
  "gameId": 1107,
608
618
  "name": "【钢材出口】增加陆基航空队的兵力吧!",
609
619
  },
610
- Object {
620
+ {
611
621
  "code": "Fy9",
612
622
  "gameId": 1120,
613
623
  "name": "【机种整理综合】新型战斗机的量产计划",
614
624
  },
615
- Object {
625
+ {
616
626
  "code": "Fy10",
617
627
  "gameId": 1123,
618
628
  "name": "增加改良三座水上偵察機",