poi-plugin-quest-info-2 0.5.2 → 0.5.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.
- package/README.md +17 -2
- package/build/kcQuestsData/DATA_VERSION +1 -1
- package/build/kcQuestsData/index.ts +1 -1
- package/build/kcQuestsData/quests-scn.json +2305 -557
- package/build/kcanotifyGamedata/DATA_VERSION +1 -1
- package/build/kcanotifyGamedata/index.ts +1 -1
- package/package.json +6 -5
- package/src/App.tsx +1 -1
- package/src/Settings.tsx +1 -1
- package/src/Toolbar.tsx +8 -7
- package/src/__tests__/kcanotifyData.spec.ts +1 -1
- package/src/__tests__/kcwikiData.spec.ts +11 -5
- package/src/components/QuestCard.tsx +8 -8
- package/src/components/QuestList.tsx +54 -20
- package/src/patch.ts +2 -1
- package/src/poi/env.ts +16 -0
- package/src/poi/hooks.ts +56 -0
- package/src/poi/store.ts +80 -0
- package/src/poi/types.ts +117 -0
- package/src/questHelper.ts +26 -22
- package/src/reducer.ts +1 -1
- package/src/store/quest.ts +21 -54
- package/src/tags.ts +15 -9
- package/src/poi.ts +0 -211
package/README.md
CHANGED
|
@@ -5,14 +5,29 @@
|
|
|
5
5
|
|
|
6
6
|
A [poi](https://github.com/poooi/poi) plugin that helps you view quest info. Data maintained by [kcanotify-gamedata](https://github.com/antest1/kcanotify-gamedata) & [kc3-translations](https://github.com/KC3Kai/kc3-translations) & [kcQuests](https://github.com/kcwikizh/kcQuests).
|
|
7
7
|
|
|
8
|
+

|
|
9
|
+
|
|
8
10
|
## Installation
|
|
9
11
|
|
|
10
12
|
Paste `poi-plugin-quest-info-2` in the plugins tab and click the install button.
|
|
11
13
|
|
|
14
|
+
## Features
|
|
15
|
+
|
|
16
|
+
- Translated quest info.(English/Simplified Chinese/Traditional Chinese/Korean)
|
|
17
|
+
- Task panel translation.
|
|
18
|
+
- Quest search and filter.
|
|
19
|
+
- Sync with game quest data.
|
|
20
|
+
- Auto switch to quest tab when enter quest views.
|
|
21
|
+
|
|
12
22
|
## Thanks
|
|
13
23
|
|
|
14
24
|
- [poi](https://github.com/poooi/poi)
|
|
15
|
-
- [kcanotify-gamedata](https://github.com/antest1/kcanotify-gamedata)
|
|
16
|
-
- [poi-plugin-tabex](https://github.com/momocow/poi-plugin-tabex)
|
|
17
25
|
- [plugin-quest](https://github.com/poooi/plugin-quest)
|
|
26
|
+
- [kcanotify-gamedata](https://github.com/antest1/kcanotify-gamedata)
|
|
18
27
|
- [kcQuests](https://github.com/kcwikizh/kcQuests)
|
|
28
|
+
- [舰娘百科](https://zh.kcwiki.cn/wiki/%E8%88%B0%E5%A8%98%E7%99%BE%E7%A7%91)
|
|
29
|
+
- [poi-plugin-tabex](https://github.com/momocow/poi-plugin-tabex)
|
|
30
|
+
|
|
31
|
+
## License
|
|
32
|
+
|
|
33
|
+
MIT
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
5fc5ff0a78daaefe383d702873a688704f546de4
|