workspace.xml 43 KB

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