workspace.xml 43 KB

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