workspace.xml 7.4 KB
Newer Older
Q
qinyingjie 已提交
1 2 3
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ChangeListManager">
4
    <list default="true" id="91bf0d3b-d373-4920-9ed8-5f9bc2b1a62e" name="Default Changelist" comment="fix:删除不需要图片" />
Q
qinyingjie 已提交
5 6 7 8 9 10 11 12
    <option name="SHOW_DIALOG" value="false" />
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
    <option name="LAST_RESOLUTION" value="IGNORE" />
  </component>
  <component name="Git.Settings">
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  </component>
Q
qinyingjie 已提交
13 14 15 16 17 18 19 20 21 22 23
  <component name="GitSEFilterConfiguration">
    <file-type-list>
      <filtered-out-file-type name="LOCAL_BRANCH" />
      <filtered-out-file-type name="REMOTE_BRANCH" />
      <filtered-out-file-type name="TAG" />
      <filtered-out-file-type name="COMMIT_BY_MESSAGE" />
    </file-type-list>
  </component>
  <component name="GoVcsConfiguration">
    <option name="GO_FMT" value="false" />
  </component>
Q
qinyingjie 已提交
24 25 26
  <component name="ProjectId" id="2IqhUMIvPGcPMgphPhwzLjQK7Zy" />
  <component name="ProjectLevelVcsManager">
    <OptionsSetting value="false" id="Update" />
Q
qinyingjie 已提交
27
    <ConfirmationsSetting value="2" id="Add" />
Q
qinyingjie 已提交
28 29 30 31 32 33 34 35 36 37
  </component>
  <component name="ProjectViewState">
    <option name="hideEmptyMiddlePackages" value="true" />
    <option name="showLibraryContents" value="true" />
  </component>
  <component name="PropertiesComponent">
    <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
    <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
    <property name="WebServerToolWindowFactoryState" value="false" />
    <property name="aspect.path.notification.shown" value="true" />
38
    <property name="com.intellij.ide.scratch.LRUPopupBuilder$1/New Scratch File" value="Shell Script&#10;JSON" />
Q
qinyingjie 已提交
39 40 41 42 43 44
    <property name="go.import.settings.migrated" value="true" />
    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
    <property name="node.js.detected.package.eslint" value="true" />
    <property name="node.js.detected.package.tslint" value="true" />
    <property name="node.js.selected.package.eslint" value="(autodetect)" />
    <property name="node.js.selected.package.tslint" value="(autodetect)" />
Q
qinyingjie 已提交
45
    <property name="nodejs_package_manager_path" value="npm" />
Q
qinyingjie 已提交
46 47 48 49 50
    <property name="vue.rearranger.settings.migration" value="true" />
  </component>
  <component name="RebelAgentSelection">
    <selection>jr</selection>
  </component>
Q
qinyingjie 已提交
51 52 53 54 55
  <component name="RecentsManager">
    <key name="CopyFile.RECENT_KEYS">
      <recent name="$PROJECT_DIR$" />
    </key>
  </component>
56 57 58 59 60 61 62 63 64 65 66 67 68
  <component name="RunManager">
    <configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true">
      <option name="arquillianRunConfiguration">
        <value>
          <option name="containerStateName" value="" />
        </value>
      </option>
      <option name="TEST_OBJECT" value="class" />
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
  </component>
Q
qinyingjie 已提交
69 70 71 72 73 74 75 76 77
  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
      <changelist id="91bf0d3b-d373-4920-9ed8-5f9bc2b1a62e" name="Default Changelist" comment="" />
      <created>1670915035613</created>
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
      <updated>1670915035613</updated>
      <workItem from="1670915036973" duration="43000" />
Q
qinyingjie 已提交
78 79
      <workItem from="1671161794593" duration="2658000" />
      <workItem from="1671176829508" duration="202000" />
Q
qinyingjie 已提交
80
      <workItem from="1675134859810" duration="974000" />
81 82 83 84
      <workItem from="1675825209865" duration="9086000" />
      <workItem from="1679219409280" duration="898000" />
      <workItem from="1679468916343" duration="97000" />
      <workItem from="1679469061302" duration="508000" />
