workspace.xml 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
  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="">
  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="12" />
  18. <entry key="project.open.time.0" value="2" />
  19. <entry key="project.open.time.1" value="2" />
  20. <entry key="project.open.time.10" value="1" />
  21. <entry key="project.open.time.11" value="1" />
  22. <entry key="project.open.time.12" value="1" />
  23. <entry key="project.open.time.2" value="1" />
  24. <entry key="project.open.time.6" value="1" />
  25. <entry key="project.open.time.8" value="2" />
  26. <entry key="project.open.time.9" value="1" />
  27. <entry key="project.opened" value="12" />
  28. </counts>
  29. </usages-collector>
  30. <usages-collector id="statistics.file.extensions.open">
  31. <counts>
  32. <entry key="33" value="1" />
  33. <entry key="gitignore" value="2" />
  34. <entry key="html" value="22" />
  35. <entry key="ico" value="2" />
  36. <entry key="js" value="4" />
  37. <entry key="png" value="19" />
  38. </counts>
  39. </usages-collector>
  40. <usages-collector id="statistics.file.types.open">
  41. <counts>
  42. <entry key="HTML" value="22" />
  43. <entry key="Image" value="21" />
  44. <entry key="JavaScript" value="4" />
  45. <entry key="PLAIN_TEXT" value="3" />
  46. </counts>
  47. </usages-collector>
  48. <usages-collector id="statistics.file.extensions.edit">
  49. <counts>
  50. <entry key="gitignore" value="7" />
  51. <entry key="html" value="195" />
  52. <entry key="js" value="10" />
  53. <entry key="txt" value="68" />
  54. </counts>
  55. </usages-collector>
  56. <usages-collector id="statistics.file.types.edit">
  57. <counts>
  58. <entry key="HTML" value="195" />
  59. <entry key="JavaScript" value="10" />
  60. <entry key="PLAIN_TEXT" value="75" />
  61. </counts>
  62. </usages-collector>
  63. </session>
  64. <session id="1525361887">
  65. <usages-collector id="statistics.lifecycle.project">
  66. <counts>
  67. <entry key="project.closed" value="3" />
  68. <entry key="project.open.time.0" value="4" />
  69. <entry key="project.open.time.10" value="1" />
  70. <entry key="project.opened" value="5" />
  71. </counts>
  72. </usages-collector>
  73. <usages-collector id="statistics.file.extensions.open">
  74. <counts>
  75. <entry key="html" value="5" />
  76. <entry key="ico" value="2" />
  77. </counts>
  78. </usages-collector>
  79. <usages-collector id="statistics.file.types.open">
  80. <counts>
  81. <entry key="HTML" value="5" />
  82. <entry key="Image" value="2" />
  83. </counts>
  84. </usages-collector>
  85. <usages-collector id="statistics.file.extensions.edit">
  86. <counts>
  87. <entry key="html" value="17" />
  88. <entry key="txt" value="1" />
  89. </counts>
  90. </usages-collector>
  91. <usages-collector id="statistics.file.types.edit">
  92. <counts>
  93. <entry key="HTML" value="17" />
  94. <entry key="PLAIN_TEXT" value="1" />
  95. </counts>
  96. </usages-collector>
  97. </session>
  98. </component>
  99. <component name="FileEditorManager">
  100. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  101. <file pinned="false" current-in-tab="false">
  102. <entry file="file://$PROJECT_DIR$/h_exam/exam_detail_img.html">
  103. <provider selected="true" editor-type-id="text-editor">
  104. <state relative-caret-position="225">
  105. <caret line="66" column="42" lean-forward="true" selection-start-line="66" selection-start-column="42" selection-end-line="66" selection-end-column="42" />
  106. <folding>
  107. <element signature="n#style#0;n#div#0;n#div#4;n#body#0;n#html#0;n#!!top" expanded="true" />
  108. </folding>
  109. </state>
  110. </provider>
  111. </entry>
  112. </file>
  113. <file pinned="false" current-in-tab="false">
  114. <entry file="file://$PROJECT_DIR$/imgs/app.png">
  115. <provider selected="true" editor-type-id="images" />
  116. </entry>
  117. </file>
  118. <file pinned="false" current-in-tab="false">
  119. <entry file="file://$PROJECT_DIR$/imgs/app2.png">
  120. <provider selected="true" editor-type-id="images" />
  121. </entry>
  122. </file>
  123. <file pinned="false" current-in-tab="false">
  124. <entry file="file://$PROJECT_DIR$/imgs/bg.png">
  125. <provider selected="true" editor-type-id="images" />
  126. </entry>
  127. </file>
  128. <file pinned="false" current-in-tab="false">
  129. <entry file="file://$PROJECT_DIR$/imgs/favicon.ico">
  130. <provider selected="true" editor-type-id="images" />
  131. </entry>
  132. </file>
  133. <file pinned="false" current-in-tab="false">
  134. <entry file="file://$PROJECT_DIR$/imgs/app_dowload.png">
  135. <provider selected="true" editor-type-id="images" />
  136. </entry>
  137. </file>
  138. <file pinned="false" current-in-tab="false">
  139. <entry file="file://$PROJECT_DIR$/js/new_list.js">
  140. <provider selected="true" editor-type-id="text-editor">
  141. <state relative-caret-position="1053">
  142. <caret line="39" column="20" selection-start-line="39" selection-start-column="20" selection-end-line="39" selection-end-column="20" />
  143. </state>
  144. </provider>
  145. </entry>
  146. </file>
  147. <file pinned="false" current-in-tab="false">
  148. <entry file="file://$PROJECT_DIR$/js/exam_list.js">
  149. <provider selected="true" editor-type-id="text-editor">
  150. <state relative-caret-position="1647">
  151. <caret line="61" column="20" selection-start-line="61" selection-start-column="20" selection-end-line="61" selection-end-column="20" />
  152. </state>
  153. </provider>
  154. </entry>
  155. </file>
  156. <file pinned="false" current-in-tab="false">
  157. <entry file="file://$PROJECT_DIR$/js/components.js">
  158. <provider selected="true" editor-type-id="text-editor">
  159. <state relative-caret-position="81">
  160. <caret line="189" column="9" lean-forward="true" selection-start-line="189" selection-start-column="9" selection-end-line="189" selection-end-column="9" />
  161. </state>
  162. </provider>
  163. </entry>
  164. </file>
  165. <file pinned="false" current-in-tab="true">
  166. <entry file="file://$PROJECT_DIR$/index.html">
  167. <provider selected="true" editor-type-id="text-editor">
  168. <state relative-caret-position="135">
  169. <caret line="5" column="55" lean-forward="true" selection-start-line="5" selection-start-column="55" selection-end-line="5" selection-end-column="55" />
  170. <folding>
  171. <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" />
  172. <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" />
  173. <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" />
  174. <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" />
  175. </folding>
  176. </state>
  177. </provider>
  178. </entry>
  179. </file>
  180. </leaf>
  181. </component>
  182. <component name="FindInProjectRecents">
  183. <findStrings>
  184. <find>gaokaoapp.</find>
  185. <find>xingaokao</find>
  186. <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>
  187. <find>http://www.gaokaoapp.net</find>
  188. <find>download</find>
  189. <find>time</find>
  190. <find>文章标题</find>
  191. <find>创建时间</find>
  192. <find>imgs/app.png</find>
  193. <find>bg.</find>
  194. <find>province</find>
  195. <find>河南</find>
  196. <find>ontent-style r</find>
  197. <find>专题</find>
  198. <find>ontent-style</find>
  199. <find>郑州燎原计算机技术有限公司</find>
  200. <find>_blank</find>
  201. <find>zzliaoyuan.com</find>
  202. <find>评论</find>
  203. <find>showimglist</find>
  204. <find>error</find>
  205. <find>api.g</find>
  206. <find>api.gaokao</find>
  207. </findStrings>
  208. <replaceStrings>
  209. <replace>http://gaokaoapp.net</replace>
  210. <replace />
  211. <replace>&lt;a href=&quot;http://app.gaokaoapp.net&quot; target=&quot;_blank&quot;&gt;大联考&lt;/a&gt;</replace>
  212. </replaceStrings>
  213. </component>
  214. <component name="Git.Settings">
  215. <option name="UPDATE_TYPE" value="MERGE" />
  216. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  217. </component>
  218. <component name="IdeDocumentHistory">
  219. <option name="CHANGED_PATHS">
  220. <list>
  221. <option value="$PROJECT_DIR$/ngk/ngk.html" />
  222. <option value="$PROJECT_DIR$/h_news/new_detail.html" />
  223. <option value="$PROJECT_DIR$/33" />
  224. <option value="$PROJECT_DIR$/xgk/xgk.html" />
  225. <option value="$PROJECT_DIR$/.gitignore" />
  226. <option value="$PROJECT_DIR$/index.html" />
  227. <option value="$PROJECT_DIR$/h_exam/404.html" />
  228. <option value="$PROJECT_DIR$/h_news/news_detail.html" />
  229. <option value="$PROJECT_DIR$/h_exam/exam_detail.html" />
  230. <option value="$PROJECT_DIR$/h_news/news_list.html" />
  231. <option value="$PROJECT_DIR$/h_exam/exam_detail_img.html" />
  232. <option value="$PROJECT_DIR$/js/new_list.js" />
  233. </list>
  234. </option>
  235. </component>
  236. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  237. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  238. <component name="JsGulpfileManager">
  239. <detection-done>true</detection-done>
  240. <sorting>DEFINITION_ORDER</sorting>
  241. </component>
  242. <component name="ProjectFrameBounds" extendedState="6">
  243. <option name="x" value="-7" />
  244. <option name="y" value="1" />
  245. <option name="width" value="1933" />
  246. <option name="height" value="1046" />
  247. </component>
  248. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  249. <component name="ProjectView">
  250. <navigator proportions="" version="1">
  251. <foldersAlwaysOnTop value="true" />
  252. </navigator>
  253. <panes>
  254. <pane id="ProjectPane">
  255. <subPane>
  256. <expand>
  257. <path>
  258. <item name="examwin_web" type="b2602c69:ProjectViewProjectNode" />
  259. <item name="examwin_web" type="462c0819:PsiDirectoryNode" />
  260. </path>
  261. <path>
  262. <item name="examwin_web" type="b2602c69:ProjectViewProjectNode" />
  263. <item name="examwin_web" type="462c0819:PsiDirectoryNode" />
  264. <item name="h_exam" type="462c0819:PsiDirectoryNode" />
  265. </path>
  266. <path>
  267. <item name="examwin_web" type="b2602c69:ProjectViewProjectNode" />
  268. <item name="examwin_web" type="462c0819:PsiDirectoryNode" />
  269. <item name="imgs" type="462c0819:PsiDirectoryNode" />
  270. </path>
  271. <path>
  272. <item name="examwin_web" type="b2602c69:ProjectViewProjectNode" />
  273. <item name="examwin_web" type="462c0819:PsiDirectoryNode" />
  274. <item name="js" type="462c0819:PsiDirectoryNode" />
  275. </path>
  276. </expand>
  277. <select />
  278. </subPane>
  279. </pane>
  280. <pane id="Scope" />
  281. </panes>
  282. </component>
  283. <component name="PropertiesComponent">
  284. <property name="ChangesTree.GroupingKeys" value="directory" />
  285. <property name="WebServerToolWindowFactoryState" value="false" />
  286. <property name="last_opened_file_path" value="$PROJECT_DIR$/../examwin_admin" />
  287. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  288. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  289. <property name="settings.editor.selected.configurable" value="configurable.group.appearance" />
  290. </component>
  291. <component name="RecentsManager">
  292. <key name="CopyFile.RECENT_KEYS">
  293. <recent name="E:\examwin\examwin_web\imgs" />
  294. <recent name="E:\examwin\examwin_web\h_news" />
  295. <recent name="E:\examwin\examwin_web\h_exam" />
  296. <recent name="E:\examwin\examwin_web" />
  297. <recent name="E:\examwin\examwin_web\ngk" />
  298. </key>
  299. </component>
  300. <component name="RestoreUpdateTree" date="Moments ago" ActionInfo="_Update">
  301. <UpdatedFiles>
  302. <FILE-GROUP>
  303. <option name="myUpdateName" value="Updated from server" />
  304. <option name="myStatusName" value="Changed on server" />
  305. <option name="mySupportsDeletion" value="false" />
  306. <option name="myCanBeAbsent" value="false" />
  307. <option name="myId" value="CHANGED_ON_SERVER" />
  308. <FILE-GROUP>
  309. <option name="myUpdateName" value="Updated" />
  310. <option name="myStatusName" value="Changed" />
  311. <option name="mySupportsDeletion" value="false" />
  312. <option name="myCanBeAbsent" value="false" />
  313. <option name="myId" value="UPDATED" />
  314. <PATH vcs="Git" revision="">$PROJECT_DIR$/css/components.css</PATH>
  315. <PATH vcs="Git" revision="">$PROJECT_DIR$/css/components.less</PATH>
  316. <PATH vcs="Git" revision="">$PROJECT_DIR$/css/index.css</PATH>
  317. <PATH vcs="Git" revision="">$PROJECT_DIR$/css/index.less</PATH>
  318. <PATH vcs="Git" revision="">$PROJECT_DIR$/css/new_list.css</PATH>
  319. <PATH vcs="Git" revision="">$PROJECT_DIR$/js/exam_list.js</PATH>
  320. </FILE-GROUP>
  321. <FILE-GROUP>
  322. <option name="myUpdateName" value="Created" />
  323. <option name="myStatusName" value="Created" />
  324. <option name="mySupportsDeletion" value="false" />
  325. <option name="myCanBeAbsent" value="false" />
  326. <option name="myId" value="CREATED" />
  327. </FILE-GROUP>
  328. <FILE-GROUP>
  329. <option name="myUpdateName" value="Deleted" />
  330. <option name="myStatusName" value="Deleted" />
  331. <option name="mySupportsDeletion" value="false" />
  332. <option name="myCanBeAbsent" value="true" />
  333. <option name="myId" value="REMOVED_FROM_REPOSITORY" />
  334. </FILE-GROUP>
  335. <FILE-GROUP>
  336. <option name="myUpdateName" value="Restored" />
  337. <option name="myStatusName" value="Will be restored" />
  338. <option name="mySupportsDeletion" value="false" />
  339. <option name="myCanBeAbsent" value="false" />
  340. <option name="myId" value="RESTORED" />
  341. </FILE-GROUP>
  342. </FILE-GROUP>
  343. <FILE-GROUP>
  344. <option name="myUpdateName" value="Modified" />
  345. <option name="myStatusName" value="Modified" />
  346. <option name="mySupportsDeletion" value="false" />
  347. <option name="myCanBeAbsent" value="false" />
  348. <option name="myId" value="MODIFIED" />
  349. </FILE-GROUP>
  350. <FILE-GROUP>
  351. <option name="myUpdateName" value="Skipped" />
  352. <option name="myStatusName" value="Skipped" />
  353. <option name="mySupportsDeletion" value="false" />
  354. <option name="myCanBeAbsent" value="false" />
  355. <option name="myId" value="SKIPPED" />
  356. </FILE-GROUP>
  357. <FILE-GROUP>
  358. <option name="myUpdateName" value="Merged with conflicts" />
  359. <option name="myStatusName" value="Will be merged with conflicts" />
  360. <option name="mySupportsDeletion" value="false" />
  361. <option name="myCanBeAbsent" value="false" />
  362. <option name="myId" value="MERGED_WITH_CONFLICTS" />
  363. </FILE-GROUP>
  364. <FILE-GROUP>
  365. <option name="myUpdateName" value="Merged with tree conflicts" />
  366. <option name="myStatusName" value="Merged with tree conflicts" />
  367. <option name="mySupportsDeletion" value="false" />
  368. <option name="myCanBeAbsent" value="false" />
  369. <option name="myId" value="MERGED_WITH_TREE_CONFLICT" />
  370. </FILE-GROUP>
  371. <FILE-GROUP>
  372. <option name="myUpdateName" value="Merged with property conflicts" />
  373. <option name="myStatusName" value="Will be merged with property conflicts" />
  374. <option name="mySupportsDeletion" value="false" />
  375. <option name="myCanBeAbsent" value="false" />
  376. <option name="myId" value="MERGED_WITH_PROPERTY_CONFLICT" />
  377. </FILE-GROUP>
  378. <FILE-GROUP>
  379. <option name="myUpdateName" value="Merged" />
  380. <option name="myStatusName" value="Will be merged" />
  381. <option name="mySupportsDeletion" value="false" />
  382. <option name="myCanBeAbsent" value="false" />
  383. <option name="myId" value="MERGED" />
  384. </FILE-GROUP>
  385. <FILE-GROUP>
  386. <option name="myUpdateName" value="Not in repository" />
  387. <option name="myStatusName" value="Not in repository" />
  388. <option name="mySupportsDeletion" value="true" />
  389. <option name="myCanBeAbsent" value="false" />
  390. <option name="myId" value="UNKNOWN" />
  391. </FILE-GROUP>
  392. <FILE-GROUP>
  393. <option name="myUpdateName" value="Locally added" />
  394. <option name="myStatusName" value="Locally added" />
  395. <option name="mySupportsDeletion" value="false" />
  396. <option name="myCanBeAbsent" value="false" />
  397. <option name="myId" value="LOCALLY_ADDED" />
  398. </FILE-GROUP>
  399. <FILE-GROUP>
  400. <option name="myUpdateName" value="Locally removed" />
  401. <option name="myStatusName" value="Locally removed" />
  402. <option name="mySupportsDeletion" value="false" />
  403. <option name="myCanBeAbsent" value="false" />
  404. <option name="myId" value="LOCALLY_REMOVED" />
  405. </FILE-GROUP>
  406. <FILE-GROUP>
  407. <option name="myUpdateName" value="Switched" />
  408. <option name="myStatusName" value="Switched" />
  409. <option name="mySupportsDeletion" value="false" />
  410. <option name="myCanBeAbsent" value="false" />
  411. <option name="myId" value="SWITCHED" />
  412. </FILE-GROUP>
  413. </UpdatedFiles>
  414. </component>
  415. <component name="RunDashboard">
  416. <option name="ruleStates">
  417. <list>
  418. <RuleState>
  419. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  420. </RuleState>
  421. <RuleState>
  422. <option name="name" value="StatusDashboardGroupingRule" />
  423. </RuleState>
  424. </list>
  425. </option>
  426. </component>
  427. <component name="SvnConfiguration">
  428. <configuration />
  429. </component>
  430. <component name="TaskManager">
  431. <task active="true" id="Default" summary="Default task">
  432. <changelist id="82570a17-8430-4238-ae79-81bbbd2de81f" name="Default Changelist" comment="" />
  433. <created>1628819954865</created>
  434. <option name="number" value="Default" />
  435. <option name="presentableId" value="Default" />
  436. <updated>1628819954865</updated>
  437. </task>
  438. <task id="LOCAL-00001" summary="index">
  439. <created>1628825424289</created>
  440. <option name="number" value="00001" />
  441. <option name="presentableId" value="LOCAL-00001" />
  442. <option name="project" value="LOCAL" />
  443. <updated>1628825424290</updated>
  444. </task>
  445. <task id="LOCAL-00002" summary="index">
  446. <created>1628905200427</created>
  447. <option name="number" value="00002" />
  448. <option name="presentableId" value="LOCAL-00002" />
  449. <option name="project" value="LOCAL" />
  450. <updated>1628905200427</updated>
  451. </task>
  452. <task id="LOCAL-00003" summary="ngk 新高考">
  453. <created>1628906377733</created>
  454. <option name="number" value="00003" />
  455. <option name="presentableId" value="LOCAL-00003" />
  456. <option name="project" value="LOCAL" />
  457. <updated>1628906377733</updated>
  458. </task>
  459. <task id="LOCAL-00004" summary="xgk 新高考">
  460. <created>1628926061037</created>
  461. <option name="number" value="00004" />
  462. <option name="presentableId" value="LOCAL-00004" />
  463. <option name="project" value="LOCAL" />
  464. <updated>1628926061037</updated>
  465. </task>
  466. <task id="LOCAL-00005" summary="alt=大联考">
  467. <created>1629095347159</created>
  468. <option name="number" value="00005" />
  469. <option name="presentableId" value="LOCAL-00005" />
  470. <option name="project" value="LOCAL" />
  471. <updated>1629095347159</updated>
  472. </task>
  473. <task id="LOCAL-00006" summary="index">
  474. <created>1629096552953</created>
  475. <option name="number" value="00006" />
  476. <option name="presentableId" value="LOCAL-00006" />
  477. <option name="project" value="LOCAL" />
  478. <updated>1629096552953</updated>
  479. </task>
  480. <task id="LOCAL-00007" summary="index 轮播">
  481. <created>1629101739388</created>
  482. <option name="number" value="00007" />
  483. <option name="presentableId" value="LOCAL-00007" />
  484. <option name="project" value="LOCAL" />
  485. <updated>1629101739388</updated>
  486. </task>
  487. <task id="LOCAL-00008" summary="index 轮播">
  488. <created>1629106445928</created>
  489. <option name="number" value="00008" />
  490. <option name="presentableId" value="LOCAL-00008" />
  491. <option name="project" value="LOCAL" />
  492. <updated>1629106445928</updated>
  493. </task>
  494. <task id="LOCAL-00009" summary="index 轮播">
  495. <created>1629108164413</created>
  496. <option name="number" value="00009" />
  497. <option name="presentableId" value="LOCAL-00009" />
  498. <option name="project" value="LOCAL" />
  499. <updated>1629108164413</updated>
  500. </task>
  501. <task id="LOCAL-00010" summary="index 轮播">
  502. <created>1629170537984</created>
  503. <option name="number" value="00010" />
  504. <option name="presentableId" value="LOCAL-00010" />
  505. <option name="project" value="LOCAL" />
  506. <updated>1629170537984</updated>
  507. </task>
  508. <task id="LOCAL-00011" summary="index 轮播">
  509. <created>1629171172051</created>
  510. <option name="number" value="00011" />
  511. <option name="presentableId" value="LOCAL-00011" />
  512. <option name="project" value="LOCAL" />
  513. <updated>1629171172051</updated>
  514. </task>
  515. <task id="LOCAL-00012" summary="index 轮播">
  516. <created>1629171864964</created>
  517. <option name="number" value="00012" />
  518. <option name="presentableId" value="LOCAL-00012" />
  519. <option name="project" value="LOCAL" />
  520. <updated>1629171864964</updated>
  521. </task>
  522. <task id="LOCAL-00013" summary="index 模拟考试">
  523. <created>1629187230012</created>
  524. <option name="number" value="00013" />
  525. <option name="presentableId" value="LOCAL-00013" />
  526. <option name="project" value="LOCAL" />
  527. <updated>1629187230012</updated>
  528. </task>
  529. <task id="LOCAL-00014" summary="index 模拟考试列表">
  530. <created>1629193371206</created>
  531. <option name="number" value="00014" />
  532. <option name="presentableId" value="LOCAL-00014" />
  533. <option name="project" value="LOCAL" />
  534. <updated>1629193371206</updated>
  535. </task>
  536. <task id="LOCAL-00015" summary="index 暂时删除热门专题">
  537. <created>1629193563365</created>
  538. <option name="number" value="00015" />
  539. <option name="presentableId" value="LOCAL-00015" />
  540. <option name="project" value="LOCAL" />
  541. <updated>1629193563365</updated>
  542. </task>
  543. <task id="LOCAL-00016" summary="index 资讯专题">
  544. <created>1629259156336</created>
  545. <option name="number" value="00016" />
  546. <option name="presentableId" value="LOCAL-00016" />
  547. <option name="project" value="LOCAL" />
  548. <updated>1629259156336</updated>
  549. </task>
  550. <task id="LOCAL-00017" summary="index 资讯专题">
  551. <created>1629271286765</created>
  552. <option name="number" value="00017" />
  553. <option name="presentableId" value="LOCAL-00017" />
  554. <option name="project" value="LOCAL" />
  555. <updated>1629271286765</updated>
  556. </task>
  557. <task id="LOCAL-00018" summary="footer">
  558. <created>1629271935821</created>
  559. <option name="number" value="00018" />
  560. <option name="presentableId" value="LOCAL-00018" />
  561. <option name="project" value="LOCAL" />
  562. <updated>1629271935821</updated>
  563. </task>
  564. <task id="LOCAL-00019" summary="footer">
  565. <created>1629338951785</created>
  566. <option name="number" value="00019" />
  567. <option name="presentableId" value="LOCAL-00019" />
  568. <option name="project" value="LOCAL" />
  569. <updated>1629338951785</updated>
  570. </task>
  571. <task id="LOCAL-00020" summary="footer">
  572. <created>1629344284315</created>
  573. <option name="number" value="00020" />
  574. <option name="presentableId" value="LOCAL-00020" />
  575. <option name="project" value="LOCAL" />
  576. <updated>1629344284315</updated>
  577. </task>
  578. <task id="LOCAL-00021" summary="评论">
  579. <created>1629352713427</created>
  580. <option name="number" value="00021" />
  581. <option name="presentableId" value="LOCAL-00021" />
  582. <option name="project" value="LOCAL" />
  583. <updated>1629352713427</updated>
  584. </task>
  585. <task id="LOCAL-00022" summary="评论">
  586. <created>1629353050541</created>
  587. <option name="number" value="00022" />
  588. <option name="presentableId" value="LOCAL-00022" />
  589. <option name="project" value="LOCAL" />
  590. <updated>1629353050541</updated>
  591. </task>
  592. <task id="LOCAL-00023" summary="试卷图片页,删除多余功能">
  593. <created>1629356799091</created>
  594. <option name="number" value="00023" />
  595. <option name="presentableId" value="LOCAL-00023" />
  596. <option name="project" value="LOCAL" />
  597. <updated>1629356799091</updated>
  598. </task>
  599. <task id="LOCAL-00024" summary="试卷图片页">
  600. <created>1629360268479</created>
  601. <option name="number" value="00024" />
  602. <option name="presentableId" value="LOCAL-00024" />
  603. <option name="project" value="LOCAL" />
  604. <updated>1629360268479</updated>
  605. </task>
  606. <task id="LOCAL-00025" summary="试卷图片页">
  607. <created>1629425698609</created>
  608. <option name="number" value="00025" />
  609. <option name="presentableId" value="LOCAL-00025" />
  610. <option name="project" value="LOCAL" />
  611. <updated>1629425698609</updated>
  612. </task>
  613. <task id="LOCAL-00026" summary="试卷图片页">
  614. <created>1629431304509</created>
  615. <option name="number" value="00026" />
  616. <option name="presentableId" value="LOCAL-00026" />
  617. <option name="project" value="LOCAL" />
  618. <updated>1629431304509</updated>
  619. </task>
  620. <task id="LOCAL-00027" summary="试卷图片页">
  621. <created>1629431515107</created>
  622. <option name="number" value="00027" />
  623. <option name="presentableId" value="LOCAL-00027" />
  624. <option name="project" value="LOCAL" />
  625. <updated>1629431515107</updated>
  626. </task>
  627. <task id="LOCAL-00028" summary="试卷图片页">
  628. <created>1629506718002</created>
  629. <option name="number" value="00028" />
  630. <option name="presentableId" value="LOCAL-00028" />
  631. <option name="project" value="LOCAL" />
  632. <updated>1629506718002</updated>
  633. </task>
  634. <task id="LOCAL-00029" summary="试卷图片页">
  635. <created>1629509513723</created>
  636. <option name="number" value="00029" />
  637. <option name="presentableId" value="LOCAL-00029" />
  638. <option name="project" value="LOCAL" />
  639. <updated>1629509513723</updated>
  640. </task>
  641. <task id="LOCAL-00030" summary="试卷图片页">
  642. <created>1629526934594</created>
  643. <option name="number" value="00030" />
  644. <option name="presentableId" value="LOCAL-00030" />
  645. <option name="project" value="LOCAL" />
  646. <updated>1629526934594</updated>
  647. </task>
  648. <option name="localTasksCounter" value="31" />
  649. <servers />
  650. </component>
  651. <component name="ToolWindowManager">
  652. <frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
  653. <editor active="true" />
  654. <layout>
  655. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.14605543" />
  656. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  657. <window_info id="Favorites" order="2" side_tool="true" />
  658. <window_info anchor="bottom" id="Message" order="0" />
  659. <window_info anchor="bottom" id="Find" order="1" />
  660. <window_info anchor="bottom" id="Run" order="2" />
  661. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  662. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  663. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  664. <window_info anchor="bottom" id="TODO" order="6" />
  665. <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
  666. <window_info active="true" anchor="bottom" id="Version Control" order="8" visible="true" weight="0.29392624" />
  667. <window_info anchor="bottom" id="Database Changes" order="9" show_stripe_button="false" />
  668. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  669. <window_info anchor="bottom" id="Terminal" order="11" weight="0.3264642" />
  670. <window_info anchor="bottom" id="Python Console" order="12" weight="0.32936078" />
  671. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  672. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  673. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  674. <window_info anchor="right" id="SciView" order="3" />
  675. <window_info anchor="right" id="Database" order="4" />
  676. </layout>
  677. <layout-to-restore>
  678. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.13272922" />
  679. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  680. <window_info id="Favorites" order="2" side_tool="true" />
  681. <window_info anchor="bottom" id="Message" order="0" />
  682. <window_info anchor="bottom" id="Find" order="1" />
  683. <window_info anchor="bottom" id="Run" order="2" />
  684. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  685. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  686. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  687. <window_info anchor="bottom" id="TODO" order="6" />
  688. <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
  689. <window_info active="true" anchor="bottom" id="Version Control" order="8" visible="true" weight="0.329718" />
  690. <window_info anchor="bottom" id="Database Changes" order="9" show_stripe_button="false" />
  691. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  692. <window_info anchor="bottom" id="Terminal" order="11" weight="0.3264642" />
  693. <window_info anchor="bottom" id="Python Console" order="12" weight="0.329718" />
  694. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  695. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  696. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  697. <window_info anchor="right" id="SciView" order="3" />
  698. <window_info anchor="right" id="Database" order="4" />
  699. </layout-to-restore>
  700. </component>
  701. <component name="TypeScriptGeneratedFilesManager">
  702. <option name="version" value="1" />
  703. </component>
  704. <component name="Vcs.Log.History.Properties">
  705. <option name="COLUMN_ORDER">
  706. <list>
  707. <option value="0" />
  708. <option value="2" />
  709. <option value="3" />
  710. <option value="1" />
  711. </list>
  712. </option>
  713. </component>
  714. <component name="Vcs.Log.Tabs.Properties">
  715. <option name="TAB_STATES">
  716. <map>
  717. <entry key="MAIN">
  718. <value>
  719. <State>
  720. <option name="RECENTLY_FILTERED_USER_GROUPS">
  721. <collection />
  722. </option>
  723. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  724. <collection />
  725. </option>
  726. <option name="COLUMN_ORDER">
  727. <list>
  728. <option value="0" />
  729. <option value="1" />
  730. <option value="2" />
  731. <option value="3" />
  732. </list>
  733. </option>
  734. </State>
  735. </value>
  736. </entry>
  737. </map>
  738. </option>
  739. </component>
  740. <component name="VcsContentAnnotationSettings">
  741. <option name="myLimit" value="2678400000" />
  742. </component>
  743. <component name="VcsManagerConfiguration">
  744. <MESSAGE value="ngk 新高考" />
  745. <MESSAGE value="xgk 新高考" />
  746. <MESSAGE value="alt=大联考" />
  747. <MESSAGE value="index" />
  748. <MESSAGE value="index 轮播" />
  749. <MESSAGE value="index 模拟考试" />
  750. <MESSAGE value="index 模拟考试列表" />
  751. <MESSAGE value="index 暂时删除热门专题" />
  752. <MESSAGE value="index 资讯专题" />
  753. <MESSAGE value="footer" />
  754. <MESSAGE value="评论" />
  755. <MESSAGE value="试卷图片页,删除多余功能" />
  756. <MESSAGE value="试卷图片页" />
  757. <option name="LAST_COMMIT_MESSAGE" value="试卷图片页" />
  758. </component>
  759. <component name="editorHistoryManager">
  760. <entry file="file://$PROJECT_DIR$/h_news/new_detail.html" />
  761. <entry file="file://$PROJECT_DIR$/imgs/juanzi.png">
  762. <provider selected="true" editor-type-id="images" />
  763. </entry>
  764. <entry file="file://$PROJECT_DIR$/imgs/qq.png">
  765. <provider selected="true" editor-type-id="images" />
  766. </entry>
  767. <entry file="file://$PROJECT_DIR$/imgs/weibo.png">
  768. <provider selected="true" editor-type-id="images" />
  769. </entry>
  770. <entry file="file://$PROJECT_DIR$/imgs/weixin.png">
  771. <provider selected="true" editor-type-id="images" />
  772. </entry>
  773. <entry file="file://$PROJECT_DIR$/33" />
  774. <entry file="file://$PROJECT_DIR$/h_exam/exam_list.html">
  775. <provider selected="true" editor-type-id="text-editor">
  776. <state relative-caret-position="2646">
  777. <caret line="98" column="83" selection-start-line="98" selection-start-column="83" selection-end-line="98" selection-end-column="83" />
  778. </state>
  779. </provider>
  780. </entry>
  781. <entry file="file://$PROJECT_DIR$/xgk/xgk.html">
  782. <provider selected="true" editor-type-id="text-editor">
  783. <state relative-caret-position="1647">
  784. <caret line="61" column="30" selection-start-line="61" selection-start-column="30" selection-end-line="61" selection-end-column="30" />
  785. </state>
  786. </provider>
  787. </entry>
  788. <entry file="file://$PROJECT_DIR$/.gitignore">
  789. <provider selected="true" editor-type-id="text-editor">
  790. <state relative-caret-position="108">
  791. <caret line="4" column="5" selection-start-line="4" selection-start-column="5" selection-end-line="4" selection-end-column="5" />
  792. </state>
  793. </provider>
  794. </entry>
  795. <entry file="file://$PROJECT_DIR$/imgs/404.png" />
  796. <entry file="file://$PROJECT_DIR$/h_exam/404.html" />
  797. <entry file="file://$PROJECT_DIR$/404.html">
  798. <provider selected="true" editor-type-id="text-editor">
  799. <state relative-caret-position="351">
  800. <caret line="13" column="48" lean-forward="true" selection-start-line="13" selection-start-column="48" selection-end-line="13" selection-end-column="48" />
  801. </state>
  802. </provider>
  803. </entry>
  804. <entry file="file://$PROJECT_DIR$/h_news/news_detail.html">
  805. <provider selected="true" editor-type-id="text-editor">
  806. <state relative-caret-position="252">
  807. <caret line="52" column="35" lean-forward="true" selection-start-line="52" selection-start-column="35" selection-end-line="52" selection-end-column="35" />
  808. </state>
  809. </provider>
  810. </entry>
  811. <entry file="file://$PROJECT_DIR$/imgs/msg.png">
  812. <provider selected="true" editor-type-id="images" />
  813. </entry>
  814. <entry file="file://$PROJECT_DIR$/h_exam/exam_detail.html">
  815. <provider selected="true" editor-type-id="text-editor">
  816. <state relative-caret-position="4104">
  817. <caret line="152" column="16" selection-start-line="152" selection-start-column="16" selection-end-line="152" selection-end-column="16" />
  818. <folding>
  819. <element signature="n#style#0;n#i#0;n#div#0;n#div#2;n#div#0;n#div#0;n#div#0;n#div#1;n#body#0;n#html#0;n#!!top" expanded="true" />
  820. <element signature="n#style#0;n#a#0;n#p#0;n#div#0;n#div#5;n#body#0;n#html#0;n#!!top" expanded="true" />
  821. </folding>
  822. </state>
  823. </provider>
  824. </entry>
  825. <entry file="file://$PROJECT_DIR$/h_news/news_list.html">
  826. <provider selected="true" editor-type-id="text-editor">
  827. <state relative-caret-position="1674">
  828. <caret line="62" column="39" selection-end-line="107" />
  829. <folding>
  830. <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" />
  831. </folding>
  832. </state>
  833. </provider>
  834. </entry>
  835. <entry file="file://$PROJECT_DIR$/js/new_list.js">
  836. <provider selected="true" editor-type-id="text-editor">
  837. <state relative-caret-position="1053">
  838. <caret line="39" column="20" selection-start-line="39" selection-start-column="20" selection-end-line="39" selection-end-column="20" />
  839. </state>
  840. </provider>
  841. </entry>
  842. <entry file="file://$PROJECT_DIR$/js/exam_list.js">
  843. <provider selected="true" editor-type-id="text-editor">
  844. <state relative-caret-position="1647">
  845. <caret line="61" column="20" selection-start-line="61" selection-start-column="20" selection-end-line="61" selection-end-column="20" />
  846. </state>
  847. </provider>
  848. </entry>
  849. <entry file="file://$PROJECT_DIR$/js/components.js">
  850. <provider selected="true" editor-type-id="text-editor">
  851. <state relative-caret-position="81">
  852. <caret line="189" column="9" lean-forward="true" selection-start-line="189" selection-start-column="9" selection-end-line="189" selection-end-column="9" />
  853. </state>
  854. </provider>
  855. </entry>
  856. <entry file="file://$PROJECT_DIR$/imgs/favicon.ico">
  857. <provider selected="true" editor-type-id="images" />
  858. </entry>
  859. <entry file="file://$PROJECT_DIR$/imgs/app_dowload.png">
  860. <provider selected="true" editor-type-id="images" />
  861. </entry>
  862. <entry file="file://$PROJECT_DIR$/imgs/app2.png">
  863. <provider selected="true" editor-type-id="images" />
  864. </entry>
  865. <entry file="file://$PROJECT_DIR$/imgs/bg.png">
  866. <provider selected="true" editor-type-id="images" />
  867. </entry>
  868. <entry file="file://$PROJECT_DIR$/imgs/app.png">
  869. <provider selected="true" editor-type-id="images" />
  870. </entry>
  871. <entry file="file://$PROJECT_DIR$/h_exam/exam_detail_img.html">
  872. <provider selected="true" editor-type-id="text-editor">
  873. <state relative-caret-position="225">
  874. <caret line="66" column="42" lean-forward="true" selection-start-line="66" selection-start-column="42" selection-end-line="66" selection-end-column="42" />
  875. <folding>
  876. <element signature="n#style#0;n#div#0;n#div#4;n#body#0;n#html#0;n#!!top" expanded="true" />
  877. </folding>
  878. </state>
  879. </provider>
  880. </entry>
  881. <entry file="file://$PROJECT_DIR$/index.html">
  882. <provider selected="true" editor-type-id="text-editor">
  883. <state relative-caret-position="135">
  884. <caret line="5" column="55" lean-forward="true" selection-start-line="5" selection-start-column="55" selection-end-line="5" selection-end-column="55" />
  885. <folding>
  886. <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" />
  887. <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" />
  888. <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" />
  889. <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" />
  890. </folding>
  891. </state>
  892. </provider>
  893. </entry>
  894. </component>
  895. </project>