workspace.xml 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019
  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="20210827 15-20">
  5. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" />
  7. </list>
  8. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  9. <option name="SHOW_DIALOG" value="false" />
  10. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  11. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  12. <option name="LAST_RESOLUTION" value="IGNORE" />
  13. </component>
  14. <component name="FUSProjectUsageTrigger">
  15. <session id="739377457">
  16. <usages-collector id="statistics.lifecycle.project">
  17. <counts>
  18. <entry key="project.closed" value="20" />
  19. <entry key="project.open.time.0" value="4" />
  20. <entry key="project.open.time.1" value="5" />
  21. <entry key="project.open.time.10" value="1" />
  22. <entry key="project.open.time.11" value="2" />
  23. <entry key="project.open.time.12" value="1" />
  24. <entry key="project.open.time.17" value="1" />
  25. <entry key="project.open.time.2" value="2" />
  26. <entry key="project.open.time.32" value="1" />
  27. <entry key="project.open.time.6" value="1" />
  28. <entry key="project.open.time.8" value="2" />
  29. <entry key="project.open.time.9" value="2" />
  30. <entry key="project.opened" value="22" />
  31. </counts>
  32. </usages-collector>
  33. <usages-collector id="statistics.file.extensions.open">
  34. <counts>
  35. <entry key="33" value="1" />
  36. <entry key="css" value="3" />
  37. <entry key="gitignore" value="2" />
  38. <entry key="html" value="27" />
  39. <entry key="ico" value="2" />
  40. <entry key="js" value="5" />
  41. <entry key="png" value="19" />
  42. </counts>
  43. </usages-collector>
  44. <usages-collector id="statistics.file.types.open">
  45. <counts>
  46. <entry key="CSS" value="3" />
  47. <entry key="HTML" value="27" />
  48. <entry key="Image" value="21" />
  49. <entry key="JavaScript" value="5" />
  50. <entry key="PLAIN_TEXT" value="3" />
  51. </counts>
  52. </usages-collector>
  53. <usages-collector id="statistics.file.extensions.edit">
  54. <counts>
  55. <entry key="css" value="1" />
  56. <entry key="gitignore" value="7" />
  57. <entry key="html" value="225" />
  58. <entry key="js" value="11" />
  59. <entry key="txt" value="68" />
  60. </counts>
  61. </usages-collector>
  62. <usages-collector id="statistics.file.types.edit">
  63. <counts>
  64. <entry key="CSS" value="1" />
  65. <entry key="HTML" value="225" />
  66. <entry key="JavaScript" value="11" />
  67. <entry key="PLAIN_TEXT" value="75" />
  68. </counts>
  69. </usages-collector>
  70. </session>
  71. <session id="1525361887">
  72. <usages-collector id="statistics.lifecycle.project">
  73. <counts>
  74. <entry key="project.closed" value="3" />
  75. <entry key="project.open.time.0" value="4" />
  76. <entry key="project.open.time.10" value="1" />
  77. <entry key="project.opened" value="5" />
  78. </counts>
  79. </usages-collector>
  80. <usages-collector id="statistics.file.extensions.open">
  81. <counts>
  82. <entry key="html" value="5" />
  83. <entry key="ico" value="2" />
  84. </counts>
  85. </usages-collector>
  86. <usages-collector id="statistics.file.types.open">
  87. <counts>
  88. <entry key="HTML" value="5" />
  89. <entry key="Image" value="2" />
  90. </counts>
  91. </usages-collector>
  92. <usages-collector id="statistics.file.extensions.edit">
  93. <counts>
  94. <entry key="html" value="17" />
  95. <entry key="txt" value="1" />
  96. </counts>
  97. </usages-collector>
  98. <usages-collector id="statistics.file.types.edit">
  99. <counts>
  100. <entry key="HTML" value="17" />
  101. <entry key="PLAIN_TEXT" value="1" />
  102. </counts>
  103. </usages-collector>
  104. </session>
  105. <session id="-1918643531">
  106. <usages-collector id="statistics.file.extensions.edit">
  107. <counts>
  108. <entry key="txt" value="33" />
  109. </counts>
  110. </usages-collector>
  111. <usages-collector id="statistics.file.types.edit">
  112. <counts>
  113. <entry key="PLAIN_TEXT" value="33" />
  114. </counts>
  115. </usages-collector>
  116. <usages-collector id="statistics.lifecycle.project">
  117. <counts>
  118. <entry key="project.open.time.6" value="2" />
  119. <entry key="project.opened" value="2" />
  120. </counts>
  121. </usages-collector>
  122. </session>
  123. </component>
  124. <component name="FileEditorManager">
  125. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  126. <file pinned="false" current-in-tab="true">
  127. <entry file="file://$PROJECT_DIR$/index.html">
  128. <provider selected="true" editor-type-id="text-editor">
  129. <state relative-caret-position="155">
  130. <caret line="67" column="16" lean-forward="true" selection-start-line="67" selection-start-column="16" selection-end-line="67" selection-end-column="16" />
  131. <folding>
  132. <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" />
  133. <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" />
  134. <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" />
  135. </folding>
  136. </state>
  137. </provider>
  138. </entry>
  139. </file>
  140. </leaf>
  141. </component>
  142. <component name="FindInProjectRecents">
  143. <findStrings>
  144. <find>gaokaoapp.</find>
  145. <find>xingaokao</find>
  146. <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>
  147. <find>http://www.gaokaoapp.net</find>
  148. <find>download</find>
  149. <find>time</find>
  150. <find>文章标题</find>
  151. <find>创建时间</find>
  152. <find>imgs/app.png</find>
  153. <find>bg.</find>
  154. <find>province</find>
  155. <find>河南</find>
  156. <find>ontent-style r</find>
  157. <find>专题</find>
  158. <find>ontent-style</find>
  159. <find>郑州燎原计算机技术有限公司</find>
  160. <find>_blank</find>
  161. <find>zzliaoyuan.com</find>
  162. <find>评论</find>
  163. <find>showimglist</find>
  164. <find>error</find>
  165. <find>api.g</find>
  166. <find>api.gaokao</find>
  167. <find>&amp;quot;</find>
  168. <find>交通</find>
  169. <find>height</find>
  170. <find>gaokaoapp.net/</find>
  171. </findStrings>
  172. <replaceStrings>
  173. <replace>http://gaokaoapp.net</replace>
  174. <replace />
  175. <replace>&lt;a href=&quot;http://app.gaokaoapp.net&quot; target=&quot;_blank&quot;&gt;大联考&lt;/a&gt;</replace>
  176. <replace>&quot;</replace>
  177. </replaceStrings>
  178. </component>
  179. <component name="Git.Settings">
  180. <option name="UPDATE_TYPE" value="MERGE" />
  181. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  182. </component>
  183. <component name="IdeDocumentHistory">
  184. <option name="CHANGED_PATHS">
  185. <list>
  186. <option value="$PROJECT_DIR$/ngk/ngk.html" />
  187. <option value="$PROJECT_DIR$/h_news/new_detail.html" />
  188. <option value="$PROJECT_DIR$/33" />
  189. <option value="$PROJECT_DIR$/xgk/xgk.html" />
  190. <option value="$PROJECT_DIR$/.gitignore" />
  191. <option value="$PROJECT_DIR$/h_exam/404.html" />
  192. <option value="$PROJECT_DIR$/h_news/news_detail.html" />
  193. <option value="$PROJECT_DIR$/h_exam/exam_detail.html" />
  194. <option value="$PROJECT_DIR$/h_news/news_list.html" />
  195. <option value="$PROJECT_DIR$/h_exam/exam_detail_img.html" />
  196. <option value="$PROJECT_DIR$/js/new_list.js" />
  197. <option value="$PROJECT_DIR$/h_news/947.html" />
  198. <option value="$PROJECT_DIR$/h_exam/exam_list.html" />
  199. <option value="$PROJECT_DIR$/js/components.js" />
  200. <option value="$PROJECT_DIR$/css/exam_detail_img.css" />
  201. <option value="$PROJECT_DIR$/index.html" />
  202. </list>
  203. </option>
  204. </component>
  205. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  206. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  207. <component name="JsGulpfileManager">
  208. <detection-done>true</detection-done>
  209. <sorting>DEFINITION_ORDER</sorting>
  210. </component>
  211. <component name="ProjectFrameBounds" extendedState="6">
  212. <option name="x" value="-7" />
  213. <option name="width" value="1933" />
  214. <option name="height" value="1047" />
  215. </component>
  216. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  217. <component name="ProjectView">
  218. <navigator proportions="" version="1">
  219. <foldersAlwaysOnTop value="true" />
  220. </navigator>
  221. <panes>
  222. <pane id="Scope" />
  223. <pane id="ProjectPane">
  224. <subPane>
  225. <expand>
  226. <path>
  227. <item name="examwin_web" type="b2602c69:ProjectViewProjectNode" />
  228. <item name="examwin_web" type="462c0819:PsiDirectoryNode" />
  229. </path>
  230. </expand>
  231. <select />
  232. </subPane>
  233. </pane>
  234. </panes>
  235. </component>
  236. <component name="PropertiesComponent">
  237. <property name="ChangesTree.GroupingKeys" value="directory" />
  238. <property name="WebServerToolWindowFactoryState" value="false" />
  239. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  240. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  241. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  242. <property name="settings.editor.selected.configurable" value="configurable.group.appearance" />
  243. </component>
  244. <component name="RecentsManager">
  245. <key name="CopyFile.RECENT_KEYS">
  246. <recent name="E:\examwin\examwin_web" />
  247. <recent name="E:\examwin\examwin_web\h_news" />
  248. <recent name="E:\examwin\examwin_web\h_exam" />
  249. <recent name="E:\examwin\examwin_web\imgs" />
  250. <recent name="E:\examwin\examwin_web\ngk" />
  251. </key>
  252. </component>
  253. <component name="RestoreUpdateTree" date="Moments ago" ActionInfo="_Update">
  254. <UpdatedFiles>
  255. <FILE-GROUP>
  256. <option name="myUpdateName" value="Updated from server" />
  257. <option name="myStatusName" value="Changed on server" />
  258. <option name="mySupportsDeletion" value="false" />
  259. <option name="myCanBeAbsent" value="false" />
  260. <option name="myId" value="CHANGED_ON_SERVER" />
  261. <FILE-GROUP>
  262. <option name="myUpdateName" value="Updated" />
  263. <option name="myStatusName" value="Changed" />
  264. <option name="mySupportsDeletion" value="false" />
  265. <option name="myCanBeAbsent" value="false" />
  266. <option name="myId" value="UPDATED" />
  267. <PATH vcs="Git" revision="">$PROJECT_DIR$/css/components.css</PATH>
  268. <PATH vcs="Git" revision="">$PROJECT_DIR$/css/components.less</PATH>
  269. <PATH vcs="Git" revision="">$PROJECT_DIR$/index.html</PATH>
  270. <PATH vcs="Git" revision="">$PROJECT_DIR$/js/exam_list.js</PATH>
  271. </FILE-GROUP>
  272. <FILE-GROUP>
  273. <option name="myUpdateName" value="Created" />
  274. <option name="myStatusName" value="Created" />
  275. <option name="mySupportsDeletion" value="false" />
  276. <option name="myCanBeAbsent" value="false" />
  277. <option name="myId" value="CREATED" />
  278. <PATH vcs="Git" revision="">$PROJECT_DIR$/colleges/colleges_detail.html</PATH>
  279. <PATH vcs="Git" revision="">$PROJECT_DIR$/colleges/colleges_list.html</PATH>
  280. <PATH vcs="Git" revision="">$PROJECT_DIR$/css/colleges_detail.css</PATH>
  281. <PATH vcs="Git" revision="">$PROJECT_DIR$/css/colleges_detail.less</PATH>
  282. <PATH vcs="Git" revision="">$PROJECT_DIR$/css/colleges_list.css</PATH>
  283. <PATH vcs="Git" revision="">$PROJECT_DIR$/css/colleges_list.less</PATH>
  284. <PATH vcs="Git" revision="">$PROJECT_DIR$/js/colleges_detail.js</PATH>
  285. <PATH vcs="Git" revision="">$PROJECT_DIR$/js/colleges_list.js</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. <task id="LOCAL-00009" summary="index 轮播">
  454. <created>1629108164413</created>
  455. <option name="number" value="00009" />
  456. <option name="presentableId" value="LOCAL-00009" />
  457. <option name="project" value="LOCAL" />
  458. <updated>1629108164413</updated>
  459. </task>
  460. <task id="LOCAL-00010" summary="index 轮播">
  461. <created>1629170537984</created>
  462. <option name="number" value="00010" />
  463. <option name="presentableId" value="LOCAL-00010" />
  464. <option name="project" value="LOCAL" />
  465. <updated>1629170537984</updated>
  466. </task>
  467. <task id="LOCAL-00011" summary="index 轮播">
  468. <created>1629171172051</created>
  469. <option name="number" value="00011" />
  470. <option name="presentableId" value="LOCAL-00011" />
  471. <option name="project" value="LOCAL" />
  472. <updated>1629171172051</updated>
  473. </task>
  474. <task id="LOCAL-00012" summary="index 轮播">
  475. <created>1629171864964</created>
  476. <option name="number" value="00012" />
  477. <option name="presentableId" value="LOCAL-00012" />
  478. <option name="project" value="LOCAL" />
  479. <updated>1629171864964</updated>
  480. </task>
  481. <task id="LOCAL-00013" summary="index 模拟考试">
  482. <created>1629187230012</created>
  483. <option name="number" value="00013" />
  484. <option name="presentableId" value="LOCAL-00013" />
  485. <option name="project" value="LOCAL" />
  486. <updated>1629187230012</updated>
  487. </task>
  488. <task id="LOCAL-00014" summary="index 模拟考试列表">
  489. <created>1629193371206</created>
  490. <option name="number" value="00014" />
  491. <option name="presentableId" value="LOCAL-00014" />
  492. <option name="project" value="LOCAL" />
  493. <updated>1629193371206</updated>
  494. </task>
  495. <task id="LOCAL-00015" summary="index 暂时删除热门专题">
  496. <created>1629193563365</created>
  497. <option name="number" value="00015" />
  498. <option name="presentableId" value="LOCAL-00015" />
  499. <option name="project" value="LOCAL" />
  500. <updated>1629193563365</updated>
  501. </task>
  502. <task id="LOCAL-00016" summary="index 资讯专题">
  503. <created>1629259156336</created>
  504. <option name="number" value="00016" />
  505. <option name="presentableId" value="LOCAL-00016" />
  506. <option name="project" value="LOCAL" />
  507. <updated>1629259156336</updated>
  508. </task>
  509. <task id="LOCAL-00017" summary="index 资讯专题">
  510. <created>1629271286765</created>
  511. <option name="number" value="00017" />
  512. <option name="presentableId" value="LOCAL-00017" />
  513. <option name="project" value="LOCAL" />
  514. <updated>1629271286765</updated>
  515. </task>
  516. <task id="LOCAL-00018" summary="footer">
  517. <created>1629271935821</created>
  518. <option name="number" value="00018" />
  519. <option name="presentableId" value="LOCAL-00018" />
  520. <option name="project" value="LOCAL" />
  521. <updated>1629271935821</updated>
  522. </task>
  523. <task id="LOCAL-00019" summary="footer">
  524. <created>1629338951785</created>
  525. <option name="number" value="00019" />
  526. <option name="presentableId" value="LOCAL-00019" />
  527. <option name="project" value="LOCAL" />
  528. <updated>1629338951785</updated>
  529. </task>
  530. <task id="LOCAL-00020" summary="footer">
  531. <created>1629344284315</created>
  532. <option name="number" value="00020" />
  533. <option name="presentableId" value="LOCAL-00020" />
  534. <option name="project" value="LOCAL" />
  535. <updated>1629344284315</updated>
  536. </task>
  537. <task id="LOCAL-00021" summary="评论">
  538. <created>1629352713427</created>
  539. <option name="number" value="00021" />
  540. <option name="presentableId" value="LOCAL-00021" />
  541. <option name="project" value="LOCAL" />
  542. <updated>1629352713427</updated>
  543. </task>
  544. <task id="LOCAL-00022" summary="评论">
  545. <created>1629353050541</created>
  546. <option name="number" value="00022" />
  547. <option name="presentableId" value="LOCAL-00022" />
  548. <option name="project" value="LOCAL" />
  549. <updated>1629353050541</updated>
  550. </task>
  551. <task id="LOCAL-00023" summary="试卷图片页,删除多余功能">
  552. <created>1629356799091</created>
  553. <option name="number" value="00023" />
  554. <option name="presentableId" value="LOCAL-00023" />
  555. <option name="project" value="LOCAL" />
  556. <updated>1629356799091</updated>
  557. </task>
  558. <task id="LOCAL-00024" summary="试卷图片页">
  559. <created>1629360268479</created>
  560. <option name="number" value="00024" />
  561. <option name="presentableId" value="LOCAL-00024" />
  562. <option name="project" value="LOCAL" />
  563. <updated>1629360268479</updated>
  564. </task>
  565. <task id="LOCAL-00025" summary="试卷图片页">
  566. <created>1629425698609</created>
  567. <option name="number" value="00025" />
  568. <option name="presentableId" value="LOCAL-00025" />
  569. <option name="project" value="LOCAL" />
  570. <updated>1629425698609</updated>
  571. </task>
  572. <task id="LOCAL-00026" summary="试卷图片页">
  573. <created>1629431304509</created>
  574. <option name="number" value="00026" />
  575. <option name="presentableId" value="LOCAL-00026" />
  576. <option name="project" value="LOCAL" />
  577. <updated>1629431304509</updated>
  578. </task>
  579. <task id="LOCAL-00027" summary="试卷图片页">
  580. <created>1629431515107</created>
  581. <option name="number" value="00027" />
  582. <option name="presentableId" value="LOCAL-00027" />
  583. <option name="project" value="LOCAL" />
  584. <updated>1629431515107</updated>
  585. </task>
  586. <task id="LOCAL-00028" summary="试卷图片页">
  587. <created>1629506718002</created>
  588. <option name="number" value="00028" />
  589. <option name="presentableId" value="LOCAL-00028" />
  590. <option name="project" value="LOCAL" />
  591. <updated>1629506718002</updated>
  592. </task>
  593. <task id="LOCAL-00029" summary="试卷图片页">
  594. <created>1629509513723</created>
  595. <option name="number" value="00029" />
  596. <option name="presentableId" value="LOCAL-00029" />
  597. <option name="project" value="LOCAL" />
  598. <updated>1629509513723</updated>
  599. </task>
  600. <task id="LOCAL-00030" summary="试卷图片页">
  601. <created>1629526934594</created>
  602. <option name="number" value="00030" />
  603. <option name="presentableId" value="LOCAL-00030" />
  604. <option name="project" value="LOCAL" />
  605. <updated>1629526934594</updated>
  606. </task>
  607. <task id="LOCAL-00031" summary="试卷图片页">
  608. <created>1629528583570</created>
  609. <option name="number" value="00031" />
  610. <option name="presentableId" value="LOCAL-00031" />
  611. <option name="project" value="LOCAL" />
  612. <updated>1629528583570</updated>
  613. </task>
  614. <task id="LOCAL-00032" summary="试卷图片页">
  615. <created>1629532549107</created>
  616. <option name="number" value="00032" />
  617. <option name="presentableId" value="LOCAL-00032" />
  618. <option name="project" value="LOCAL" />
  619. <updated>1629532549107</updated>
  620. </task>
  621. <task id="LOCAL-00033" summary="试卷图片页">
  622. <created>1629536288115</created>
  623. <option name="number" value="00033" />
  624. <option name="presentableId" value="LOCAL-00033" />
  625. <option name="project" value="LOCAL" />
  626. <updated>1629536288115</updated>
  627. </task>
  628. <task id="LOCAL-00034" summary="试卷图片页">
  629. <created>1629538478490</created>
  630. <option name="number" value="00034" />
  631. <option name="presentableId" value="LOCAL-00034" />
  632. <option name="project" value="LOCAL" />
  633. <updated>1629538478490</updated>
  634. </task>
  635. <task id="LOCAL-00035" summary="试卷图片页">
  636. <created>1629681328757</created>
  637. <option name="number" value="00035" />
  638. <option name="presentableId" value="LOCAL-00035" />
  639. <option name="project" value="LOCAL" />
  640. <updated>1629681328757</updated>
  641. </task>
  642. <task id="LOCAL-00036" summary="试卷图片页">
  643. <created>1629689995072</created>
  644. <option name="number" value="00036" />
  645. <option name="presentableId" value="LOCAL-00036" />
  646. <option name="project" value="LOCAL" />
  647. <updated>1629689995072</updated>
  648. </task>
  649. <task id="LOCAL-00037" summary="试卷图片页">
  650. <created>1629698710157</created>
  651. <option name="number" value="00037" />
  652. <option name="presentableId" value="LOCAL-00037" />
  653. <option name="project" value="LOCAL" />
  654. <updated>1629698710157</updated>
  655. </task>
  656. <task id="LOCAL-00038" summary="试卷图片页">
  657. <created>1629702033216</created>
  658. <option name="number" value="00038" />
  659. <option name="presentableId" value="LOCAL-00038" />
  660. <option name="project" value="LOCAL" />
  661. <updated>1629702033216</updated>
  662. </task>
  663. <task id="LOCAL-00039" summary="试卷图片页">
  664. <created>1629705829373</created>
  665. <option name="number" value="00039" />
  666. <option name="presentableId" value="LOCAL-00039" />
  667. <option name="project" value="LOCAL" />
  668. <updated>1629705829373</updated>
  669. </task>
  670. <task id="LOCAL-00040" summary="11-11">
  671. <created>1629861123237</created>
  672. <option name="number" value="00040" />
  673. <option name="presentableId" value="LOCAL-00040" />
  674. <option name="project" value="LOCAL" />
  675. <updated>1629861123237</updated>
  676. </task>
  677. <task id="LOCAL-00041" summary="11-11">
  678. <created>1629876549594</created>
  679. <option name="number" value="00041" />
  680. <option name="presentableId" value="LOCAL-00041" />
  681. <option name="project" value="LOCAL" />
  682. <updated>1629876549594</updated>
  683. </task>
  684. <task id="LOCAL-00042" summary="20210826 15-26">
  685. <created>1629962946597</created>
  686. <option name="number" value="00042" />
  687. <option name="presentableId" value="LOCAL-00042" />
  688. <option name="project" value="LOCAL" />
  689. <updated>1629962946597</updated>
  690. </task>
  691. <task id="LOCAL-00043" summary="20210826 15-26">
  692. <created>1630031107689</created>
  693. <option name="number" value="00043" />
  694. <option name="presentableId" value="LOCAL-00043" />
  695. <option name="project" value="LOCAL" />
  696. <updated>1630031107689</updated>
  697. </task>
  698. <task id="LOCAL-00044" summary="20210827 14-21">
  699. <created>1630045311493</created>
  700. <option name="number" value="00044" />
  701. <option name="presentableId" value="LOCAL-00044" />
  702. <option name="project" value="LOCAL" />
  703. <updated>1630045311493</updated>
  704. </task>
  705. <task id="LOCAL-00045" summary="20210827 14-30">
  706. <created>1630045818079</created>
  707. <option name="number" value="00045" />
  708. <option name="presentableId" value="LOCAL-00045" />
  709. <option name="project" value="LOCAL" />
  710. <updated>1630045818079</updated>
  711. </task>
  712. <task id="LOCAL-00046" summary="20210827 14-30">
  713. <created>1630046119085</created>
  714. <option name="number" value="00046" />
  715. <option name="presentableId" value="LOCAL-00046" />
  716. <option name="project" value="LOCAL" />
  717. <updated>1630046119085</updated>
  718. </task>
  719. <task id="LOCAL-00047" summary="20210827 15-20">
  720. <created>1630048750631</created>
  721. <option name="number" value="00047" />
  722. <option name="presentableId" value="LOCAL-00047" />
  723. <option name="project" value="LOCAL" />
  724. <updated>1630048750631</updated>
  725. </task>
  726. <option name="localTasksCounter" value="48" />
  727. <servers />
  728. </component>
  729. <component name="ToolWindowManager">
  730. <frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
  731. <editor active="true" />
  732. <layout>
  733. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.12953092" />
  734. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  735. <window_info id="Favorites" order="2" side_tool="true" />
  736. <window_info anchor="bottom" id="Message" order="0" />
  737. <window_info anchor="bottom" id="Find" order="1" />
  738. <window_info anchor="bottom" id="Run" order="2" />
  739. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  740. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  741. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  742. <window_info anchor="bottom" id="TODO" order="6" />
  743. <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
  744. <window_info anchor="bottom" id="Version Control" order="8" weight="0.30585682" />
  745. <window_info anchor="bottom" id="Database Changes" order="9" show_stripe_button="false" />
  746. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  747. <window_info anchor="bottom" id="Terminal" order="11" weight="0.3253796" />
  748. <window_info anchor="bottom" id="Python Console" order="12" weight="0.32936078" />
  749. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  750. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  751. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  752. <window_info anchor="right" id="SciView" order="3" />
  753. <window_info anchor="right" id="Database" order="4" />
  754. </layout>
  755. <layout-to-restore>
  756. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.13272922" />
  757. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  758. <window_info id="Favorites" order="2" side_tool="true" />
  759. <window_info anchor="bottom" id="Message" order="0" />
  760. <window_info anchor="bottom" id="Find" order="1" />
  761. <window_info anchor="bottom" id="Run" order="2" />
  762. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  763. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  764. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  765. <window_info anchor="bottom" id="TODO" order="6" />
  766. <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
  767. <window_info active="true" anchor="bottom" id="Version Control" order="8" visible="true" weight="0.329718" />
  768. <window_info anchor="bottom" id="Database Changes" order="9" show_stripe_button="false" />
  769. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  770. <window_info anchor="bottom" id="Terminal" order="11" weight="0.3264642" />
  771. <window_info anchor="bottom" id="Python Console" order="12" weight="0.329718" />
  772. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  773. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  774. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  775. <window_info anchor="right" id="SciView" order="3" />
  776. <window_info anchor="right" id="Database" order="4" />
  777. </layout-to-restore>
  778. </component>
  779. <component name="TypeScriptGeneratedFilesManager">
  780. <option name="version" value="1" />
  781. </component>
  782. <component name="Vcs.Log.History.Properties">
  783. <option name="COLUMN_ORDER">
  784. <list>
  785. <option value="0" />
  786. <option value="2" />
  787. <option value="3" />
  788. <option value="1" />
  789. </list>
  790. </option>
  791. </component>
  792. <component name="Vcs.Log.Tabs.Properties">
  793. <option name="TAB_STATES">
  794. <map>
  795. <entry key="MAIN">
  796. <value>
  797. <State>
  798. <option name="RECENTLY_FILTERED_USER_GROUPS">
  799. <collection />
  800. </option>
  801. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  802. <collection />
  803. </option>
  804. <option name="COLUMN_ORDER">
  805. <list>
  806. <option value="0" />
  807. <option value="1" />
  808. <option value="2" />
  809. <option value="3" />
  810. </list>
  811. </option>
  812. </State>
  813. </value>
  814. </entry>
  815. </map>
  816. </option>
  817. </component>
  818. <component name="VcsContentAnnotationSettings">
  819. <option name="myLimit" value="2678400000" />
  820. </component>
  821. <component name="VcsManagerConfiguration">
  822. <MESSAGE value="ngk 新高考" />
  823. <MESSAGE value="xgk 新高考" />
  824. <MESSAGE value="alt=大联考" />
  825. <MESSAGE value="index" />
  826. <MESSAGE value="index 轮播" />
  827. <MESSAGE value="index 模拟考试" />
  828. <MESSAGE value="index 模拟考试列表" />
  829. <MESSAGE value="index 暂时删除热门专题" />
  830. <MESSAGE value="index 资讯专题" />
  831. <MESSAGE value="footer" />
  832. <MESSAGE value="评论" />
  833. <MESSAGE value="试卷图片页,删除多余功能" />
  834. <MESSAGE value="试卷图片页" />
  835. <MESSAGE value="11-11" />
  836. <MESSAGE value="20210826 15-26" />
  837. <MESSAGE value="20210827 14-21" />
  838. <MESSAGE value="20210827 14-30" />
  839. <MESSAGE value="20210827 15-20" />
  840. <option name="LAST_COMMIT_MESSAGE" value="20210827 15-20" />
  841. </component>
  842. <component name="editorHistoryManager">
  843. <entry file="file://$PROJECT_DIR$/h_news/new_detail.html" />
  844. <entry file="file://$PROJECT_DIR$/imgs/juanzi.png">
  845. <provider selected="true" editor-type-id="images" />
  846. </entry>
  847. <entry file="file://$PROJECT_DIR$/imgs/qq.png">
  848. <provider selected="true" editor-type-id="images" />
  849. </entry>
  850. <entry file="file://$PROJECT_DIR$/imgs/weibo.png">
  851. <provider selected="true" editor-type-id="images" />
  852. </entry>
  853. <entry file="file://$PROJECT_DIR$/imgs/weixin.png">
  854. <provider selected="true" editor-type-id="images" />
  855. </entry>
  856. <entry file="file://$PROJECT_DIR$/33" />
  857. <entry file="file://$PROJECT_DIR$/imgs/404.png" />
  858. <entry file="file://$PROJECT_DIR$/h_exam/404.html" />
  859. <entry file="file://$PROJECT_DIR$/imgs/msg.png">
  860. <provider selected="true" editor-type-id="images" />
  861. </entry>
  862. <entry file="file://$PROJECT_DIR$/js/new_list.js">
  863. <provider selected="true" editor-type-id="text-editor">
  864. <state relative-caret-position="1053">
  865. <caret line="39" column="20" selection-start-line="39" selection-start-column="20" selection-end-line="39" selection-end-column="20" />
  866. </state>
  867. </provider>
  868. </entry>
  869. <entry file="file://$PROJECT_DIR$/imgs/app.png">
  870. <provider selected="true" editor-type-id="images" />
  871. </entry>
  872. <entry file="file://$PROJECT_DIR$/h_news/947.html" />
  873. <entry file="file://$PROJECT_DIR$/imgs/app2.png">
  874. <provider selected="true" editor-type-id="images" />
  875. </entry>
  876. <entry file="file://$PROJECT_DIR$/imgs/bg.png">
  877. <provider selected="true" editor-type-id="images" />
  878. </entry>
  879. <entry file="file://$PROJECT_DIR$/imgs/app_dowload.png">
  880. <provider selected="true" editor-type-id="images" />
  881. </entry>
  882. <entry file="file://$PROJECT_DIR$/js/exam_list.js">
  883. <provider selected="true" editor-type-id="text-editor">
  884. <state relative-caret-position="2187">
  885. <caret line="81" column="20" selection-start-line="81" selection-start-column="20" selection-end-line="81" selection-end-column="20" />
  886. </state>
  887. </provider>
  888. </entry>
  889. <entry file="file://$PROJECT_DIR$/js/components.js">
  890. <provider selected="true" editor-type-id="text-editor">
  891. <state relative-caret-position="243">
  892. <caret line="9" column="69" selection-start-line="9" selection-start-column="69" selection-end-line="9" selection-end-column="69" />
  893. </state>
  894. </provider>
  895. </entry>
  896. <entry file="file://$PROJECT_DIR$/css/exam_detail.css">
  897. <provider selected="true" editor-type-id="text-editor" />
  898. </entry>
  899. <entry file="file://$PROJECT_DIR$/css/exam_list.css">
  900. <provider selected="true" editor-type-id="text-editor" />
  901. </entry>
  902. <entry file="file://$PROJECT_DIR$/xgk/xgk.html">
  903. <provider selected="true" editor-type-id="text-editor">
  904. <state relative-caret-position="99">
  905. <caret line="3" column="6" selection-start-line="3" selection-start-column="6" selection-end-line="3" selection-end-column="6" />
  906. </state>
  907. </provider>
  908. </entry>
  909. <entry file="file://$PROJECT_DIR$/imgs/favicon.ico">
  910. <provider selected="true" editor-type-id="images" />
  911. </entry>
  912. <entry file="file://$PROJECT_DIR$/h_news/news_list.html">
  913. <provider selected="true" editor-type-id="text-editor">
  914. <state relative-caret-position="297">
  915. <caret line="9" column="75" selection-start-line="9" selection-start-column="75" selection-end-line="9" selection-end-column="75" />
  916. </state>
  917. </provider>
  918. </entry>
  919. <entry file="file://$PROJECT_DIR$/h_news/news_detail.html">
  920. <provider selected="true" editor-type-id="text-editor">
  921. <state relative-caret-position="198">
  922. <caret line="6" column="72" selection-start-line="6" selection-start-column="72" selection-end-line="6" selection-end-column="72" />
  923. </state>
  924. </provider>
  925. </entry>
  926. <entry file="file://$PROJECT_DIR$/h_exam/exam_detail.html">
  927. <provider selected="true" editor-type-id="text-editor" />
  928. </entry>
  929. <entry file="file://$PROJECT_DIR$/h_exam/exam_detail_img.html">
  930. <provider selected="true" editor-type-id="text-editor" />
  931. </entry>
  932. <entry file="file://$PROJECT_DIR$/h_exam/exam_list.html">
  933. <provider selected="true" editor-type-id="text-editor">
  934. <state relative-caret-position="231">
  935. <caret line="7" column="75" selection-start-line="7" selection-start-column="75" selection-end-line="7" selection-end-column="75" />
  936. </state>
  937. </provider>
  938. </entry>
  939. <entry file="file://$PROJECT_DIR$/css/components.less">
  940. <provider selected="true" editor-type-id="text-editor">
  941. <state relative-caret-position="198">
  942. <caret line="746" column="9" lean-forward="true" selection-start-line="746" selection-start-column="9" selection-end-line="746" selection-end-column="9" />
  943. </state>
  944. </provider>
  945. </entry>
  946. <entry file="file://$PROJECT_DIR$/h_exam/exam_detail_d_img.html">
  947. <provider selected="true" editor-type-id="text-editor">
  948. <state relative-caret-position="1809">
  949. <caret line="67" column="42" selection-start-line="67" selection-start-column="42" selection-end-line="67" selection-end-column="42" />
  950. <folding>
  951. <element signature="n#style#0;n#div#0;n#div#4;n#body#0;n#html#0;n#!!top" expanded="true" />
  952. </folding>
  953. </state>
  954. </provider>
  955. </entry>
  956. <entry file="file://$PROJECT_DIR$/js/exam_detail_img.js">
  957. <provider selected="true" editor-type-id="text-editor">
  958. <state relative-caret-position="1188">
  959. <caret line="44" column="51" selection-start-line="44" selection-start-column="51" selection-end-line="44" selection-end-column="51" />
  960. </state>
  961. </provider>
  962. </entry>
  963. <entry file="file://$PROJECT_DIR$/h_exam/exam_detail_s_img.html">
  964. <provider selected="true" editor-type-id="text-editor">
  965. <state relative-caret-position="1512">
  966. <caret line="56" column="23" selection-start-line="56" selection-start-column="23" selection-end-line="56" selection-end-column="23" />
  967. <folding>
  968. <element signature="e#3611#3617#0" expanded="true" />
  969. <element signature="e#3617#3623#0" expanded="true" />
  970. <element signature="n#style#0;n#div#0;n#div#4;n#body#0;n#html#0;n#!!top" expanded="true" />
  971. </folding>
  972. </state>
  973. </provider>
  974. </entry>
  975. <entry file="file://$PROJECT_DIR$/404.html">
  976. <provider selected="true" editor-type-id="text-editor">
  977. <state relative-caret-position="351">
  978. <caret line="13" column="48" selection-start-line="13" selection-start-column="48" selection-end-line="13" selection-end-column="48" />
  979. </state>
  980. </provider>
  981. </entry>
  982. <entry file="file://$PROJECT_DIR$/search.html">
  983. <provider selected="true" editor-type-id="text-editor">
  984. <state relative-caret-position="648">
  985. <caret line="24" column="53" selection-start-line="24" selection-start-column="53" selection-end-line="24" selection-end-column="53" />
  986. <folding>
  987. <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" />
  988. </folding>
  989. </state>
  990. </provider>
  991. </entry>
  992. <entry file="file://$PROJECT_DIR$/.gitignore">
  993. <provider selected="true" editor-type-id="text-editor">
  994. <state relative-caret-position="135">
  995. <caret line="5" selection-start-line="5" selection-end-line="5" />
  996. </state>
  997. </provider>
  998. </entry>
  999. <entry file="file://$PROJECT_DIR$/css/exam_detail_img.css">
  1000. <provider selected="true" editor-type-id="text-editor">
  1001. <state relative-caret-position="1593">
  1002. <caret line="59" column="34" selection-start-line="59" selection-start-column="34" selection-end-line="59" selection-end-column="34" />
  1003. </state>
  1004. </provider>
  1005. </entry>
  1006. <entry file="file://$PROJECT_DIR$/index.html">
  1007. <provider selected="true" editor-type-id="text-editor">
  1008. <state relative-caret-position="155">
  1009. <caret line="67" column="16" lean-forward="true" selection-start-line="67" selection-start-column="16" selection-end-line="67" selection-end-column="16" />
  1010. <folding>
  1011. <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" />
  1012. <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" />
  1013. <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" />
  1014. </folding>
  1015. </state>
  1016. </provider>
  1017. </entry>
  1018. </component>
  1019. </project>