workspace.xml 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="82570a17-8430-4238-ae79-81bbbd2de81f" name="Default Changelist" comment="index 轮播">
  5. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  6. </list>
  7. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  8. <option name="SHOW_DIALOG" value="false" />
  9. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  10. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  11. <option name="LAST_RESOLUTION" value="IGNORE" />
  12. </component>
  13. <component name="FUSProjectUsageTrigger">
  14. <session id="739377457">
  15. <usages-collector id="statistics.lifecycle.project">
  16. <counts>
  17. <entry key="project.closed" value="5" />
  18. <entry key="project.open.time.0" value="2" />
  19. <entry key="project.open.time.1" value="1" />
  20. <entry key="project.open.time.6" value="1" />
  21. <entry key="project.opened" value="4" />
  22. </counts>
  23. </usages-collector>
  24. <usages-collector id="statistics.file.extensions.open">
  25. <counts>
  26. <entry key="33" value="1" />
  27. <entry key="gitignore" value="1" />
  28. <entry key="html" value="12" />
  29. <entry key="ico" value="1" />
  30. <entry key="png" value="8" />
  31. </counts>
  32. </usages-collector>
  33. <usages-collector id="statistics.file.types.open">
  34. <counts>
  35. <entry key="HTML" value="12" />
  36. <entry key="Image" value="9" />
  37. <entry key="PLAIN_TEXT" value="2" />
  38. </counts>
  39. </usages-collector>
  40. <usages-collector id="statistics.file.extensions.edit">
  41. <counts>
  42. <entry key="gitignore" value="2" />
  43. <entry key="html" value="97" />
  44. <entry key="txt" value="30" />
  45. </counts>
  46. </usages-collector>
  47. <usages-collector id="statistics.file.types.edit">
  48. <counts>
  49. <entry key="HTML" value="97" />
  50. <entry key="PLAIN_TEXT" value="32" />
  51. </counts>
  52. </usages-collector>
  53. </session>
  54. <session id="1525361887">
  55. <usages-collector id="statistics.lifecycle.project">
  56. <counts>
  57. <entry key="project.closed" value="3" />
  58. <entry key="project.open.time.0" value="4" />
  59. <entry key="project.open.time.10" value="1" />
  60. <entry key="project.opened" value="5" />
  61. </counts>
  62. </usages-collector>
  63. <usages-collector id="statistics.file.extensions.open">
  64. <counts>
  65. <entry key="html" value="5" />
  66. <entry key="ico" value="2" />
  67. </counts>
  68. </usages-collector>
  69. <usages-collector id="statistics.file.types.open">
  70. <counts>
  71. <entry key="HTML" value="5" />
  72. <entry key="Image" value="2" />
  73. </counts>
  74. </usages-collector>
  75. <usages-collector id="statistics.file.extensions.edit">
  76. <counts>
  77. <entry key="html" value="17" />
  78. <entry key="txt" value="1" />
  79. </counts>
  80. </usages-collector>
  81. <usages-collector id="statistics.file.types.edit">
  82. <counts>
  83. <entry key="HTML" value="17" />
  84. <entry key="PLAIN_TEXT" value="1" />
  85. </counts>
  86. </usages-collector>
  87. </session>
  88. </component>
  89. <component name="FileEditorManager">
  90. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  91. <file pinned="false" current-in-tab="false">
  92. <entry file="file://$PROJECT_DIR$/xgk/xgk.html">
  93. <provider selected="true" editor-type-id="text-editor">
  94. <state relative-caret-position="99">
  95. <caret line="3" column="6" selection-start-line="3" selection-start-column="6" selection-end-line="3" selection-end-column="6" />
  96. </state>
  97. </provider>
  98. </entry>
  99. </file>
  100. <file pinned="false" current-in-tab="false">
  101. <entry file="file://$PROJECT_DIR$/index.html">
  102. <provider selected="true" editor-type-id="text-editor">
  103. <state relative-caret-position="330">
  104. <caret line="10" column="12" lean-forward="true" selection-start-line="10" selection-start-column="12" selection-end-line="10" selection-end-column="12" />
  105. <folding>
  106. <element signature="n#style#0;n#div#0;n#div#1;n#div#0;n#div#0;n#div#0;n#body#0;n#html#0;n#!!top" expanded="true" />
  107. <element signature="n#style#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
  108. <element signature="n#style#0;n#a#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
  109. <element signature="n#style#0;n#a#1;n#div#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
  110. </folding>
  111. </state>
  112. </provider>
  113. </entry>
  114. </file>
  115. <file pinned="false" current-in-tab="true">
  116. <entry file="file://$PROJECT_DIR$/imgs/favicon.ico">
  117. <provider selected="true" editor-type-id="images" />
  118. </entry>
  119. </file>
  120. <file pinned="false" current-in-tab="false">
  121. <entry file="file://$PROJECT_DIR$/h_news/news_list.html">
  122. <provider selected="true" editor-type-id="text-editor">
  123. <state relative-caret-position="242">
  124. <caret line="9" column="77" selection-start-line="9" selection-start-column="77" selection-end-line="9" selection-end-column="77" />
  125. </state>
  126. </provider>
  127. </entry>
  128. </file>
  129. <file pinned="false" current-in-tab="false">
  130. <entry file="file://$PROJECT_DIR$/h_news/news_detail.html">
  131. <provider selected="true" editor-type-id="text-editor">
  132. <state relative-caret-position="176">
  133. <caret line="6" column="74" selection-start-line="6" selection-start-column="74" selection-end-line="6" selection-end-column="74" />
  134. </state>
  135. </provider>
  136. </entry>
  137. </file>
  138. <file pinned="false" current-in-tab="false">
  139. <entry file="file://$PROJECT_DIR$/h_exam/exam_detail.html">
  140. <provider selected="true" editor-type-id="text-editor" />
  141. </entry>
  142. </file>
  143. <file pinned="false" current-in-tab="false">
  144. <entry file="file://$PROJECT_DIR$/h_exam/exam_detail_img.html">
  145. <provider selected="true" editor-type-id="text-editor" />
  146. </entry>
  147. </file>
  148. <file pinned="false" current-in-tab="false">
  149. <entry file="file://$PROJECT_DIR$/h_exam/exam_list.html">
  150. <provider selected="true" editor-type-id="text-editor">
  151. <state relative-caret-position="429">
  152. <caret line="13" column="18" selection-start-line="13" selection-start-column="18" selection-end-line="13" selection-end-column="18" />
  153. </state>
  154. </provider>
  155. </entry>
  156. </file>
  157. </leaf>
  158. </component>
  159. <component name="FindInProjectRecents">
  160. <findStrings>
  161. <find>gaokaoapp.</find>
  162. <find>xingaokao</find>
  163. <find>\&lt;div class\=\&quot;header\&quot;\&gt;\n \&lt;div class\=\&quot;container\&quot;\&gt;\n \&lt;div id\=\&quot;face\&quot; class\=\&quot;ha\-item\&quot;\&gt;\n \&lt;div class\=\&quot;img pull\-left\&quot;\&gt;\n \&lt;\!\-\- 网站图标 \-\-\&gt;\n \&lt;\!\-\- \&lt;img src\=\&quot;http\:\/\/www\.nostone\.cn\/static\/img\/logo\.dd1b687\.png \&quot; alt\=\&quot;\&quot; draggable\=\&quot;false\&quot;\&gt; \-\-\&gt;\n \&lt;span\&gt;大联考\&lt;\/span\&gt;\n \&lt;\/div\&gt;\n \&lt;div class\=\&quot;app pull\-right\&quot;\&gt;\n \&lt;a href\=\&quot;http\:\/\/down\.gaokaoapp\.net\&quot; draggable\=\&quot;false\&quot;\&gt;\n \&lt;img src\=\&quot;\.\.\/imgs\/app_dowload\.png\&quot; alt\=\&quot;\&quot; draggable\=\&quot;false\&quot;\&gt;\&lt;br\&gt;\n \&lt;span\&gt;大联考App下载\&lt;\/span\&gt;\n \&lt;\/a\&gt;\n \&lt;\/div\&gt;\n \&lt;\/div\&gt;\n \&lt;\/div\&gt;\n \&lt;\/div\&gt;</find>
  164. <find>http://www.gaokaoapp.net</find>
  165. <find>download</find>
  166. <find>time</find>
  167. <find>文章标题</find>
  168. <find>创建时间</find>
  169. <find>imgs/app.png</find>
  170. <find>bg.</find>
  171. </findStrings>
  172. <replaceStrings>
  173. <replace />
  174. <replace>http://gaokaoapp.net</replace>
  175. </replaceStrings>
  176. </component>
  177. <component name="Git.Settings">
  178. <option name="UPDATE_TYPE" value="MERGE" />
  179. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  180. </component>
  181. <component name="IdeDocumentHistory">
  182. <option name="CHANGED_PATHS">
  183. <list>
  184. <option value="$PROJECT_DIR$/ngk/ngk.html" />
  185. <option value="$PROJECT_DIR$/h_news/new_detail.html" />
  186. <option value="$PROJECT_DIR$/h_news/news_list.html" />
  187. <option value="$PROJECT_DIR$/h_news/news_detail.html" />
  188. <option value="$PROJECT_DIR$/index.html" />
  189. <option value="$PROJECT_DIR$/33" />
  190. <option value="$PROJECT_DIR$/xgk/xgk.html" />
  191. <option value="$PROJECT_DIR$/.gitignore" />
  192. </list>
  193. </option>
  194. </component>
  195. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  196. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  197. <component name="JsGulpfileManager">
  198. <detection-done>true</detection-done>
  199. <sorting>DEFINITION_ORDER</sorting>
  200. </component>
  201. <component name="ProjectFrameBounds">
  202. <option name="x" value="-44" />
  203. <option name="y" value="9" />
  204. <option name="width" value="1933" />
  205. <option name="height" value="1046" />
  206. </component>
  207. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  208. <component name="ProjectView">
  209. <navigator proportions="" version="1">
  210. <foldersAlwaysOnTop value="true" />
  211. </navigator>
  212. <panes>
  213. <pane id="ProjectPane">
  214. <subPane>
  215. <expand>
  216. <path>
  217. <item name="gs_try" type="b2602c69:ProjectViewProjectNode" />
  218. <item name="gs_try" type="462c0819:PsiDirectoryNode" />
  219. </path>
  220. <path>
  221. <item name="gs_try" type="b2602c69:ProjectViewProjectNode" />
  222. <item name="gs_try" type="462c0819:PsiDirectoryNode" />
  223. <item name="h_exam" type="462c0819:PsiDirectoryNode" />
  224. </path>
  225. <path>
  226. <item name="gs_try" type="b2602c69:ProjectViewProjectNode" />
  227. <item name="gs_try" type="462c0819:PsiDirectoryNode" />
  228. <item name="h_news" type="462c0819:PsiDirectoryNode" />
  229. </path>
  230. <path>
  231. <item name="gs_try" type="b2602c69:ProjectViewProjectNode" />
  232. <item name="gs_try" type="462c0819:PsiDirectoryNode" />
  233. <item name="imgs" type="462c0819:PsiDirectoryNode" />
  234. </path>
  235. <path>
  236. <item name="gs_try" type="b2602c69:ProjectViewProjectNode" />
  237. <item name="gs_try" type="462c0819:PsiDirectoryNode" />
  238. <item name="xgk" type="462c0819:PsiDirectoryNode" />
  239. </path>
  240. </expand>
  241. <select />
  242. </subPane>
  243. </pane>
  244. <pane id="Scope" />
  245. </panes>
  246. </component>
  247. <component name="PropertiesComponent">
  248. <property name="WebServerToolWindowFactoryState" value="false" />
  249. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  250. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  251. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  252. <property name="settings.editor.selected.configurable" value="configurable.group.appearance" />
  253. </component>
  254. <component name="RecentsManager">
  255. <key name="CopyFile.RECENT_KEYS">
  256. <recent name="E:\examwin\examwin_web" />
  257. <recent name="E:\examwin\examwin_web\imgs" />
  258. <recent name="E:\examwin\examwin_web\h_news" />
  259. <recent name="E:\examwin\examwin_web\ngk" />
  260. </key>
  261. </component>
  262. <component name="RestoreUpdateTree" date="Moments ago" ActionInfo="_Update">
  263. <UpdatedFiles>
  264. <FILE-GROUP>
  265. <option name="myUpdateName" value="Updated from server" />
  266. <option name="myStatusName" value="Changed on server" />
  267. <option name="mySupportsDeletion" value="false" />
  268. <option name="myCanBeAbsent" value="false" />
  269. <option name="myId" value="CHANGED_ON_SERVER" />
  270. <FILE-GROUP>
  271. <option name="myUpdateName" value="Updated" />
  272. <option name="myStatusName" value="Changed" />
  273. <option name="mySupportsDeletion" value="false" />
  274. <option name="myCanBeAbsent" value="false" />
  275. <option name="myId" value="UPDATED" />
  276. <PATH vcs="Git" revision="">$PROJECT_DIR$/.idea/workspace.xml</PATH>
  277. <PATH vcs="Git" revision="">$PROJECT_DIR$/xgk/xgk.html</PATH>
  278. </FILE-GROUP>
  279. <FILE-GROUP>
  280. <option name="myUpdateName" value="Created" />
  281. <option name="myStatusName" value="Created" />
  282. <option name="mySupportsDeletion" value="false" />
  283. <option name="myCanBeAbsent" value="false" />
  284. <option name="myId" value="CREATED" />
  285. <PATH vcs="Git" revision="">$PROJECT_DIR$/.gitignore</PATH>
  286. </FILE-GROUP>
  287. <FILE-GROUP>
  288. <option name="myUpdateName" value="Deleted" />
  289. <option name="myStatusName" value="Deleted" />
  290. <option name="mySupportsDeletion" value="false" />
  291. <option name="myCanBeAbsent" value="true" />
  292. <option name="myId" value="REMOVED_FROM_REPOSITORY" />
  293. </FILE-GROUP>
  294. <FILE-GROUP>
  295. <option name="myUpdateName" value="Restored" />
  296. <option name="myStatusName" value="Will be restored" />
  297. <option name="mySupportsDeletion" value="false" />
  298. <option name="myCanBeAbsent" value="false" />
  299. <option name="myId" value="RESTORED" />
  300. </FILE-GROUP>
  301. </FILE-GROUP>
  302. <FILE-GROUP>
  303. <option name="myUpdateName" value="Modified" />
  304. <option name="myStatusName" value="Modified" />
  305. <option name="mySupportsDeletion" value="false" />
  306. <option name="myCanBeAbsent" value="false" />
  307. <option name="myId" value="MODIFIED" />
  308. </FILE-GROUP>
  309. <FILE-GROUP>
  310. <option name="myUpdateName" value="Skipped" />
  311. <option name="myStatusName" value="Skipped" />
  312. <option name="mySupportsDeletion" value="false" />
  313. <option name="myCanBeAbsent" value="false" />
  314. <option name="myId" value="SKIPPED" />
  315. </FILE-GROUP>
  316. <FILE-GROUP>
  317. <option name="myUpdateName" value="Merged with conflicts" />
  318. <option name="myStatusName" value="Will be merged with conflicts" />
  319. <option name="mySupportsDeletion" value="false" />
  320. <option name="myCanBeAbsent" value="false" />
  321. <option name="myId" value="MERGED_WITH_CONFLICTS" />
  322. </FILE-GROUP>
  323. <FILE-GROUP>
  324. <option name="myUpdateName" value="Merged with tree conflicts" />
  325. <option name="myStatusName" value="Merged with tree conflicts" />
  326. <option name="mySupportsDeletion" value="false" />
  327. <option name="myCanBeAbsent" value="false" />
  328. <option name="myId" value="MERGED_WITH_TREE_CONFLICT" />
  329. </FILE-GROUP>
  330. <FILE-GROUP>
  331. <option name="myUpdateName" value="Merged with property conflicts" />
  332. <option name="myStatusName" value="Will be merged with property conflicts" />
  333. <option name="mySupportsDeletion" value="false" />
  334. <option name="myCanBeAbsent" value="false" />
  335. <option name="myId" value="MERGED_WITH_PROPERTY_CONFLICT" />
  336. </FILE-GROUP>
  337. <FILE-GROUP>
  338. <option name="myUpdateName" value="Merged" />
  339. <option name="myStatusName" value="Will be merged" />
  340. <option name="mySupportsDeletion" value="false" />
  341. <option name="myCanBeAbsent" value="false" />
  342. <option name="myId" value="MERGED" />
  343. </FILE-GROUP>
  344. <FILE-GROUP>
  345. <option name="myUpdateName" value="Not in repository" />
  346. <option name="myStatusName" value="Not in repository" />
  347. <option name="mySupportsDeletion" value="true" />
  348. <option name="myCanBeAbsent" value="false" />
  349. <option name="myId" value="UNKNOWN" />
  350. </FILE-GROUP>
  351. <FILE-GROUP>
  352. <option name="myUpdateName" value="Locally added" />
  353. <option name="myStatusName" value="Locally added" />
  354. <option name="mySupportsDeletion" value="false" />
  355. <option name="myCanBeAbsent" value="false" />
  356. <option name="myId" value="LOCALLY_ADDED" />
  357. </FILE-GROUP>
  358. <FILE-GROUP>
  359. <option name="myUpdateName" value="Locally removed" />
  360. <option name="myStatusName" value="Locally removed" />
  361. <option name="mySupportsDeletion" value="false" />
  362. <option name="myCanBeAbsent" value="false" />
  363. <option name="myId" value="LOCALLY_REMOVED" />
  364. </FILE-GROUP>
  365. <FILE-GROUP>
  366. <option name="myUpdateName" value="Switched" />
  367. <option name="myStatusName" value="Switched" />
  368. <option name="mySupportsDeletion" value="false" />
  369. <option name="myCanBeAbsent" value="false" />
  370. <option name="myId" value="SWITCHED" />
  371. </FILE-GROUP>
  372. </UpdatedFiles>
  373. </component>
  374. <component name="RunDashboard">
  375. <option name="ruleStates">
  376. <list>
  377. <RuleState>
  378. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  379. </RuleState>
  380. <RuleState>
  381. <option name="name" value="StatusDashboardGroupingRule" />
  382. </RuleState>
  383. </list>
  384. </option>
  385. </component>
  386. <component name="SvnConfiguration">
  387. <configuration />
  388. </component>
  389. <component name="TaskManager">
  390. <task active="true" id="Default" summary="Default task">
  391. <changelist id="82570a17-8430-4238-ae79-81bbbd2de81f" name="Default Changelist" comment="" />
  392. <created>1628819954865</created>
  393. <option name="number" value="Default" />
  394. <option name="presentableId" value="Default" />
  395. <updated>1628819954865</updated>
  396. </task>
  397. <task id="LOCAL-00001" summary="index">
  398. <created>1628825424289</created>
  399. <option name="number" value="00001" />
  400. <option name="presentableId" value="LOCAL-00001" />
  401. <option name="project" value="LOCAL" />
  402. <updated>1628825424290</updated>
  403. </task>
  404. <task id="LOCAL-00002" summary="index">
  405. <created>1628905200427</created>
  406. <option name="number" value="00002" />
  407. <option name="presentableId" value="LOCAL-00002" />
  408. <option name="project" value="LOCAL" />
  409. <updated>1628905200427</updated>
  410. </task>
  411. <task id="LOCAL-00003" summary="ngk 新高考">
  412. <created>1628906377733</created>
  413. <option name="number" value="00003" />
  414. <option name="presentableId" value="LOCAL-00003" />
  415. <option name="project" value="LOCAL" />
  416. <updated>1628906377733</updated>
  417. </task>
  418. <task id="LOCAL-00004" summary="xgk 新高考">
  419. <created>1628926061037</created>
  420. <option name="number" value="00004" />
  421. <option name="presentableId" value="LOCAL-00004" />
  422. <option name="project" value="LOCAL" />
  423. <updated>1628926061037</updated>
  424. </task>
  425. <task id="LOCAL-00005" summary="alt=大联考">
  426. <created>1629095347159</created>
  427. <option name="number" value="00005" />
  428. <option name="presentableId" value="LOCAL-00005" />
  429. <option name="project" value="LOCAL" />
  430. <updated>1629095347159</updated>
  431. </task>
  432. <task id="LOCAL-00006" summary="index">
  433. <created>1629096552953</created>
  434. <option name="number" value="00006" />
  435. <option name="presentableId" value="LOCAL-00006" />
  436. <option name="project" value="LOCAL" />
  437. <updated>1629096552953</updated>
  438. </task>
  439. <task id="LOCAL-00007" summary="index 轮播">
  440. <created>1629101739388</created>
  441. <option name="number" value="00007" />
  442. <option name="presentableId" value="LOCAL-00007" />
  443. <option name="project" value="LOCAL" />
  444. <updated>1629101739388</updated>
  445. </task>
  446. <task id="LOCAL-00008" summary="index 轮播">
  447. <created>1629106445928</created>
  448. <option name="number" value="00008" />
  449. <option name="presentableId" value="LOCAL-00008" />
  450. <option name="project" value="LOCAL" />
  451. <updated>1629106445928</updated>
  452. </task>
  453. <option name="localTasksCounter" value="9" />
  454. <servers />
  455. </component>
  456. <component name="ToolWindowManager">
  457. <frame x="-61" y="58" width="1933" height="1046" extended-state="1" />
  458. <editor active="true" />
  459. <layout>
  460. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.15750134" />
  461. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  462. <window_info id="Favorites" order="2" side_tool="true" />
  463. <window_info anchor="bottom" id="Message" order="0" />
  464. <window_info anchor="bottom" id="Find" order="1" />
  465. <window_info anchor="bottom" id="Run" order="2" />
  466. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  467. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  468. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  469. <window_info anchor="bottom" id="TODO" order="6" />
  470. <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
  471. <window_info anchor="bottom" id="Version Control" order="8" weight="0.40455532" />
  472. <window_info anchor="bottom" id="Database Changes" order="9" show_stripe_button="false" />
  473. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  474. <window_info anchor="bottom" id="Terminal" order="11" weight="0.3264642" />
  475. <window_info anchor="bottom" id="Python Console" order="12" weight="0.32936078" />
  476. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  477. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  478. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  479. <window_info anchor="right" id="SciView" order="3" />
  480. <window_info anchor="right" id="Database" order="4" />
  481. </layout>
  482. <layout-to-restore>
  483. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.13272922" />
  484. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  485. <window_info id="Favorites" order="2" side_tool="true" />
  486. <window_info anchor="bottom" id="Message" order="0" />
  487. <window_info anchor="bottom" id="Find" order="1" />
  488. <window_info anchor="bottom" id="Run" order="2" />
  489. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  490. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  491. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  492. <window_info anchor="bottom" id="TODO" order="6" />
  493. <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
  494. <window_info active="true" anchor="bottom" id="Version Control" order="8" visible="true" weight="0.329718" />
  495. <window_info anchor="bottom" id="Database Changes" order="9" show_stripe_button="false" />
  496. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  497. <window_info anchor="bottom" id="Terminal" order="11" weight="0.3264642" />
  498. <window_info anchor="bottom" id="Python Console" order="12" weight="0.329718" />
  499. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  500. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  501. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  502. <window_info anchor="right" id="SciView" order="3" />
  503. <window_info anchor="right" id="Database" order="4" />
  504. </layout-to-restore>
  505. </component>
  506. <component name="TypeScriptGeneratedFilesManager">
  507. <option name="version" value="1" />
  508. </component>
  509. <component name="Vcs.Log.History.Properties">
  510. <option name="COLUMN_ORDER">
  511. <list>
  512. <option value="0" />
  513. <option value="2" />
  514. <option value="3" />
  515. <option value="1" />
  516. </list>
  517. </option>
  518. </component>
  519. <component name="Vcs.Log.Tabs.Properties">
  520. <option name="TAB_STATES">
  521. <map>
  522. <entry key="MAIN">
  523. <value>
  524. <State>
  525. <option name="RECENTLY_FILTERED_USER_GROUPS">
  526. <collection />
  527. </option>
  528. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  529. <collection />
  530. </option>
  531. <option name="COLUMN_ORDER">
  532. <list>
  533. <option value="0" />
  534. <option value="1" />
  535. <option value="2" />
  536. <option value="3" />
  537. </list>
  538. </option>
  539. </State>
  540. </value>
  541. </entry>
  542. </map>
  543. </option>
  544. </component>
  545. <component name="VcsContentAnnotationSettings">
  546. <option name="myLimit" value="2678400000" />
  547. </component>
  548. <component name="VcsManagerConfiguration">
  549. <MESSAGE value="ngk 新高考" />
  550. <MESSAGE value="xgk 新高考" />
  551. <MESSAGE value="alt=大联考" />
  552. <MESSAGE value="index" />
  553. <MESSAGE value="index 轮播" />
  554. <option name="LAST_COMMIT_MESSAGE" value="index 轮播" />
  555. </component>
  556. <component name="editorHistoryManager">
  557. <entry file="file://$PROJECT_DIR$/h_news/new_detail.html" />
  558. <entry file="file://$PROJECT_DIR$/h_news/news_list.html">
  559. <provider selected="true" editor-type-id="text-editor">
  560. <state relative-caret-position="242">
  561. <caret line="9" column="77" selection-start-line="9" selection-start-column="77" selection-end-line="9" selection-end-column="77" />
  562. </state>
  563. </provider>
  564. </entry>
  565. <entry file="file://$PROJECT_DIR$/imgs/juanzi.png">
  566. <provider selected="true" editor-type-id="images" />
  567. </entry>
  568. <entry file="file://$PROJECT_DIR$/imgs/qq.png">
  569. <provider selected="true" editor-type-id="images" />
  570. </entry>
  571. <entry file="file://$PROJECT_DIR$/imgs/weibo.png">
  572. <provider selected="true" editor-type-id="images" />
  573. </entry>
  574. <entry file="file://$PROJECT_DIR$/imgs/weixin.png">
  575. <provider selected="true" editor-type-id="images" />
  576. </entry>
  577. <entry file="file://$PROJECT_DIR$/imgs/app_dowload.png">
  578. <provider selected="true" editor-type-id="images" />
  579. </entry>
  580. <entry file="file://$PROJECT_DIR$/imgs/favicon.ico">
  581. <provider selected="true" editor-type-id="images" />
  582. </entry>
  583. <entry file="file://$PROJECT_DIR$/33" />
  584. <entry file="file://$PROJECT_DIR$/index.html">
  585. <provider selected="true" editor-type-id="text-editor">
  586. <state relative-caret-position="330">
  587. <caret line="10" column="12" lean-forward="true" selection-start-line="10" selection-start-column="12" selection-end-line="10" selection-end-column="12" />
  588. <folding>
  589. <element signature="n#style#0;n#div#0;n#div#1;n#div#0;n#div#0;n#div#0;n#body#0;n#html#0;n#!!top" expanded="true" />
  590. <element signature="n#style#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
  591. <element signature="n#style#0;n#a#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
  592. <element signature="n#style#0;n#a#1;n#div#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#0;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
  593. </folding>
  594. </state>
  595. </provider>
  596. </entry>
  597. <entry file="file://$PROJECT_DIR$/imgs/app.png">
  598. <provider selected="true" editor-type-id="images" />
  599. </entry>
  600. <entry file="file://$PROJECT_DIR$/h_news/news_detail.html">
  601. <provider selected="true" editor-type-id="text-editor">
  602. <state relative-caret-position="176">
  603. <caret line="6" column="74" selection-start-line="6" selection-start-column="74" selection-end-line="6" selection-end-column="74" />
  604. </state>
  605. </provider>
  606. </entry>
  607. <entry file="file://$PROJECT_DIR$/imgs/bg.png">
  608. <provider selected="true" editor-type-id="images" />
  609. </entry>
  610. <entry file="file://$PROJECT_DIR$/xgk/xgk.html">
  611. <provider selected="true" editor-type-id="text-editor">
  612. <state relative-caret-position="99">
  613. <caret line="3" column="6" selection-start-line="3" selection-start-column="6" selection-end-line="3" selection-end-column="6" />
  614. </state>
  615. </provider>
  616. </entry>
  617. <entry file="file://$PROJECT_DIR$/.gitignore">
  618. <provider selected="true" editor-type-id="text-editor">
  619. <state relative-caret-position="27">
  620. <caret line="1" lean-forward="true" selection-start-line="1" selection-end-line="1" />
  621. </state>
  622. </provider>
  623. </entry>
  624. </component>
  625. </project>