85 86
      <workItem from="1679471610724" duration="132000" />
      <workItem from="1680411232632" duration="174000" />
87
      <workItem from="1680411443948" duration="1100000" />
Q
qinyingjie 已提交
88
    </task>
Q
qinyingjie 已提交
89 90 91 92 93 94 95
    <task id="LOCAL-00001" summary="fix:新增图片">
      <created>1671176526972</created>
      <option name="number" value="00001" />
      <option name="presentableId" value="LOCAL-00001" />
      <option name="project" value="LOCAL" />
      <updated>1671176526972</updated>
    </task>
Q
qinyingjie 已提交
96 97 98 99 100 101 102
    <task id="LOCAL-00002" summary="fix:删除不需要的图片">
      <created>1675135717504</created>
      <option name="number" value="00002" />
      <option name="presentableId" value="LOCAL-00002" />
      <option name="project" value="LOCAL" />
      <updated>1675135717504</updated>
    </task>
Q
qinyingjie 已提交
103 104 105 106 107 108 109
    <task id="LOCAL-00003" summary="fix:删除不需要的图片">
      <created>1675825242711</created>
      <option name="number" value="00003" />
      <option name="presentableId" value="LOCAL-00003" />
      <option name="project" value="LOCAL" />
      <updated>1675825242711</updated>
    </task>
Q
qinyingjie 已提交
110 111 112 113 114 115 116 117 118 119 120 121 122 123
    <task id="LOCAL-00004" summary="fix:删除不需要的图片">
      <created>1675827183340</created>
      <option name="number" value="00004" />
      <option name="presentableId" value="LOCAL-00004" />
      <option name="project" value="LOCAL" />
      <updated>1675827183340</updated>
    </task>
    <task id="LOCAL-00005" summary="fix:删除不需要的图片">
      <created>1675827295497</created>
      <option name="number" value="00005" />
      <option name="presentableId" value="LOCAL-00005" />
      <option name="project" value="LOCAL" />
      <updated>1675827295497</updated>
    </task>
124 125 126 127 128 129 130
    <task id="LOCAL-00006" summary="fix:删除不需要图片">
      <created>1675829522616</created>
      <option name="number" value="00006" />
      <option name="presentableId" value="LOCAL-00006" />
      <option name="project" value="LOCAL" />
      <updated>1675829522616</updated>
    </task>
131 132 133 134 135 136 137
    <task id="LOCAL-00007" summary="fix:删除不需要图片">
      <created>1679471616465</created>
      <option name="number" value="00007" />
      <option name="presentableId" value="LOCAL-00007" />
      <option name="project" value="LOCAL" />
      <updated>1679471616465</updated>
    </task>
138 139 140 141 142 143 144 145
    <task id="LOCAL-00008" summary="fix:删除不需要图片">
      <created>1680485034813</created>
      <option name="number" value="00008" />
      <option name="presentableId" value="LOCAL-00008" />
      <option name="project" value="LOCAL" />
      <updated>1680485034813</updated>
    </task>
    <option name="localTasksCounter" value="9" />
Q
qinyingjie 已提交
146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
    <servers />
  </component>
  <component name="TypeScriptGeneratedFilesManager">
    <option name="version" value="3" />
  </component>
  <component name="Vcs.Log.Tabs.Properties">
    <option name="TAB_STATES">
      <map>
        <entry key="MAIN">
          <value>
            <State />
          </value>
        </entry>
      </map>
    </option>
Q
qinyingjie 已提交
161 162 163 164 165 166
    <option name="oldMeFiltersMigrated" value="true" />
  </component>
  <component name="VcsManagerConfiguration">
    <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
    <option name="CHECK_NEW_TODO" value="false" />
    <MESSAGE value="fix:新增图片" />
Q
qinyingjie 已提交
167
    <MESSAGE value="fix:删除不需要的图片" />
168 169
    <MESSAGE value="fix:删除不需要图片" />
    <option name="LAST_COMMIT_MESSAGE" value="fix:删除不需要图片" />
Q
qinyingjie 已提交
170 171
  </component>
</project>