poi-plugin-milk 1.1.7 → 1.1.8

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.
@@ -24,8 +24,8 @@
24
24
  <file leaf-file-name="fleet-list.js" pinned="false" current-in-tab="false">
25
25
  <entry file="file://$PROJECT_DIR$/parts/fleet-list.js">
26
26
  <provider selected="true" editor-type-id="text-editor">
27
- <state relative-caret-position="902">
28
- <caret line="208" column="6" lean-forward="false" selection-start-line="208" selection-start-column="6" selection-end-line="208" selection-end-column="6" />
27
+ <state relative-caret-position="779">
28
+ <caret line="61" column="57" lean-forward="false" selection-start-line="61" selection-start-column="57" selection-end-line="61" selection-end-column="57" />
29
29
  <folding />
30
30
  </state>
31
31
  </provider>
@@ -410,12 +410,12 @@
410
410
  <workItem from="1765159374589" duration="297000" />
411
411
  <workItem from="1765245689368" duration="11814000" />
412
412
  <workItem from="1765330674509" duration="116000" />
413
- <workItem from="1765331299194" duration="3066000" />
413
+ <workItem from="1765331299194" duration="3735000" />
414
414
  </task>
415
415
  <servers />
416
416
  </component>
417
417
  <component name="TimeTrackingManager">
418
- <option name="totallyTimeSpent" value="32063000" />
418
+ <option name="totallyTimeSpent" value="32732000" />
419
419
  </component>
420
420
  <component name="ToolWindowManager">
421
421
  <frame x="140" y="22" width="3700" height="2138" extended-state="0" />
@@ -860,8 +860,8 @@
860
860
  </entry>
861
861
  <entry file="file://$PROJECT_DIR$/parts/fleet-list.js">
862
862
  <provider selected="true" editor-type-id="text-editor">
863
- <state relative-caret-position="902">
864
- <caret line="208" column="6" lean-forward="false" selection-start-line="208" selection-start-column="6" selection-end-line="208" selection-end-column="6" />
863
+ <state relative-caret-position="779">
864
+ <caret line="61" column="57" lean-forward="false" selection-start-line="61" selection-start-column="57" selection-end-line="61" selection-end-column="57" />
865
865
  <folding />
866
866
  </state>
867
867
  </provider>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poi-plugin-milk",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Anchorage repair plugin for poi",
5
5
  "main": "index.es",
6
6
  "repository": {
@@ -57,9 +57,9 @@ class FleetList extends _react.Component {
57
57
  const { fleet } = this.props;
58
58
  var needtime = 900;
59
59
  if(fleet.canRepair==0){
60
- needtime = _functions.AKASHI_INTERVAL / 1000;
60
+ needtime = 900;
61
61
  }else if(fleet.canRepair==1){
62
- needtime = _functions.AKASHI_INTERVAL / 1000;;
62
+ needtime = _functions.AKASHI_INTERVAL / 1000;
63
63
  }else if(fleet.canRepair==2||fleet.canRepair==3){
64
64
  needtime = 900;
65
65
  }else if(fleet.canRepair==4||fleet.canRepair==5){