poi-plugin-quest-info-2 0.8.7 → 0.8.8
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.
- package/build/kcQuestsData/DATA_VERSION +1 -1
- package/build/kcQuestsData/index.ts +1 -1
- package/build/kcQuestsData/quests-scn-new.json +0 -2
- package/build/kcQuestsData/quests-scn.json +4 -2
- package/build/kcanotifyGamedata/DATA_VERSION +1 -1
- package/build/kcanotifyGamedata/index.ts +1 -1
- package/build/prePostQuest.json +6 -2
- package/package.json +1 -1
- package/src/__tests__/__snapshots__/questHelper.spec.ts.snap +2 -0
- package/src/__tests__/kcanotifyData.spec.ts +1 -1
- package/src/__tests__/kcwikiData.spec.ts +1 -1
- package/src/components/QuestList.tsx +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
f1cfaa64f799169f68db23570129cb5805a1de64
|
|
@@ -5922,7 +5922,7 @@
|
|
|
5922
5922
|
"code": "2207B1",
|
|
5923
5923
|
"desc": "在镇守府周围进行海上护航并准备后勤! 出击镇守府海域南西群岛近海、炼油厂地带沿岸、镇守府近海、镇守府近海航路、南西群岛东部奥廖尔海! 以确保安全!",
|
|
5924
5924
|
"memo": "奖励:以下奖励三选一:高速修复材 ×8 钢材 ×4000 开发资材 ×10 以下奖励三选一:勋章 ×1 燃料 ×8000 特制家具职人 ×1",
|
|
5925
|
-
"memo2": "以任意舰队出击 1-2、1-3、1-5、2-3 各一次
|
|
5925
|
+
"memo2": "以任意舰队出击 1-2、1-3、1-5、2-3 各一次 S 胜?1-6 到达终点一次",
|
|
5926
5926
|
"name": "【期间限定任务】资源回复海上护卫",
|
|
5927
5927
|
"pre": []
|
|
5928
5928
|
},
|
|
@@ -5932,7 +5932,9 @@
|
|
|
5932
5932
|
"memo": "奖励:以下奖励三选一:特制家具职人 ×1 补强增设 ×1 勋章 ×1 以下奖励三选一:战斗详报 ×112.7cm 连装炮 C 型改三 x161cm 四連装 (酸素) 魚雷後期型 ×1",
|
|
5933
5933
|
"memo2": "以早潮改二、親潮改二、黒潮改二其中两艘 + 任意舰四艘出击 2-4、5-4、5-5、6-4 各一次 S 胜",
|
|
5934
5934
|
"name": "起锚!精强「第十五驱逐队」",
|
|
5935
|
-
"pre": [
|
|
5935
|
+
"pre": [
|
|
5936
|
+
"B174"
|
|
5937
|
+
]
|
|
5936
5938
|
},
|
|
5937
5939
|
"981": {
|
|
5938
5940
|
"code": "B185",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2022073001
|
package/build/prePostQuest.json
CHANGED
|
@@ -4491,7 +4491,9 @@
|
|
|
4491
4491
|
"pre": [
|
|
4492
4492
|
"B117"
|
|
4493
4493
|
],
|
|
4494
|
-
"post": [
|
|
4494
|
+
"post": [
|
|
4495
|
+
"B184"
|
|
4496
|
+
]
|
|
4495
4497
|
},
|
|
4496
4498
|
"962": {
|
|
4497
4499
|
"pre": [],
|
|
@@ -4618,7 +4620,9 @@
|
|
|
4618
4620
|
"post": []
|
|
4619
4621
|
},
|
|
4620
4622
|
"980": {
|
|
4621
|
-
"pre": [
|
|
4623
|
+
"pre": [
|
|
4624
|
+
"B174"
|
|
4625
|
+
],
|
|
4622
4626
|
"post": [
|
|
4623
4627
|
"B185"
|
|
4624
4628
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { version, QuestData } from '../../build/kcanotifyGamedata'
|
|
2
2
|
|
|
3
3
|
test('should Kcanotify Game data version correct', () => {
|
|
4
|
-
expect(version).toMatchInlineSnapshot(`"
|
|
4
|
+
expect(version).toMatchInlineSnapshot(`"2022073001"`)
|
|
5
5
|
})
|
|
6
6
|
|
|
7
7
|
test('should Kcanotify Game data keys correct', () => {
|
|
@@ -4,7 +4,7 @@ import newQuestData from '../../build/kcQuestsData/quests-scn-new.json'
|
|
|
4
4
|
describe('should version correct', () => {
|
|
5
5
|
test('should KcwikiQuestData Game data version correct', () => {
|
|
6
6
|
expect(version).toMatchInlineSnapshot(
|
|
7
|
-
`"
|
|
7
|
+
`"f1cfaa64f799169f68db23570129cb5805a1de64"`
|
|
8
8
|
)
|
|
9
9
|
})
|
|
10
10
|
|
|
@@ -15,7 +15,6 @@ const QuestListWrapper = styled.div`
|
|
|
15
15
|
// CSS - Overflow: Scroll; - Always show vertical scroll bar?
|
|
16
16
|
// See https://stackoverflow.com/questions/7492062/css-overflow-scroll-always-show-vertical-scroll-bar
|
|
17
17
|
const ListWrapper = styled(List)`
|
|
18
|
-
overflow
|
|
19
18
|
-webkit-overflow-scrolling: auto;
|
|
20
19
|
|
|
21
20
|
::-webkit-scrollbar {
|