poi-plugin-quest-info-2 0.5.10 → 0.5.11

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.
@@ -2007,13 +2007,6 @@
2007
2007
  "F3"
2008
2008
  ]
2009
2009
  },
2010
- "329": {
2011
- "code": "2101LQ5",
2012
- "desc": "节分任务:编成含 2 艘驱逐舰或海防舰的节分舰队,以该舰队实施节分演习!以令和二年节分演习舰队,本日内取得演习【完全胜利】3 次以上!",
2013
- "memo": "日常任务包含2DD/DE的舰队,在单日内演习S胜3次(不需要SS胜)。 奖励:節分の豆×1",
2014
- "name": "【节分任务】节分演习",
2015
- "pre": []
2016
- },
2017
2010
  "330": {
2018
2011
  "code": "C29",
2019
2012
  "desc": "航母机动部队演习任务:编成航空母舰旗舰和僚舰 1 艘,共 2 艘以上,并含有驱逐舰 2 艘的航母机动部队。",
@@ -2571,16 +2564,6 @@
2571
2564
  "D31"
2572
2565
  ]
2573
2566
  },
2574
- "441": {
2575
- "code": "2101LQ9",
2576
- "desc": "节分任务:实施远征任务「西南方面航空侦察作战」「西方海域侦察作战」「西方海域封锁作战」「潜水艇通商破坏作战」并获得成功!",
2577
- "memo": "完成远征B1/27/28/D1,各成功一次。 奖励:Lang",
2578
- "name": "【节分任务】令和三年节分远征任务",
2579
- "pre": [
2580
- "LQ7",
2581
- "C52"
2582
- ]
2583
- },
2584
2567
  "442": {
2585
2568
  "code": "D38",
2586
2569
  "desc": "西方联络作战准备:「远征 | 西方海域侦察作战」(远征 D1)「远征 | 潜水艇派遣演习」(远征 29)「远征 | 潜水艇派遣作战」(远征 30)以及「远征 | 同欧洲方面友军接触」(月常远征 D3)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poi-plugin-quest-info-2",
3
- "version": "0.5.10",
3
+ "version": "0.5.11",
4
4
  "private": false,
5
5
  "description": "show quest info",
6
6
  "homepage": "https://github.com/lawvs/poi-plugin-quest-2/",
@@ -14,7 +14,7 @@ const VERSION_URL =
14
14
  'https://api.github.com/repos/kcwikizh/kcQuests/branches/main'
15
15
 
16
16
  // expired quest: 2021 节分任务
17
- const IGNORE_DATA = [840, 841, 842, 843] as const
17
+ const IGNORE_DATA = [329, 441, 840, 841, 842, 843] as const
18
18
 
19
19
  const getRemoteVersion = async () => {
20
20
  const resp = await fetch(VERSION_URL)