poi-plugin-quest-info-2 0.7.2 → 0.8.0

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 (43) hide show
  1. package/.eslintrc.js +1 -2
  2. package/build/kcQuestsData/DATA_VERSION +1 -1
  3. package/build/kcQuestsData/index.ts +1 -1
  4. package/build/kcQuestsData/quests-scn-new.json +1 -3
  5. package/build/kcQuestsData/quests-scn.json +72 -72
  6. package/build/kcanotifyGamedata/DATA_VERSION +1 -1
  7. package/build/kcanotifyGamedata/index.ts +1 -1
  8. package/build/kcanotifyGamedata/quests-en.json +12 -0
  9. package/build/kcanotifyGamedata/quests-jp.json +12 -0
  10. package/build/kcanotifyGamedata/quests-ko.json +12 -5
  11. package/build/kcanotifyGamedata/quests-scn.json +12 -0
  12. package/build/kcanotifyGamedata/quests-tcn.json +12 -0
  13. package/build/prePostQuest.json +4498 -0
  14. package/build/questCategory.json +590 -588
  15. package/build/questCodeMap.json +575 -0
  16. package/i18n/en-US.json +1 -0
  17. package/i18n/ja-JP.json +1 -0
  18. package/i18n/ko-KR.json +1 -0
  19. package/i18n/zh-CN.json +1 -0
  20. package/i18n/zh-TW.json +1 -0
  21. package/package.json +15 -15
  22. package/src/__tests__/__snapshots__/questCategory.spec.ts.snap +113 -113
  23. package/src/__tests__/kcanotifyData.spec.ts +14 -1
  24. package/src/__tests__/kcwikiData.spec.ts +11 -1
  25. package/src/__tests__/questCategory.spec.ts +4 -4
  26. package/src/components/QuestCard/MinimalQuestCard.tsx +14 -14
  27. package/src/components/QuestCard/index.tsx +90 -55
  28. package/src/components/QuestCard/styles.ts +17 -0
  29. package/src/components/QuestList.tsx +5 -8
  30. package/src/components/QuestTag.tsx +104 -0
  31. package/src/poi/hooks.ts +8 -5
  32. package/src/questHelper.ts +25 -4
  33. package/src/store/kcwiki.ts +7 -3
  34. package/src/store/quest.ts +91 -10
  35. package/src/tags.tsx +2 -2
  36. package/scripts/convertAssets.ts +0 -57
  37. package/scripts/downloadKcQuestsData.ts +0 -136
  38. package/scripts/downloadKcanotifyGamedata.ts +0 -132
  39. package/scripts/downloadSprites.ts +0 -126
  40. package/scripts/genQuestCategory.ts +0 -58
  41. package/scripts/proxyFetch.ts +0 -42
  42. package/scripts/utils.ts +0 -8
  43. package/src/components/PreTaskTag.tsx +0 -40
package/.eslintrc.js CHANGED
@@ -19,8 +19,6 @@ module.exports = {
19
19
  'plugin:react/recommended',
20
20
  'plugin:react-hooks/recommended',
21
21
  'prettier',
22
- 'prettier/react',
23
- 'prettier/@typescript-eslint',
24
22
  ],
25
23
  parser: '@typescript-eslint/parser',
26
24
  parserOptions: {
@@ -35,6 +33,7 @@ module.exports = {
35
33
  '@typescript-eslint/no-non-null-assertion': 'off',
36
34
  '@typescript-eslint/no-empty-function': 'off',
37
35
  'react/prop-types': 'off',
36
+ 'react/display-name': 'off',
38
37
  'linebreak-style': ['error', 'unix'],
39
38
  'no-var': 'error',
40
39
  'prefer-const': 'error',
@@ -1 +1 @@
1
- 2b2c2222f933ff9863dec8c72fc6037fbfe375ac
1
+ cf24003d54c1b9cb2f6a76cdd670de717de0886c
@@ -4,4 +4,4 @@ export const KcwikiQuestData = {
4
4
  'zh-CN': zh_CN,
5
5
  }
6
6
 
7
- export const version = '2b2c2222f933ff9863dec8c72fc6037fbfe375ac'
7
+ export const version = 'cf24003d54c1b9cb2f6a76cdd670de717de0886c'
@@ -1,3 +1 @@
1
- [
2
- "314"
3
- ]
1
+ []