poi-plugin-quest-info-2 0.7.1 → 0.7.4

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 (50) hide show
  1. package/.eslintrc.js +1 -0
  2. package/README.md +2 -0
  3. package/build/kcQuestsData/DATA_VERSION +1 -1
  4. package/build/kcQuestsData/index.ts +1 -1
  5. package/build/kcQuestsData/quests-scn-new.json +1 -3
  6. package/build/kcQuestsData/quests-scn.json +72 -72
  7. package/build/kcanotifyGamedata/DATA_VERSION +1 -1
  8. package/build/kcanotifyGamedata/index.ts +1 -1
  9. package/build/kcanotifyGamedata/quests-en.json +12 -0
  10. package/build/kcanotifyGamedata/quests-jp.json +12 -0
  11. package/build/kcanotifyGamedata/quests-ko.json +12 -5
  12. package/build/kcanotifyGamedata/quests-scn.json +12 -0
  13. package/build/kcanotifyGamedata/quests-tcn.json +12 -0
  14. package/build/prePostQuest.json +4498 -0
  15. package/build/questCategory.json +590 -588
  16. package/build/questMap.json +575 -0
  17. package/i18n/en-US.json +4 -3
  18. package/i18n/ja-JP.json +4 -3
  19. package/i18n/ko-KR.json +2 -1
  20. package/i18n/zh-CN.json +4 -3
  21. package/i18n/zh-TW.json +4 -3
  22. package/package.json +3 -3
  23. package/src/App.tsx +1 -1
  24. package/src/Toolbar.tsx +5 -67
  25. package/src/__tests__/__snapshots__/questCategory.spec.ts.snap +113 -113
  26. package/src/__tests__/kcanotifyData.spec.ts +14 -1
  27. package/src/__tests__/kcwikiData.spec.ts +11 -1
  28. package/src/__tests__/questCategory.spec.ts +4 -4
  29. package/src/components/QuestCard/MinimalQuestCard.tsx +11 -14
  30. package/src/components/QuestCard/index.tsx +86 -55
  31. package/src/components/QuestCard/styles.ts +17 -0
  32. package/src/components/QuestList.tsx +3 -6
  33. package/src/components/{PreTaskTag.tsx → QuestTag.tsx} +3 -2
  34. package/src/questHelper.ts +13 -5
  35. package/src/store/quest.ts +3 -3
  36. package/src/tags.tsx +172 -0
  37. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -14
  38. package/.github/ISSUE_TEMPLATE/feature_request.md +0 -12
  39. package/.github/workflows/build.yml +0 -51
  40. package/.github/workflows/publish.yml +0 -45
  41. package/.vscode/extensions.json +0 -6
  42. package/.vscode/settings.json +0 -11
  43. package/scripts/convertAssets.ts +0 -57
  44. package/scripts/downloadKcQuestsData.ts +0 -136
  45. package/scripts/downloadKcanotifyGamedata.ts +0 -132
  46. package/scripts/downloadSprites.ts +0 -126
  47. package/scripts/genQuestCategory.ts +0 -58
  48. package/scripts/proxyFetch.ts +0 -42
  49. package/scripts/utils.ts +0 -8
  50. package/src/tags.ts +0 -66
package/.eslintrc.js CHANGED
@@ -35,6 +35,7 @@ module.exports = {
35
35
  '@typescript-eslint/no-non-null-assertion': 'off',
36
36
  '@typescript-eslint/no-empty-function': 'off',
37
37
  'react/prop-types': 'off',
38
+ 'react/display-name': 'off',
38
39
  'linebreak-style': ['error', 'unix'],
39
40
  'no-var': 'error',
40
41
  'prefer-const': 'error',
package/README.md CHANGED
@@ -9,6 +9,8 @@ A [poi](https://github.com/poooi/poi) plugin that helps you view quest info. Dat
9
9
 
10
10
  ## Installation
11
11
 
12
+ Paste `poi-plugin-quest-info-2` in the plugins tab and click the install button.
13
+
12
14
  ![image](https://user-images.githubusercontent.com/18554747/161830757-0a4e500c-f246-4dbd-820d-0b9a9c5a34a4.png)
13
15
 
14
16
  ## Features
@@ -1 +1 @@
1
- 2b2c2222f933ff9863dec8c72fc6037fbfe375ac
1
+ 433261cf82381efd22702e882ad359bf426695b5
@@ -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 = '433261cf82381efd22702e882ad359bf426695b5'
@@ -1,3 +1 @@
1
- [
2
- "314"
3
- ]
1
+ []