poi-plugin-item-improvement2-beta 0.0.32 → 0.0.52

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 (41) hide show
  1. package/.idea/inspectionProfiles/profiles_settings.xml +7 -0
  2. package/.idea/misc.xml +4 -0
  3. package/.idea/modules.xml +8 -0
  4. package/.idea/plugin-item-improvement.iml +8 -0
  5. package/.idea/workspace.xml +58 -57
  6. package/README.md +1 -1
  7. package/assets/{arsenal.nedb → db/arsenal_all.nedb} +354 -350
  8. package/assets/db/arsenal_weekday.nedb +7 -0
  9. package/assets/{items.nedb → db/items.nedb} +354 -350
  10. package/assets/icon/100.png +0 -0
  11. package/assets/icon/57.png +0 -0
  12. package/assets/icon/70.png +0 -0
  13. package/assets/icon/71.png +0 -0
  14. package/assets/icon/75.png +0 -0
  15. package/assets/icon/77.png +0 -0
  16. package/assets/icon/78.png +0 -0
  17. package/assets/icon/91.png +0 -0
  18. package/assets/icon/92.png +0 -0
  19. package/assets/icon/94.png +0 -0
  20. package/assets/main.css +3 -2
  21. package/i18n/en-US.json +1 -1
  22. package/i18n/ja-JP.json +1 -1
  23. package/i18n/zh-CN.json +1 -1
  24. package/i18n/zh-TW.json +1 -1
  25. package/package.json +4 -2
  26. package/views/detail-row.js +14 -13
  27. package/views/item-info-area.js +4 -2
  28. package/views/mat-row.js +20 -34
  29. package/views/selectors.js +66 -37
  30. package/views/starcraft/add-new-equip-view.js +35 -33
  31. package/views/starcraft/control-panel.js +29 -14
  32. package/views/starcraft/equip-category-view.js +15 -34
  33. package/views/starcraft/equip-list-view.js +36 -48
  34. package/views/starcraft/equiptype.js +23 -35
  35. package/views/starcraft/plan-modify-control.js +3 -3
  36. package/views/starcraft/starcraft-area.js +31 -43
  37. package/views/starcraft/utils.js +44 -2
  38. package/views/useitem-icon.js +10 -2
  39. package/assets/arsenal_weekday.nedb +0 -7
  40. package/publish.js +0 -111
  41. /package/assets/{useitem.svg → icon/useitem.svg} +0 -0
@@ -0,0 +1,7 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="PROJECT_PROFILE" value="Default" />
4
+ <option name="USE_PROJECT_PROFILE" value="false" />
5
+ <version value="1.0" />
6
+ </settings>
7
+ </component>
package/.idea/misc.xml ADDED
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (shizhidadong)" project-jdk-type="Python SDK" />
4
+ </project>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/plugin-item-improvement.iml" filepath="$PROJECT_DIR$/.idea/plugin-item-improvement.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="PYTHON_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="jdk" jdkName="Python 3.9 (shizhidadong)" jdkType="Python SDK" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ </component>
8
+ </module>
@@ -5,11 +5,7 @@
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
7
  <list default="true" id="40128e24-f8c8-43c8-87be-27f4e2d2db24" name="更改" comment="">
8
- <change afterPath="$PROJECT_DIR$/assets/arsenal_weekday.nedb" afterDir="false" />
9
- <change beforePath="$PROJECT_DIR$/assets/arsenal.nedb" beforeDir="false" afterPath="$PROJECT_DIR$/assets/arsenal.nedb" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/assets/items.nedb" beforeDir="false" afterPath="$PROJECT_DIR$/assets/items.nedb" afterDir="false" />
11
- <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
12
- <change beforePath="$PROJECT_DIR$/views/selectors.es" beforeDir="false" afterPath="$PROJECT_DIR$/views/selectors.es" afterDir="false" />
8
+ <change beforePath="$PROJECT_DIR$/views/starcraft/utils.es" beforeDir="false" afterPath="$PROJECT_DIR$/views/starcraft/utils.es" afterDir="false" />
13
9
  </list>
