workspace.xml 46 KB

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