poi-plugin-quest-info-2 0.6.3 → 0.6.7

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 CHANGED
@@ -9,7 +9,7 @@ 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.
12
+ ![image](https://user-images.githubusercontent.com/18554747/161830757-0a4e500c-f246-4dbd-820d-0b9a9c5a34a4.png)
13
13
 
14
14
  ## Features
15
15
 
@@ -19,6 +19,20 @@ Paste `poi-plugin-quest-info-2` in the plugins tab and click the install button.
19
19
  - Sync with game quest data.
20
20
  - Auto switch to quest tab when enter quest views.
21
21
 
22
+ ## Development
23
+
24
+ ```sh
25
+ # Install dependencies
26
+ npm install
27
+
28
+ # Download game data from github and convert assets to base64
29
+ # try set `http_proxy` or `https_proxy` as environment when download fail
30
+ npm run build
31
+
32
+ # Run the plugin in web environment
33
+ npm run storybook
34
+ ```
35
+
22
36
  ## Thanks
23
37
 
24
38
  - [poi](https://github.com/poooi/poi)
@@ -1 +1 @@
1
- 9c5a15512d59eaad02e09fe717defba581c4e4a3
1
+ 98f428c28296c17f81d27e2717be6c6ac50f2c36
@@ -4,4 +4,4 @@ export const KcwikiQuestData = {
4
4
  'zh-CN': zh_CN,
5
5
  }
6
6
 
7
- export const version = '9c5a15512d59eaad02e09fe717defba581c4e4a3'
7
+ export const version = '98f428c28296c17f81d27e2717be6c6ac50f2c36'
@@ -1,9 +1,3 @@
1
1
  [
2
- "314",
3
- "329",
4
- "441",
5
- "840",
6
- "841",
7
- "843",
8
- "969"
2
+ "314"
9
3
  ]