14
10
  <option name="SHOW_DIALOG" value="false" />
15
11
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -39,33 +35,46 @@
39
35
  <option name="hideEmptyMiddlePackages" value="true" />
40
36
  <option name="showLibraryContents" value="true" />
41
37
  </component>
42
- <component name="PropertiesComponent"><![CDATA[{
43
- "keyToString": {
44
- "ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
45
- "ModuleVcsDetector.initialDetectionPerformed": "true",
46
- "Node.js.item-info-row.js.executor": "Run",
47
- "Node.js.publish.js.executor": "Run",
48
- "Node.js.selectors.es.executor": "Run",
49
- "RunOnceActivity.ShowReadmeOnStart": "true",
50
- "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
51
- "RunOnceActivity.git.unshallow": "true",
52
- "RunOnceActivity.typescript.service.memoryLimit.init": "true",
53
- "SHARE_PROJECT_CONFIGURATION_FILES": "true",
54
- "git-widget-placeholder": "main",
55
- "javascript.preferred.runtime.type.id": "node",
56
- "last_opened_file_path": "/Users/sakana/code/plugin-item-improvement/assets",
57
- "node.js.detected.package.eslint": "true",
58
- "node.js.detected.package.tslint": "true",
59
- "node.js.selected.package.eslint": "(autodetect)",
60
- "node.js.selected.package.tslint": "(autodetect)",
61
- "nodejs_package_manager_path": "npm",
62
- "settings.editor.selected.configurable": "preferences.keymap",
63
- "vue.rearranger.settings.migration": "true"
38
+ <component name="PropertiesComponent">{
39
+ &quot;keyToString&quot;: {
40
+ &quot;ASKED_SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
41
+ &quot;ModuleVcsDetector.initialDetectionPerformed&quot;: &quot;true&quot;,
42
+ &quot;Node.js.item-info-row.es.executor&quot;: &quot;Run&quot;,
43
+ &quot;Node.js.item-info-row.js.executor&quot;: &quot;Run&quot;,
44
+ &quot;Node.js.mat-row.es.executor&quot;: &quot;Run&quot;,
45
+ &quot;Node.js.publish.js.executor&quot;: &quot;Run&quot;,
46
+ &quot;Node.js.selectors.es.executor&quot;: &quot;Run&quot;,
47
+ &quot;Node.js.useitem-icon.es.executor&quot;: &quot;Run&quot;,
48
+ &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
49
+ &quot;RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252&quot;: &quot;true&quot;,
50
+ &quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
51
+ &quot;RunOnceActivity.typescript.service.memoryLimit.init&quot;: &quot;true&quot;,
52
+ &quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
53
+ &quot;git-widget-placeholder&quot;: &quot;main&quot;,
54
+ &quot;javascript.preferred.runtime.type.id&quot;: &quot;node&quot;,
55
+ &quot;last_opened_file_path&quot;: &quot;/Users/sakana/code/plugin-item-improvement/assets/db&quot;,
56
+ &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
57
+ &quot;node.js.detected.package.stylelint&quot;: &quot;true&quot;,
58
+ &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
59
+ &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
60
+ &quot;node.js.selected.package.stylelint&quot;: &quot;&quot;,
61
+ &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
62
+ &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
63
+ &quot;settings.editor.selected.configurable&quot;: &quot;preferences.pluginManager&quot;,
64
+ &quot;ts.external.directory.path&quot;: &quot;/Applications/WebStorm.app/Contents/plugins/javascript-plugin/jsLanguageServicesImpl/external&quot;,
65
+ &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
64
66
  }
65
- }]]></component>
67
+ }</component>
66
68
  <component name="RecentsManager">
67
69
  <key name="CopyFile.RECENT_KEYS">
70
+ <recent name="$PROJECT_DIR$/assets/db" />
68
71
  <recent name="$PROJECT_DIR$/assets" />
72
+ <recent name="$PROJECT_DIR$/assets/icon" />
73
+ <recent name="$PROJECT_DIR$/views" />
74
+ </key>
75
+ <key name="MoveFile.RECENT_KEYS">
76
+ <recent name="$PROJECT_DIR$/assets/db" />
77
+ <recent name="$PROJECT_DIR$/assets/icon" />
69
78
  </key>
70
79
  </component>
71
80
  <component name="SharedIndexes">
@@ -90,7 +99,25 @@
90
99
  <workItem from="1767265931452" duration="395000" />
91
100
  <workItem from="1767266330648" duration="5077000" />
92
101
  <workItem from="1767272485923" duration="3120000" />
93
- <workItem from="1767275985364" duration="2362000" />
102
+ <workItem from="1767275985364" duration="4189000" />
103
+ <workItem from="1767280935871" duration="42697000" />
104
+ <workItem from="1767358619187" duration="6000" />
105
+ <workItem from="1767358634299" duration="15946000" />
106
+ <workItem from="1767380289747" duration="38000" />
107
+ <workItem from="1767380434707" duration="2000" />
108
+ <workItem from="1767381357135" duration="110000" />
109
+ <workItem from="1767381761070" duration="21000" />
110
+ <workItem from="1767382251786" duration="4000" />
111
+ <workItem from="1767440947438" duration="7760000" />
112
+ <workItem from="1767463589760" duration="11011000" />
113
+ <workItem from="1767536472672" duration="47997000" />
114
+ <workItem from="1767955263226" duration="560000" />
115
+ <workItem from="1768276631547" duration="4031000" />
116
+ <workItem from="1768281570910" duration="27860000" />
117
+ <workItem from="1768310872462" duration="28030000" />
118
+ <workItem from="1768548476667" duration="153000" />
119
+ <workItem from="1768548645399" duration="890000" />
120
+ <workItem from="1768577343916" duration="16606000" />
94
121
  </task>
95
122
  <servers />
96
123
  </component>
@@ -100,13 +127,12 @@
100
127
  <component name="Vcs.Log.Tabs.Properties">
101
128
  <option name="OPEN_GENERIC_TABS">
102
129
  <map>
103
- <entry key="58259129-2460-4a0e-b302-350805d6bd55" value="TOOL_WINDOW" />
104
- <entry key="a82f41bb-08d4-4df9-9063-096f78d1883c" value="TOOL_WINDOW" />
130
+ <entry key="712592f3-c312-49ef-9be5-7df54c39e845" value="TOOL_WINDOW" />
105
131
  </map>
106
132
  </option>
107
133
  <option name="TAB_STATES">
108
134
  <map>
109
- <entry key="58259129-2460-4a0e-b302-350805d6bd55">
135
+ <entry key="712592f3-c312-49ef-9be5-7df54c39e845">
110
136
  <value>
111
137
  <State>
112
138
  <option name="FILTERS">
@@ -136,31 +162,6 @@
136
162
  <State />
137
163
  </value>
138
164
  </entry>
139
- <entry key="a82f41bb-08d4-4df9-9063-096f78d1883c">
140
- <value>
141
- <State>
142
- <option name="FILTERS">
143
- <map>
144
- <entry key="branch">
145
- <value>
146
- <list>
147
- <option value="HEAD" />
148
- </list>
149
- </value>
150
- </entry>
151
- <entry key="roots">
152
- <value>
153
- <list>
154
- <option value="$PROJECT_DIR$" />
155
- </list>
156
- </value>
157
- </entry>
158
- </map>
159
- </option>
160
- <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
161
- </State>
162
- </value>
163
- </entry>
164
165
  </map>
165
166
  </option>
166
167
  </component>
package/README.md CHANGED
@@ -4,4 +4,4 @@ Show improvable items of the day
4
4
  Put the folder into /path/to/poi/resources/app/plugins.
5
5
 
6
6
  #### Data source
7
- The plugin makes use of data from [WhoCallsTheFleet](https://github.com/Diablohu/WhoCallsTheFleet) and [Kcwiki API](http://api.kcwiki.moe/) Project.
7
+ The plugin makes use of data from [JA Wiki](https://wikiwiki.jp/kancolle/%E6%94%B9%E4%BF%AE%E8%A1%A8#SmallCaliber/) and [Kcwiki API](http://api.kcwiki.moe/) Project.