workspace.xml 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005
  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="4" />
  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="4" />
  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="false">
  138. <entry file="file://$PROJECT_DIR$/css/exam_detail_img.css">
  139. <provider selected="true" editor-type-id="text-editor">
  140. <state relative-caret-position="2565">
  141. <caret line="95" column="19" selection-start-line="95" selection-start-column="19" selection-end-line="95" selection-end-column="19" />
  142. </state>
  143. </provider>
  144. </entry>
  145. </file>
  146. <file pinned="false" current-in-tab="false">
  147. <entry file="file://$PROJECT_DIR$/index.html">
  148. <provider selected="true" editor-type-id="text-editor">
  149. <state relative-caret-position="81">
  150. <caret line="3" column="6" lean-forward="true" selection-start-line="3" selection-start-column="6" selection-end-line="3" selection-end-column="6" />
  151. </state>
  152. </provider>
  153. </entry>
  154. </file>
  155. <file pinned="false" current-in-tab="true">
  156. <entry file="file://$PROJECT_DIR$/search.html">
  157. <provider selected="true" editor-type-id="text-editor">
  158. <state relative-caret-position="315">
  159. <caret line="39" column="50" lean-forward="true" selection-start-line="39" selection-start-column="50" selection-end-line="39" selection-end-column="50" />
  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. </expand>
  256. <select />
  257. </subPane>
  258. </pane>
  259. </panes>
  260. </component>
  261. <component name="PropertiesComponent">
  262. <property name="ChangesTree.GroupingKeys" value="directory" />
  263. <property name="WebServerToolWindowFactoryState" value="false" />
  264. <property name="last_opened_file_path" value="E:/wxapp/baoxiu_admin" />
  265. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  266. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  267. <property name="settings.editor.selected.configurable" value="configurable.group.appearance" />
  268. </component>
  269. <component name="RecentsManager">
  270. <key name="CopyFile.RECENT_KEYS">
  271. <recent name="E:\examwin\examwin_web\h_exam" />
  272. <recent name="E:\examwin\examwin_web" />
  273. <recent name="E:\examwin\examwin_web\h_news" />
  274. <recent name="E:\examwin\examwin_web\imgs" />
  275. <recent name="E:\examwin\examwin_web\ngk" />
  276. </key>
  277. </component>
  278. <component name="RestoreUpdateTree" date="Moments ago" ActionInfo="_Update">
  279. <UpdatedFiles>
  280. <FILE-GROUP>
  281. <option name="myUpdateName" value="Updated from server" />
  282. <option name="myStatusName" value="Changed on server" />
  283. <option name="mySupportsDeletion" value="false" />
  284. <option name="myCanBeAbsent" value="false" />
  285. <option name="myId" value="CHANGED_ON_SERVER" />
  286. <FILE-GROUP>
  287. <option name="myUpdateName" value="Updated" />
  288. <option name="myStatusName" value="Changed" />
  289. <option name="mySupportsDeletion" value="false" />
  290. <option name="myCanBeAbsent" value="false" />
  291. <option name="myId" value="UPDATED" />
  292. <PATH vcs="Git" revision="">$PROJECT_DIR$/css/components.less</PATH>
  293. <PATH vcs="Git" revision="">$PROJECT_DIR$/js/index.js</PATH>
  294. <PATH vcs="Git" revision="">$PROJECT_DIR$/js/search.js</PATH>
  295. </FILE-GROUP>
  296. <FILE-GROUP>
  297. <option name="myUpdateName" value="Created" />
  298. <option name="myStatusName" value="Created" />
  299. <option name="mySupportsDeletion" value="false" />
  300. <option name="myCanBeAbsent" value="false" />
  301. <option name="myId" value="CREATED" />
  302. </FILE-GROUP>
  303. <FILE-GROUP>
  304. <option name="myUpdateName" value="Deleted" />
  305. <option name="myStatusName" value="Deleted" />
  306. <option name="mySupportsDeletion" value="false" />
  307. <option name="myCanBeAbsent" value="true" />
  308. <option name="myId" value="REMOVED_FROM_REPOSITORY" />
  309. </FILE-GROUP>
  310. <FILE-GROUP>
  311. <option name="myUpdateName" value="Restored" />
  312. <option name="myStatusName" value="Will be restored" />
  313. <option name="mySupportsDeletion" value="false" />
  314. <option name="myCanBeAbsent" value="false" />
  315. <option name="myId" value="RESTORED" />
  316. </FILE-GROUP>
  317. </FILE-GROUP>
  318. <FILE-GROUP>
  319. <option name="myUpdateName" value="Modified" />
  320. <option name="myStatusName" value="Modified" />
  321. <option name="mySupportsDeletion" value="false" />
  322. <option name="myCanBeAbsent" value="false" />
  323. <option name="myId" value="MODIFIED" />
  324. </FILE-GROUP>
  325. <FILE-GROUP>
  326. <option name="myUpdateName" value="Skipped" />
  327. <option name="myStatusName" value="Skipped" />
  328. <option name="mySupportsDeletion" value="false" />
  329. <option name="myCanBeAbsent" value="false" />
  330. <option name="myId" value="SKIPPED" />
  331. </FILE-GROUP>
  332. <FILE-GROUP>
  333. <option name="myUpdateName" value="Merged with conflicts" />
  334. <option name="myStatusName" value="Will be merged with conflicts" />
  335. <option name="mySupportsDeletion" value="false" />
  336. <option name="myCanBeAbsent" value="false" />
  337. <option name="myId" value="MERGED_WITH_CONFLICTS" />
  338. </FILE-GROUP>
  339. <FILE-GROUP>
  340. <option name="myUpdateName" value="Merged with tree conflicts" />
  341. <option name="myStatusName" value="Merged with tree conflicts" />
  342. <option name="mySupportsDeletion" value="false" />
  343. <option name="myCanBeAbsent" value="false" />
  344. <option name="myId" value="MERGED_WITH_TREE_CONFLICT" />
  345. </FILE-GROUP>
  346. <FILE-GROUP>
  347. <option name="myUpdateName" value="Merged with property conflicts" />
  348. <option name="myStatusName" value="Will be merged with property conflicts" />
  349. <option name="mySupportsDeletion" value="false" />
  350. <option name="myCanBeAbsent" value="false" />
  351. <option name="myId" value="MERGED_WITH_PROPERTY_CONFLICT" />
  352. </FILE-GROUP>
  353. <FILE-GROUP>
  354. <option name="myUpdateName" value="Merged" />
  355. <option name="myStatusName" value="Will be merged" />
  356. <option name="mySupportsDeletion" value="false" />
  357. <option name="myCanBeAbsent" value="false" />
  358. <option name="myId" value="MERGED" />
  359. </FILE-GROUP>
  360. <FILE-GROUP>
  361. <option name="myUpdateName" value="Not in repository" />
  362. <option name="myStatusName" value="Not in repository" />
  363. <option name="mySupportsDeletion" value="true" />
  364. <option name="myCanBeAbsent" value="false" />
  365. <option name="myId" value="UNKNOWN" />
  366. </FILE-GROUP>
  367. <FILE-GROUP>
  368. <option name="myUpdateName" value="Locally added" />
  369. <option name="myStatusName" value="Locally added" />
  370. <option name="mySupportsDeletion" value="false" />
  371. <option name="myCanBeAbsent" value="false" />
  372. <option name="myId" value="LOCALLY_ADDED" />
  373. </FILE-GROUP>
  374. <FILE-GROUP>
  375. <option name="myUpdateName" value="Locally removed" />
  376. <option name="myStatusName" value="Locally removed" />
  377. <option name="mySupportsDeletion" value="false" />
  378. <option name="myCanBeAbsent" value="false" />
  379. <option name="myId" value="LOCALLY_REMOVED" />
  380. </FILE-GROUP>
  381. <FILE-GROUP>
  382. <option name="myUpdateName" value="Switched" />
  383. <option name="myStatusName" value="Switched" />
  384. <option name="mySupportsDeletion" value="false" />
  385. <option name="myCanBeAbsent" value="false" />
  386. <option name="myId" value="SWITCHED" />
  387. </FILE-GROUP>
  388. </UpdatedFiles>
  389. </component>
  390. <component name="RunDashboard">
  391. <option name="ruleStates">
  392. <list>
  393. <RuleState>
  394. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  395. </RuleState>
  396. <RuleState>
  397. <option name="name" value="StatusDashboardGroupingRule" />
  398. </RuleState>
  399. </list>
  400. </option>
  401. </component>
  402. <component name="SvnConfiguration">
  403. <configuration />
  404. </component>
  405. <component name="TaskManager">
  406. <task active="true" id="Default" summary="Default task">
  407. <changelist id="82570a17-8430-4238-ae79-81bbbd2de81f" name="Default Changelist" comment="" />
  408. <created>1628819954865</created>
  409. <option name="number" value="Default" />
  410. <option name="presentableId" value="Default" />
  411. <updated>1628819954865</updated>
  412. </task>
  413. <task id="LOCAL-00001" summary="index">
  414. <created>1628825424289</created>
  415. <option name="number" value="00001" />
  416. <option name="presentableId" value="LOCAL-00001" />
  417. <option name="project" value="LOCAL" />
  418. <updated>1628825424290</updated>
  419. </task>
  420. <task id="LOCAL-00002" summary="index">
  421. <created>1628905200427</created>
  422. <option name="number" value="00002" />
  423. <option name="presentableId" value="LOCAL-00002" />
  424. <option name="project" value="LOCAL" />
  425. <updated>1628905200427</updated>
  426. </task>
  427. <task id="LOCAL-00003" summary="ngk 新高考">
  428. <created>1628906377733</created>
  429. <option name="number" value="00003" />
  430. <option name="presentableId" value="LOCAL-00003" />
  431. <option name="project" value="LOCAL" />
  432. <updated>1628906377733</updated>
  433. </task>
  434. <task id="LOCAL-00004" summary="xgk 新高考">
  435. <created>1628926061037</created>
  436. <option name="number" value="00004" />
  437. <option name="presentableId" value="LOCAL-00004" />
  438. <option name="project" value="LOCAL" />
  439. <updated>1628926061037</updated>
  440. </task>
  441. <task id="LOCAL-00005" summary="alt=大联考">
  442. <created>1629095347159</created>
  443. <option name="number" value="00005" />
  444. <option name="presentableId" value="LOCAL-00005" />
  445. <option name="project" value="LOCAL" />
  446. <updated>1629095347159</updated>
  447. </task>
  448. <task id="LOCAL-00006" summary="index">
  449. <created>1629096552953</created>
  450. <option name="number" value="00006" />
  451. <option name="presentableId" value="LOCAL-00006" />
  452. <option name="project" value="LOCAL" />
  453. <updated>1629096552953</updated>
  454. </task>
  455. <task id="LOCAL-00007" summary="index 轮播">
  456. <created>1629101739388</created>
  457. <option name="number" value="00007" />
  458. <option name="presentableId" value="LOCAL-00007" />
  459. <option name="project" value="LOCAL" />
  460. <updated>1629101739388</updated>
  461. </task>
  462. <task id="LOCAL-00008" summary="index 轮播">
  463. <created>1629106445928</created>
  464. <option name="number" value="00008" />
  465. <option name="presentableId" value="LOCAL-00008" />
  466. <option name="project" value="LOCAL" />
  467. <updated>1629106445928</updated>
  468. </task>
  469. <task id="LOCAL-00009" summary="index 轮播">
  470. <created>1629108164413</created>
  471. <option name="number" value="00009" />
  472. <option name="presentableId" value="LOCAL-00009" />
  473. <option name="project" value="LOCAL" />
  474. <updated>1629108164413</updated>
  475. </task>
  476. <task id="LOCAL-00010" summary="index 轮播">
  477. <created>1629170537984</created>
  478. <option name="number" value="00010" />
  479. <option name="presentableId" value="LOCAL-00010" />
  480. <option name="project" value="LOCAL" />
  481. <updated>1629170537984</updated>
  482. </task>
  483. <task id="LOCAL-00011" summary="index 轮播">
  484. <created>1629171172051</created>
  485. <option name="number" value="00011" />
  486. <option name="presentableId" value="LOCAL-00011" />
  487. <option name="project" value="LOCAL" />
  488. <updated>1629171172051</updated>
  489. </task>
  490. <task id="LOCAL-00012" summary="index 轮播">
  491. <created>1629171864964</created>
  492. <option name="number" value="00012" />
  493. <option name="presentableId" value="LOCAL-00012" />
  494. <option name="project" value="LOCAL" />
  495. <updated>1629171864964</updated>
  496. </task>
  497. <task id="LOCAL-00013" summary="index 模拟考试">
  498. <created>1629187230012</created>
  499. <option name="number" value="00013" />
  500. <option name="presentableId" value="LOCAL-00013" />
  501. <option name="project" value="LOCAL" />
  502. <updated>1629187230012</updated>
  503. </task>
  504. <task id="LOCAL-00014" summary="index 模拟考试列表">
  505. <created>1629193371206</created>
  506. <option name="number" value="00014" />
  507. <option name="presentableId" value="LOCAL-00014" />
  508. <option name="project" value="LOCAL" />
  509. <updated>1629193371206</updated>
  510. </task>
  511. <task id="LOCAL-00015" summary="index 暂时删除热门专题">
  512. <created>1629193563365</created>
  513. <option name="number" value="00015" />
  514. <option name="presentableId" value="LOCAL-00015" />
  515. <option name="project" value="LOCAL" />
  516. <updated>1629193563365</updated>
  517. </task>
  518. <task id="LOCAL-00016" summary="index 资讯专题">
  519. <created>1629259156336</created>
  520. <option name="number" value="00016" />
  521. <option name="presentableId" value="LOCAL-00016" />
  522. <option name="project" value="LOCAL" />
  523. <updated>1629259156336</updated>
  524. </task>
  525. <task id="LOCAL-00017" summary="index 资讯专题">
  526. <created>1629271286765</created>
  527. <option name="number" value="00017" />
  528. <option name="presentableId" value="LOCAL-00017" />
  529. <option name="project" value="LOCAL" />
  530. <updated>1629271286765</updated>
  531. </task>
  532. <task id="LOCAL-00018" summary="footer">
  533. <created>1629271935821</created>
  534. <option name="number" value="00018" />
  535. <option name="presentableId" value="LOCAL-00018" />
  536. <option name="project" value="LOCAL" />
  537. <updated>1629271935821</updated>
  538. </task>
  539. <task id="LOCAL-00019" summary="footer">
  540. <created>1629338951785</created>
  541. <option name="number" value="00019" />
  542. <option name="presentableId" value="LOCAL-00019" />
  543. <option name="project" value="LOCAL" />
  544. <updated>1629338951785</updated>
  545. </task>
  546. <task id="LOCAL-00020" summary="footer">
  547. <created>1629344284315</created>
  548. <option name="number" value="00020" />
  549. <option name="presentableId" value="LOCAL-00020" />
  550. <option name="project" value="LOCAL" />
  551. <updated>1629344284315</updated>
  552. </task>
  553. <task id="LOCAL-00021" summary="评论">
  554. <created>1629352713427</created>
  555. <option name="number" value="00021" />
  556. <option name="presentableId" value="LOCAL-00021" />
  557. <option name="project" value="LOCAL" />
  558. <updated>1629352713427</updated>
  559. </task>
  560. <task id="LOCAL-00022" summary="评论">
  561. <created>1629353050541</created>
  562. <option name="number" value="00022" />
  563. <option name="presentableId" value="LOCAL-00022" />
  564. <option name="project" value="LOCAL" />
  565. <updated>1629353050541</updated>
  566. </task>
  567. <task id="LOCAL-00023" summary="试卷图片页,删除多余功能">
  568. <created>1629356799091</created>
  569. <option name="number" value="00023" />
  570. <option name="presentableId" value="LOCAL-00023" />
  571. <option name="project" value="LOCAL" />
  572. <updated>1629356799091</updated>
  573. </task>
  574. <task id="LOCAL-00024" summary="试卷图片页">
  575. <created>1629360268479</created>
  576. <option name="number" value="00024" />
  577. <option name="presentableId" value="LOCAL-00024" />
  578. <option name="project" value="LOCAL" />
  579. <updated>1629360268479</updated>
  580. </task>
  581. <task id="LOCAL-00025" summary="试卷图片页">
  582. <created>1629425698609</created>
  583. <option name="number" value="00025" />
  584. <option name="presentableId" value="LOCAL-00025" />
  585. <option name="project" value="LOCAL" />
  586. <updated>1629425698609</updated>
  587. </task>
  588. <task id="LOCAL-00026" summary="试卷图片页">
  589. <created>1629431304509</created>
  590. <option name="number" value="00026" />
  591. <option name="presentableId" value="LOCAL-00026" />
  592. <option name="project" value="LOCAL" />
  593. <updated>1629431304509</updated>
  594. </task>
  595. <task id="LOCAL-00027" summary="试卷图片页">
  596. <created>1629431515107</created>
  597. <option name="number" value="00027" />
  598. <option name="presentableId" value="LOCAL-00027" />
  599. <option name="project" value="LOCAL" />
  600. <updated>1629431515107</updated>
  601. </task>
  602. <task id="LOCAL-00028" summary="试卷图片页">
  603. <created>1629506718002</created>
  604. <option name="number" value="00028" />
  605. <option name="presentableId" value="LOCAL-00028" />
  606. <option name="project" value="LOCAL" />
  607. <updated>1629506718002</updated>
  608. </task>
  609. <task id="LOCAL-00029" summary="试卷图片页">
  610. <created>1629509513723</created>
  611. <option name="number" value="00029" />
  612. <option name="presentableId" value="LOCAL-00029" />
  613. <option name="project" value="LOCAL" />
  614. <updated>1629509513723</updated>
  615. </task>
  616. <task id="LOCAL-00030" summary="试卷图片页">
  617. <created>1629526934594</created>
  618. <option name="number" value="00030" />
  619. <option name="presentableId" value="LOCAL-00030" />
  620. <option name="project" value="LOCAL" />
  621. <updated>1629526934594</updated>
  622. </task>
  623. <task id="LOCAL-00031" summary="试卷图片页">
  624. <created>1629528583570</created>
  625. <option name="number" value="00031" />
  626. <option name="presentableId" value="LOCAL-00031" />
  627. <option name="project" value="LOCAL" />
  628. <updated>1629528583570</updated>
  629. </task>
  630. <task id="LOCAL-00032" summary="试卷图片页">
  631. <created>1629532549107</created>
  632. <option name="number" value="00032" />
  633. <option name="presentableId" value="LOCAL-00032" />
  634. <option name="project" value="LOCAL" />
  635. <updated>1629532549107</updated>
  636. </task>
  637. <task id="LOCAL-00033" summary="试卷图片页">
  638. <created>1629536288115</created>
  639. <option name="number" value="00033" />
  640. <option name="presentableId" value="LOCAL-00033" />
  641. <option name="project" value="LOCAL" />
  642. <updated>1629536288115</updated>
  643. </task>
  644. <task id="LOCAL-00034" summary="试卷图片页">
  645. <created>1629538478490</created>
  646. <option name="number" value="00034" />
  647. <option name="presentableId" value="LOCAL-00034" />
  648. <option name="project" value="LOCAL" />
  649. <updated>1629538478490</updated>
  650. </task>
  651. <task id="LOCAL-00035" summary="试卷图片页">
  652. <created>1629681328757</created>
  653. <option name="number" value="00035" />
  654. <option name="presentableId" value="LOCAL-00035" />
  655. <option name="project" value="LOCAL" />
  656. <updated>1629681328757</updated>
  657. </task>
  658. <task id="LOCAL-00036" summary="试卷图片页">
  659. <created>1629689995072</created>
  660. <option name="number" value="00036" />
  661. <option name="presentableId" value="LOCAL-00036" />
  662. <option name="project" value="LOCAL" />
  663. <updated>1629689995072</updated>
  664. </task>
  665. <task id="LOCAL-00037" summary="试卷图片页">
  666. <created>1629698710157</created>
  667. <option name="number" value="00037" />
  668. <option name="presentableId" value="LOCAL-00037" />
  669. <option name="project" value="LOCAL" />
  670. <updated>1629698710157</updated>
  671. </task>
  672. <task id="LOCAL-00038" summary="试卷图片页">
  673. <created>1629702033216</created>
  674. <option name="number" value="00038" />
  675. <option name="presentableId" value="LOCAL-00038" />
  676. <option name="project" value="LOCAL" />
  677. <updated>1629702033216</updated>
  678. </task>
  679. <task id="LOCAL-00039" summary="试卷图片页">
  680. <created>1629705829373</created>
  681. <option name="number" value="00039" />
  682. <option name="presentableId" value="LOCAL-00039" />
  683. <option name="project" value="LOCAL" />
  684. <updated>1629705829373</updated>
  685. </task>
  686. <task id="LOCAL-00040" summary="试卷图片页 d s">
  687. <created>1629857709260</created>
  688. <option name="number" value="00040" />
  689. <option name="presentableId" value="LOCAL-00040" />
  690. <option name="project" value="LOCAL" />
  691. <updated>1629857709260</updated>
  692. </task>
  693. <task id="LOCAL-00041" summary="试卷图片页 d s">
  694. <created>1629941399298</created>
  695. <option name="number" value="00041" />
  696. <option name="presentableId" value="LOCAL-00041" />
  697. <option name="project" value="LOCAL" />
  698. <updated>1629941399298</updated>
  699. </task>
  700. <task id="LOCAL-00042" summary="试卷图片页 d s">
  701. <created>1629941725987</created>
  702. <option name="number" value="00042" />
  703. <option name="presentableId" value="LOCAL-00042" />
  704. <option name="project" value="LOCAL" />
  705. <updated>1629941725987</updated>
  706. </task>
  707. <task id="LOCAL-00043" summary="试卷图片页 d s">
  708. <created>1630043101337</created>
  709. <option name="number" value="00043" />
  710. <option name="presentableId" value="LOCAL-00043" />
  711. <option name="project" value="LOCAL" />
  712. <updated>1630043101337</updated>
  713. </task>
  714. <task id="LOCAL-00044" summary="搜索">
  715. <created>1630043591553</created>
  716. <option name="number" value="00044" />
  717. <option name="presentableId" value="LOCAL-00044" />
  718. <option name="project" value="LOCAL" />
  719. <updated>1630043591553</updated>
  720. </task>
  721. <option name="localTasksCounter" value="45" />
  722. <servers />
  723. </component>
  724. <component name="ToolWindowManager">
  725. <frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
  726. <editor active="true" />
  727. <layout>
  728. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.12526652" />
  729. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  730. <window_info id="Favorites" order="2" side_tool="true" />
  731. <window_info anchor="bottom" id="Message" order="0" />
  732. <window_info anchor="bottom" id="Find" order="1" />
  733. <window_info anchor="bottom" id="Run" order="2" />
  734. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  735. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  736. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  737. <window_info anchor="bottom" id="TODO" order="6" />
  738. <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
  739. <window_info anchor="bottom" id="Version Control" order="8" weight="0.3383948" />
  740. <window_info anchor="bottom" id="Database Changes" order="9" show_stripe_button="false" />
  741. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  742. <window_info anchor="bottom" id="Terminal" order="11" weight="0.3470716" />
  743. <window_info anchor="bottom" id="Python Console" order="12" weight="0.32936078" />
  744. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  745. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  746. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  747. <window_info anchor="right" id="SciView" order="3" />
  748. <window_info anchor="right" id="Database" order="4" />
  749. </layout>
  750. <layout-to-restore>
  751. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.13272922" />
  752. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  753. <window_info id="Favorites" order="2" side_tool="true" />
  754. <window_info anchor="bottom" id="Message" order="0" />
  755. <window_info anchor="bottom" id="Find" order="1" />
  756. <window_info anchor="bottom" id="Run" order="2" />
  757. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  758. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  759. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  760. <window_info anchor="bottom" id="TODO" order="6" />
  761. <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
  762. <window_info active="true" anchor="bottom" id="Version Control" order="8" visible="true" weight="0.329718" />
  763. <window_info anchor="bottom" id="Database Changes" order="9" show_stripe_button="false" />
  764. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  765. <window_info anchor="bottom" id="Terminal" order="11" weight="0.3264642" />
  766. <window_info anchor="bottom" id="Python Console" order="12" weight="0.329718" />
  767. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  768. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  769. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  770. <window_info anchor="right" id="SciView" order="3" />
  771. <window_info anchor="right" id="Database" order="4" />
  772. </layout-to-restore>
  773. </component>
  774. <component name="TypeScriptGeneratedFilesManager">
  775. <option name="version" value="1" />
  776. </component>
  777. <component name="Vcs.Log.History.Properties">
  778. <option name="COLUMN_ORDER">
  779. <list>
  780. <option value="0" />
  781. <option value="2" />
  782. <option value="3" />
  783. <option value="1" />
  784. </list>
  785. </option>
  786. </component>
  787. <component name="Vcs.Log.Tabs.Properties">
  788. <option name="TAB_STATES">
  789. <map>
  790. <entry key="MAIN">
  791. <value>
  792. <State>
  793. <option name="RECENTLY_FILTERED_USER_GROUPS">
  794. <collection />
  795. </option>
  796. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  797. <collection />
  798. </option>
  799. <option name="COLUMN_ORDER">
  800. <list>
  801. <option value="0" />
  802. <option value="1" />
  803. <option value="2" />
  804. <option value="3" />
  805. </list>
  806. </option>
  807. </State>
  808. </value>
  809. </entry>
  810. </map>
  811. </option>
  812. </component>
  813. <component name="VcsContentAnnotationSettings">
  814. <option name="myLimit" value="2678400000" />
  815. </component>
  816. <component name="VcsManagerConfiguration">
  817. <MESSAGE value="ngk 新高考" />
  818. <MESSAGE value="xgk 新高考" />
  819. <MESSAGE value="alt=大联考" />
  820. <MESSAGE value="index" />
  821. <MESSAGE value="index 轮播" />
  822. <MESSAGE value="index 模拟考试" />
  823. <MESSAGE value="index 模拟考试列表" />
  824. <MESSAGE value="index 暂时删除热门专题" />
  825. <MESSAGE value="index 资讯专题" />
  826. <MESSAGE value="footer" />
  827. <MESSAGE value="评论" />
  828. <MESSAGE value="试卷图片页,删除多余功能" />
  829. <MESSAGE value="试卷图片页" />
  830. <MESSAGE value="试卷图片页 d s" />
  831. <MESSAGE value="搜索" />
  832. <option name="LAST_COMMIT_MESSAGE" value="搜索" />
  833. </component>
  834. <component name="editorHistoryManager">
  835. <entry file="file://$PROJECT_DIR$/h_news/new_detail.html" />
  836. <entry file="file://$PROJECT_DIR$/imgs/juanzi.png">
  837. <provider selected="true" editor-type-id="images" />
  838. </entry>
  839. <entry file="file://$PROJECT_DIR$/imgs/qq.png">
  840. <provider selected="true" editor-type-id="images" />
  841. </entry>
  842. <entry file="file://$PROJECT_DIR$/imgs/weibo.png">
  843. <provider selected="true" editor-type-id="images" />
  844. </entry>
  845. <entry file="file://$PROJECT_DIR$/imgs/weixin.png">
  846. <provider selected="true" editor-type-id="images" />
  847. </entry>
  848. <entry file="file://$PROJECT_DIR$/33" />
  849. <entry file="file://$PROJECT_DIR$/xgk/xgk.html">
  850. <provider selected="true" editor-type-id="text-editor">
  851. <state relative-caret-position="1647">
  852. <caret line="61" column="30" selection-start-line="61" selection-start-column="30" selection-end-line="61" selection-end-column="30" />
  853. </state>
  854. </provider>
  855. </entry>
  856. <entry file="file://$PROJECT_DIR$/.gitignore">
  857. <provider selected="true" editor-type-id="text-editor">
  858. <state relative-caret-position="108">
  859. <caret line="4" column="5" selection-start-line="4" selection-start-column="5" selection-end-line="4" selection-end-column="5" />
  860. </state>
  861. </provider>
  862. </entry>
  863. <entry file="file://$PROJECT_DIR$/imgs/404.png" />
  864. <entry file="file://$PROJECT_DIR$/h_exam/404.html" />
  865. <entry file="file://$PROJECT_DIR$/404.html">
  866. <provider selected="true" editor-type-id="text-editor">
  867. <state relative-caret-position="351">
  868. <caret line="13" column="48" lean-forward="true" selection-start-line="13" selection-start-column="48" selection-end-line="13" selection-end-column="48" />
  869. </state>
  870. </provider>
  871. </entry>
  872. <entry file="file://$PROJECT_DIR$/imgs/msg.png">
  873. <provider selected="true" editor-type-id="images" />
  874. </entry>
  875. <entry file="file://$PROJECT_DIR$/h_news/news_list.html">
  876. <provider selected="true" editor-type-id="text-editor">
  877. <state relative-caret-position="1674">
  878. <caret line="62" column="39" selection-end-line="107" />
  879. </state>
  880. </provider>
  881. </entry>
  882. <entry file="file://$PROJECT_DIR$/js/new_list.js">
  883. <provider selected="true" editor-type-id="text-editor">
  884. <state relative-caret-position="1053">
  885. <caret line="39" column="20" selection-start-line="39" selection-start-column="20" selection-end-line="39" selection-end-column="20" />
  886. </state>
  887. </provider>
  888. </entry>
  889. <entry file="file://$PROJECT_DIR$/h_exam/exam_detail.html">
  890. <provider selected="true" editor-type-id="text-editor">
  891. <state relative-caret-position="545">
  892. <caret line="61" column="76" lean-forward="true" selection-start-line="61" selection-start-column="76" selection-end-line="61" selection-end-column="76" />
  893. </state>
  894. </provider>
  895. </entry>
  896. <entry file="file://$PROJECT_DIR$/h_exam/exam_detail_img.html">
  897. <provider selected="true" editor-type-id="text-editor">
  898. <state relative-caret-position="171">
  899. <caret line="64" column="32" lean-forward="true" selection-start-line="64" selection-start-column="32" selection-end-line="64" selection-end-column="32" />
  900. </state>
  901. </provider>
  902. </entry>
  903. <entry file="file://$PROJECT_DIR$/imgs/app.png">
  904. <provider selected="true" editor-type-id="images" />
  905. </entry>
  906. <entry file="file://$PROJECT_DIR$/h_news/news_detail.html">
  907. <provider selected="true" editor-type-id="text-editor">
  908. <state relative-caret-position="360">
  909. <caret line="62" column="16" lean-forward="true" selection-start-line="62" selection-start-column="16" selection-end-line="62" selection-end-column="16" />
  910. </state>
  911. </provider>
  912. </entry>
  913. <entry file="file://$PROJECT_DIR$/h_news/947.html">
  914. <provider selected="true" editor-type-id="text-editor">
  915. <state relative-caret-position="2025">
  916. <caret line="75" column="11" selection-start-line="75" selection-start-column="11" selection-end-line="75" selection-end-column="11" />
  917. </state>
  918. </provider>
  919. </entry>
  920. <entry file="file://$PROJECT_DIR$/imgs/app2.png">
  921. <provider selected="true" editor-type-id="images" />
  922. </entry>
  923. <entry file="file://$PROJECT_DIR$/imgs/bg.png">
  924. <provider selected="true" editor-type-id="images" />
  925. </entry>
  926. <entry file="file://$PROJECT_DIR$/h_exam/exam_list.html">
  927. <provider selected="true" editor-type-id="text-editor">
  928. <state relative-caret-position="297">
  929. <caret line="11" column="10" selection-start-line="11" selection-start-column="10" selection-end-line="11" selection-end-column="10" />
  930. </state>
  931. </provider>
  932. </entry>
  933. <entry file="file://$PROJECT_DIR$/imgs/favicon.ico">
  934. <provider selected="true" editor-type-id="images" />
  935. </entry>
  936. <entry file="file://$PROJECT_DIR$/imgs/app_dowload.png">
  937. <provider selected="true" editor-type-id="images" />
  938. </entry>
  939. <entry file="file://$PROJECT_DIR$/js/exam_list.js">
  940. <provider selected="true" editor-type-id="text-editor">
  941. <state relative-caret-position="2187">
  942. <caret line="81" column="20" selection-start-line="81" selection-start-column="20" selection-end-line="81" selection-end-column="20" />
  943. </state>
  944. </provider>
  945. </entry>
  946. <entry file="file://$PROJECT_DIR$/js/components.js">
  947. <provider selected="true" editor-type-id="text-editor">
  948. <state relative-caret-position="243">
  949. <caret line="9" column="69" selection-start-line="9" selection-start-column="69" selection-end-line="9" selection-end-column="69" />
  950. </state>
  951. </provider>
  952. </entry>
  953. <entry file="file://$PROJECT_DIR$/css/exam_detail.css">
  954. <provider selected="true" editor-type-id="text-editor" />
  955. </entry>
  956. <entry file="file://$PROJECT_DIR$/css/exam_list.css">
  957. <provider selected="true" editor-type-id="text-editor" />
  958. </entry>
  959. <entry file="file://$PROJECT_DIR$/h_exam/exam_detail_d_img.html">
  960. <provider selected="true" editor-type-id="text-editor">
  961. <state relative-caret-position="1647">
  962. <caret line="61" column="60" selection-start-line="61" selection-start-column="60" selection-end-line="61" selection-end-column="60" />
  963. <folding>
  964. <element signature="n#style#0;n#div#0;n#div#4;n#body#0;n#html#0;n#!!top" expanded="true" />
  965. </folding>
  966. </state>
  967. </provider>
  968. </entry>
  969. <entry file="file://$PROJECT_DIR$/js/exam_detail_img.js">
  970. <provider selected="true" editor-type-id="text-editor">
  971. <state relative-caret-position="1188">
  972. <caret line="44" column="51" selection-start-line="44" selection-start-column="51" selection-end-line="44" selection-end-column="51" />
  973. </state>
  974. </provider>
  975. </entry>
  976. <entry file="file://$PROJECT_DIR$/h_exam/exam_detail_s_img.html">
  977. <provider selected="true" editor-type-id="text-editor">
  978. <state relative-caret-position="1998">
  979. <caret line="74" column="49" selection-start-line="74" selection-start-column="49" selection-end-line="74" selection-end-column="49" />
  980. </state>
  981. </provider>
  982. </entry>
  983. <entry file="file://$PROJECT_DIR$/css/exam_detail_img.css">
  984. <provider selected="true" editor-type-id="text-editor">
  985. <state relative-caret-position="2565">
  986. <caret line="95" column="19" selection-start-line="95" selection-start-column="19" selection-end-line="95" selection-end-column="19" />
  987. </state>
  988. </provider>
  989. </entry>
  990. <entry file="file://$PROJECT_DIR$/index.html">
  991. <provider selected="true" editor-type-id="text-editor">
  992. <state relative-caret-position="81">
  993. <caret line="3" column="6" lean-forward="true" selection-start-line="3" selection-start-column="6" selection-end-line="3" selection-end-column="6" />
  994. </state>
  995. </provider>
  996. </entry>
  997. <entry file="file://$PROJECT_DIR$/search.html">
  998. <provider selected="true" editor-type-id="text-editor">
  999. <state relative-caret-position="315">
  1000. <caret line="39" column="50" lean-forward="true" selection-start-line="39" selection-start-column="50" selection-end-line="39" selection-end-column="50" />
  1001. </state>
  1002. </provider>
  1003. </entry>
  1004. </component>
  1005. </project>