poi-plugin-item-improvement2-beta 0.0.52 → 0.0.55
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/.idea/workspace.xml +38 -32
- package/assets/db/arsenal_all.nedb +364 -349
- package/assets/db/arsenal_weekday.nedb +7 -7
- package/assets/db/items.nedb +364 -349
- package/assets/icon/104.png +0 -0
- package/package.json +1 -1
- package/views/item-info-area.js +1 -3
- package/views/selectors.js +1 -1
- package/views/starcraft/utils.js +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -5,7 +5,11 @@
|
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
7
|
<list default="true" id="40128e24-f8c8-43c8-87be-27f4e2d2db24" name="更改" comment="">
|
|
8
|
-
<change
|
|
8
|
+
<change afterPath="$PROJECT_DIR$/assets/icon/104.png" afterDir="false" />
|
|
9
|
+
<change beforePath="$PROJECT_DIR$/assets/db/arsenal_all.nedb" beforeDir="false" afterPath="$PROJECT_DIR$/assets/db/arsenal_all.nedb" afterDir="false" />
|
|
10
|
+
<change beforePath="$PROJECT_DIR$/assets/db/arsenal_weekday.nedb" beforeDir="false" afterPath="$PROJECT_DIR$/assets/db/arsenal_weekday.nedb" afterDir="false" />
|
|
11
|
+
<change beforePath="$PROJECT_DIR$/assets/db/items.nedb" beforeDir="false" afterPath="$PROJECT_DIR$/assets/db/items.nedb" afterDir="false" />
|
|
12
|
+
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
9
13
|
</list>
|
|
10
14
|
<option name="SHOW_DIALOG" value="false" />
|
|
11
15
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -35,41 +39,41 @@
|
|
|
35
39
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
36
40
|
<option name="showLibraryContents" value="true" />
|
|
37
41
|
</component>
|
|
38
|
-
<component name="PropertiesComponent"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
42
|
+
<component name="PropertiesComponent"><![CDATA[{
|
|
43
|
+
"keyToString": {
|
|
44
|
+
"ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
|
45
|
+
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
|
46
|
+
"Node.js.item-info-row.es.executor": "Run",
|
|
47
|
+
"Node.js.item-info-row.js.executor": "Run",
|
|
48
|
+
"Node.js.mat-row.es.executor": "Run",
|
|
49
|
+
"Node.js.publish.js.executor": "Run",
|
|
50
|
+
"Node.js.selectors.es.executor": "Run",
|
|
51
|
+
"Node.js.useitem-icon.es.executor": "Run",
|
|
52
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
53
|
+
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
|
|
54
|
+
"RunOnceActivity.git.unshallow": "true",
|
|
55
|
+
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
|
|
56
|
+
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
|
57
|
+
"git-widget-placeholder": "main",
|
|
58
|
+
"javascript.preferred.runtime.type.id": "node",
|
|
59
|
+
"last_opened_file_path": "/Users/sakana/code/plugin-item-improvement/assets/icon",
|
|
60
|
+
"node.js.detected.package.eslint": "true",
|
|
61
|
+
"node.js.detected.package.stylelint": "true",
|
|
62
|
+
"node.js.detected.package.tslint": "true",
|
|
63
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
64
|
+
"node.js.selected.package.stylelint": "",
|
|
65
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
66
|
+
"nodejs_package_manager_path": "npm",
|
|
67
|
+
"settings.editor.selected.configurable": "preferences.pluginManager",
|
|
68
|
+
"ts.external.directory.path": "/Applications/WebStorm.app/Contents/plugins/javascript-plugin/jsLanguageServicesImpl/external",
|
|
69
|
+
"vue.rearranger.settings.migration": "true"
|
|
66
70
|
}
|
|
67
|
-
}
|
|
71
|
+
}]]></component>
|
|
68
72
|
<component name="RecentsManager">
|
|
69
73
|
<key name="CopyFile.RECENT_KEYS">
|
|
74
|
+
<recent name="$PROJECT_DIR$/assets/icon" />
|
|
70
75
|
<recent name="$PROJECT_DIR$/assets/db" />
|
|
71
76
|
<recent name="$PROJECT_DIR$/assets" />
|
|
72
|
-
<recent name="$PROJECT_DIR$/assets/icon" />
|
|
73
77
|
<recent name="$PROJECT_DIR$/views" />
|
|
74
78
|
</key>
|
|
75
79
|
<key name="MoveFile.RECENT_KEYS">
|
|
@@ -117,7 +121,9 @@
|
|
|
117
121
|
<workItem from="1768310872462" duration="28030000" />
|
|
118
122
|
<workItem from="1768548476667" duration="153000" />
|
|
119
123
|
<workItem from="1768548645399" duration="890000" />
|
|
120
|
-
<workItem from="1768577343916" duration="
|
|
124
|
+
<workItem from="1768577343916" duration="24825000" />
|
|
125
|
+
<workItem from="1777260186359" duration="1000" />
|
|
126
|
+
<workItem from="1780066941937" duration="3766000" />
|
|
121
127
|
</task>
|
|
122
128
|
<servers />
|
|
123
129
|
</component>
|