基础库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

workspace.xml 39 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="0ff6f366-28dc-4efd-9bca-709f40bc6813" name="Default Changelist" comment="1、添加QQ登录">
  5. <change beforePath="$PROJECT_DIR$/.dart_tool/package_config.json" beforeDir="false" afterPath="$PROJECT_DIR$/.dart_tool/package_config.json" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/.idea/libraries/Flutter_Plugins.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Flutter_Plugins.xml" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/example/ios/Podfile.lock" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/Podfile.lock" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/example/pubspec.lock" beforeDir="false" afterPath="$PROJECT_DIR$/example/pubspec.lock" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/ios/Classes/ZhiyingCommNative.m" beforeDir="false" afterPath="$PROJECT_DIR$/ios/Classes/ZhiyingCommNative.m" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/ios/Classes/ZhiyingCommNativeProtocol.h" beforeDir="false" afterPath="$PROJECT_DIR$/ios/Classes/ZhiyingCommNativeProtocol.h" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/lib/util/native_util.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/util/native_util.dart" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/lib/util/net_util.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/util/net_util.dart" afterDir="false" />
  14. </list>
  15. <option name="SHOW_DIALOG" value="false" />
  16. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  17. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  18. <option name="LAST_RESOLUTION" value="IGNORE" />
  19. </component>
  20. <component name="DefaultGradleProjectSettings">
  21. <option name="testRunner" value="GRADLE" />
  22. <option name="delegatedBuild" value="true" />
  23. </component>
  24. <component name="FileTemplateManagerImpl">
  25. <option name="RECENT_TEMPLATES">
  26. <list>
  27. <option value="Dart File" />
  28. </list>
  29. </option>
  30. </component>
  31. <component name="Git.Settings">
  32. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  33. </component>
  34. <component name="ProjectId" id="1h581KsASjn69CjCVJFGwinHkAq" />
  35. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  36. <component name="ProjectViewState">
  37. <option name="showLibraryContents" value="true" />
  38. </component>
  39. <component name="PropertiesComponent">
  40. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  41. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  42. <property name="dart.analysis.tool.window.force.activate" value="false" />
  43. <property name="dart.analysis.tool.window.visible" value="false" />
  44. <property name="io.flutter.reload.alreadyRun" value="true" />
  45. <property name="last_opened_file_path" value="$PROJECT_DIR$/example/android/app" />
  46. <property name="project.structure.last.edited" value="Libraries" />
  47. <property name="project.structure.proportion" value="0.0" />
  48. <property name="project.structure.side.proportion" value="0.0" />
  49. <property name="settings.editor.selected.configurable" value="project.propVCSSupport.Mappings" />
  50. <property name="show.migrate.to.gradle.popup" value="false" />
  51. </component>
  52. <component name="RecentsManager">
  53. <key name="CopyFile.RECENT_KEYS">
  54. <recent name="$PROJECT_DIR$/example/android/app" />
  55. <recent name="$PROJECT_DIR$/assets" />
  56. <recent name="$PROJECT_DIR$/lib/pages/login_page/bind/bloc" />
  57. <recent name="$PROJECT_DIR$/lib/pages/login_page/bind/model" />
  58. <recent name="$PROJECT_DIR$/lib/pages/login_page/bind" />
  59. </key>
  60. <key name="MoveFile.RECENT_KEYS">
  61. <recent name="$PROJECT_DIR$/lib/util/mob_util/secverify" />
  62. <recent name="$PROJECT_DIR$/lib/pages/login_page/util" />
  63. <recent name="$PROJECT_DIR$/lib/util/turn_chain" />
  64. <recent name="$PROJECT_DIR$/lib/pages/empty_page" />
  65. <recent name="$PROJECT_DIR$/lib/util/update" />
  66. </key>
  67. </component>
  68. <component name="SvnConfiguration">
  69. <configuration />
  70. </component>
  71. <component name="TaskManager">
  72. <task active="true" id="Default" summary="Default task">
  73. <changelist id="0ff6f366-28dc-4efd-9bca-709f40bc6813" name="Default Changelist" comment="" />
  74. <created>1598948275074</created>
  75. <option name="number" value="Default" />
  76. <option name="presentableId" value="Default" />
  77. <updated>1598948275074</updated>
  78. </task>
  79. <task id="LOCAL-00001" summary="1、网络工具修复">
  80. <created>1599192327092</created>
  81. <option name="number" value="00001" />
  82. <option name="presentableId" value="LOCAL-00001" />
  83. <option name="project" value="LOCAL" />
  84. <updated>1599192327092</updated>
  85. </task>
  86. <task id="LOCAL-00002" summary="1、网日志长度的输出">
  87. <created>1599199250656</created>
  88. <option name="number" value="00002" />
  89. <option name="presentableId" value="LOCAL-00002" />
  90. <option name="project" value="LOCAL" />
  91. <updated>1599199250656</updated>
  92. </task>
  93. <task id="LOCAL-00003" summary="1、去除状态控制,由widget内部实现">
  94. <created>1599448856506</created>
  95. <option name="number" value="00003" />
  96. <option name="presentableId" value="LOCAL-00003" />
  97. <option name="project" value="LOCAL" />
  98. <updated>1599448856506</updated>
  99. </task>
  100. <task id="LOCAL-00004" summary="1、缓存回调的判断。如果为空就不触发">
  101. <created>1599469150650</created>
  102. <option name="number" value="00004" />
  103. <option name="presentableId" value="LOCAL-00004" />
  104. <option name="project" value="LOCAL" />
  105. <updated>1599469150650</updated>
  106. </task>
  107. <task id="LOCAL-00005" summary="1、添加一个同步请求方法">
  108. <created>1599547892464</created>
  109. <option name="number" value="00005" />
  110. <option name="presentableId" value="LOCAL-00005" />
  111. <option name="project" value="LOCAL" />
  112. <updated>1599547892464</updated>
  113. </task>
  114. <task id="LOCAL-00006" summary="1、网络库的修改">
  115. <created>1599824741220</created>
  116. <option name="number" value="00006" />
  117. <option name="presentableId" value="LOCAL-00006" />
  118. <option name="project" value="LOCAL" />
  119. <updated>1599824741220</updated>
  120. </task>
  121. <task id="LOCAL-00007" summary="1、新增用户信息管理provide&#10;2、网络请求post方法新增是否缓存标志">
  122. <created>1600075065844</created>
  123. <option name="number" value="00007" />
  124. <option name="presentableId" value="LOCAL-00007" />
  125. <option name="project" value="LOCAL" />
  126. <updated>1600075065844</updated>
  127. </task>
  128. <task id="LOCAL-00008" summary="1、用户信息的缓存">
  129. <created>1600142697414</created>
  130. <option name="number" value="00008" />
  131. <option name="presentableId" value="LOCAL-00008" />
  132. <option name="project" value="LOCAL" />
  133. <updated>1600142697414</updated>
  134. </task>
  135. <task id="LOCAL-00009" summary="1、login模块移动到comm中">
  136. <created>1600151570591</created>
  137. <option name="number" value="00009" />
  138. <option name="presentableId" value="LOCAL-00009" />
  139. <option name="project" value="LOCAL" />
  140. <updated>1600151570591</updated>
  141. </task>
  142. <task id="LOCAL-00010" summary="1、登陆页面的焦点问题修复">
  143. <created>1600248020491</created>
  144. <option name="number" value="00010" />
  145. <option name="presentableId" value="LOCAL-00010" />
  146. <option name="project" value="LOCAL" />
  147. <updated>1600248020491</updated>
  148. </task>
  149. <task id="LOCAL-00011" summary="1、widget model 更新">
  150. <created>1600763660539</created>
  151. <option name="number" value="00011" />
  152. <option name="presentableId" value="LOCAL-00011" />
  153. <option name="project" value="LOCAL" />
  154. <updated>1600763660539</updated>
  155. </task>
  156. <task id="LOCAL-00012" summary="1、添加骨架图工具类&#10;2、添加sliver delegate工具类">
  157. <created>1601036829935</created>
  158. <option name="number" value="00012" />
  159. <option name="presentableId" value="LOCAL-00012" />
  160. <option name="project" value="LOCAL" />
  161. <updated>1601036829935</updated>
  162. </task>
  163. <task id="LOCAL-00013" summary="1、修改跳转方式">
  164. <created>1602829407418</created>
  165. <option name="number" value="00013" />
  166. <option name="presentableId" value="LOCAL-00013" />
  167. <option name="project" value="LOCAL" />
  168. <updated>1602829407418</updated>
  169. </task>
  170. <task id="LOCAL-00014" summary="1、空类型判断的完善">
  171. <created>1603359807572</created>
  172. <option name="number" value="00014" />
  173. <option name="presentableId" value="LOCAL-00014" />
  174. <option name="project" value="LOCAL" />
  175. <updated>1603359807572</updated>
  176. </task>
  177. <task id="LOCAL-00015" summary="1、路由跳转。输入框的隐藏">
  178. <created>1603437041229</created>
  179. <option name="number" value="00015" />
  180. <option name="presentableId" value="LOCAL-00015" />
  181. <option name="project" value="LOCAL" />
  182. <updated>1603437041229</updated>
  183. </task>
  184. <task id="LOCAL-00016" summary="1、登陆页面跳转的键盘隐藏">
  185. <created>1603679920134</created>
  186. <option name="number" value="00016" />
  187. <option name="presentableId" value="LOCAL-00016" />
  188. <option name="project" value="LOCAL" />
  189. <updated>1603679920134</updated>
  190. </task>
  191. <task id="LOCAL-00017" summary="1、用户淘宝授权(未完成)&#10;2、网络更新&#10;3、appUI更新">
  192. <created>1604666151950</created>
  193. <option name="number" value="00017" />
  194. <option name="presentableId" value="LOCAL-00017" />
  195. <option name="project" value="LOCAL" />
  196. <updated>1604666151951</updated>
  197. </task>
  198. <task id="LOCAL-00018" summary="1、网络请求的头部统一参数&#10;2、淘宝授权修改&#10;3、app更新的修改。">
  199. <created>1604988368883</created>
  200. <option name="number" value="00018" />
  201. <option name="presentableId" value="LOCAL-00018" />
  202. <option name="project" value="LOCAL" />
  203. <updated>1604988368883</updated>
  204. </task>
  205. <task id="LOCAL-00019" summary="1、app版本更新逻辑">
  206. <created>1604989649348</created>
  207. <option name="number" value="00019" />
  208. <option name="presentableId" value="LOCAL-00019" />
  209. <option name="project" value="LOCAL" />
  210. <updated>1604989649348</updated>
  211. </task>
  212. <task id="LOCAL-00020" summary="1、获取page支持后缀的方式来添加&#10;2、新增商品渠道类型">
  213. <created>1605064620504</created>
  214. <option name="number" value="00020" />
  215. <option name="presentableId" value="LOCAL-00020" />
  216. <option name="project" value="LOCAL" />
  217. <updated>1605064620504</updated>
  218. </task>
  219. <task id="LOCAL-00021" summary="1、转链,&#10;2、淘宝授权的初始化&#10;3、全局参数配置">
  220. <created>1605167907239</created>
  221. <option name="number" value="00021" />
  222. <option name="presentableId" value="LOCAL-00021" />
  223. <option name="project" value="LOCAL" />
  224. <updated>1605167907239</updated>
  225. </task>
  226. <task id="LOCAL-00022" summary="1、转链的判断&#10;2、空页面的添加&#10;3、登陆的细节优化">
  227. <created>1605319011203</created>
  228. <option name="number" value="00022" />
  229. <option name="presentableId" value="LOCAL-00022" />
  230. <option name="project" value="LOCAL" />
  231. <updated>1605319011203</updated>
  232. </task>
  233. <task id="LOCAL-00023" summary="1、请求添加imei和idf">
  234. <created>1605347121931</created>
  235. <option name="number" value="00023" />
  236. <option name="presentableId" value="LOCAL-00023" />
  237. <option name="project" value="LOCAL" />
  238. <updated>1605347121931</updated>
  239. </task>
  240. <task id="LOCAL-00024" summary="1、单点登录,执行退出登录(临时解决)">
  241. <created>1605351167824</created>
  242. <option name="number" value="00024" />
  243. <option name="presentableId" value="LOCAL-00024" />
  244. <option name="project" value="LOCAL" />
  245. <updated>1605351167824</updated>
  246. </task>
  247. <task id="LOCAL-00025" summary="1、登录多次点击的优化&#10;2、请求网络添加url参数">
  248. <created>1605498865178</created>
  249. <option name="number" value="00025" />
  250. <option name="presentableId" value="LOCAL-00025" />
  251. <option name="project" value="LOCAL" />
  252. <updated>1605498865179</updated>
  253. </task>
  254. <task id="LOCAL-00026" summary="1、登录切换的登录按钮bug&#10;2、找不到模块不显示toast">
  255. <created>1605513761305</created>
  256. <option name="number" value="00026" />
  257. <option name="presentableId" value="LOCAL-00026" />
  258. <option name="project" value="LOCAL" />
  259. <updated>1605513761305</updated>
  260. </task>
  261. <task id="LOCAL-00027" summary="1、登录的用户协议跳转实现">
  262. <created>1605598330639</created>
  263. <option name="number" value="00027" />
  264. <option name="presentableId" value="LOCAL-00027" />
  265. <option name="project" value="LOCAL" />
  266. <updated>1605598330639</updated>
  267. </task>
  268. <task id="LOCAL-00028" summary="1、转链的dialog静态实现">
  269. <created>1605672322896</created>
  270. <option name="number" value="00028" />
  271. <option name="presentableId" value="LOCAL-00028" />
  272. <option name="project" value="LOCAL" />
  273. <updated>1605672322896</updated>
  274. </task>
  275. <task id="LOCAL-00029" summary="1、商品详情跳转的过渡">
  276. <created>1605853324443</created>
  277. <option name="number" value="00029" />
  278. <option name="presentableId" value="LOCAL-00029" />
  279. <option name="project" value="LOCAL" />
  280. <updated>1605853324443</updated>
  281. </task>
  282. <task id="LOCAL-00030" summary="1、添加秒验demo">
  283. <created>1606110110637</created>
  284. <option name="number" value="00030" />
  285. <option name="presentableId" value="LOCAL-00030" />
  286. <option name="project" value="LOCAL" />
  287. <updated>1606110110637</updated>
  288. </task>
  289. <task id="LOCAL-00031" summary="1、mob 秒验的完成&#10;2、mob 短信的完成">
  290. <created>1606211875922</created>
  291. <option name="number" value="00031" />
  292. <option name="presentableId" value="LOCAL-00031" />
  293. <option name="project" value="LOCAL" />
  294. <updated>1606211875922</updated>
  295. </task>
  296. <task id="LOCAL-00032" summary="1、mob 短信与秒验的实现">
  297. <created>1606215312930</created>
  298. <option name="number" value="00032" />
  299. <option name="presentableId" value="LOCAL-00032" />
  300. <option name="project" value="LOCAL" />
  301. <updated>1606215312930</updated>
  302. </task>
  303. <task id="LOCAL-00033" summary="1、Android的mob登录测试">
  304. <created>1606382459898</created>
  305. <option name="number" value="00033" />
  306. <option name="presentableId" value="LOCAL-00033" />
  307. <option name="project" value="LOCAL" />
  308. <updated>1606382459902</updated>
  309. </task>
  310. <task id="LOCAL-00034" summary="1、返回首页的问题优化">
  311. <created>1606456093468</created>
  312. <option name="number" value="00034" />
  313. <option name="presentableId" value="LOCAL-00034" />
  314. <option name="project" value="LOCAL" />
  315. <updated>1606456093468</updated>
  316. </task>
  317. <task id="LOCAL-00035" summary="1、商品列表的缓存&#10;2、淘宝登录">
  318. <created>1606549768077</created>
  319. <option name="number" value="00035" />
  320. <option name="presentableId" value="LOCAL-00035" />
  321. <option name="project" value="LOCAL" />
  322. <updated>1606549768077</updated>
  323. </task>
  324. <task id="LOCAL-00036" summary="1、修复快速登录的邀请码没有带手机号的问题&#10;2、添加mob用户隐私协议">
  325. <created>1606873555376</created>
  326. <option name="number" value="00036" />
  327. <option name="presentableId" value="LOCAL-00036" />
  328. <option name="project" value="LOCAL" />
  329. <updated>1606873555376</updated>
  330. </task>
  331. <task id="LOCAL-00037" summary="1、添加转换的方法&#10;2、添加Android mob其余配置">
  332. <created>1607078711803</created>
  333. <option name="number" value="00037" />
  334. <option name="presentableId" value="LOCAL-00037" />
  335. <option name="project" value="LOCAL" />
  336. <updated>1607078711803</updated>
  337. </task>
  338. <task id="LOCAL-00038" summary="1、把baseWidget的字体移到comm库中">
  339. <created>1607309418520</created>
  340. <option name="number" value="00038" />
  341. <option name="presentableId" value="LOCAL-00038" />
  342. <option name="project" value="LOCAL" />
  343. <updated>1607309418520</updated>
  344. </task>
  345. <task id="LOCAL-00039" summary="1、添加QQ登录">
  346. <created>1607392845545</created>
  347. <option name="number" value="00039" />
  348. <option name="presentableId" value="LOCAL-00039" />
  349. <option name="project" value="LOCAL" />
  350. <updated>1607392845545</updated>
  351. </task>
  352. <task id="LOCAL-00040" summary="1、微信登录、苹果登录的实现">
  353. <created>1608112268108</created>
  354. <option name="number" value="00040" />
  355. <option name="presentableId" value="LOCAL-00040" />
  356. <option name="project" value="LOCAL" />
  357. <updated>1608112268108</updated>
  358. </task>
  359. <task id="LOCAL-00041" summary="1、去除代理">
  360. <created>1608692933458</created>
  361. <option name="number" value="00041" />
  362. <option name="presentableId" value="LOCAL-00041" />
  363. <option name="project" value="LOCAL" />
  364. <updated>1608692933458</updated>
  365. </task>
  366. <task id="LOCAL-00042" summary="1、添加苹果审核登录样式">
  367. <created>1608703238494</created>
  368. <option name="number" value="00042" />
  369. <option name="presentableId" value="LOCAL-00042" />
  370. <option name="project" value="LOCAL" />
  371. <updated>1608703238497</updated>
  372. </task>
  373. <task id="LOCAL-00043" summary="1、登录成功后重新更新授权状态">
  374. <created>1608818687006</created>
  375. <option name="number" value="00043" />
  376. <option name="presentableId" value="LOCAL-00043" />
  377. <option name="project" value="LOCAL" />
  378. <updated>1608818687006</updated>
  379. </task>
  380. <task id="LOCAL-00044" summary="1、登录是否需要更新授权状态">
  381. <created>1608818772017</created>
  382. <option name="number" value="00044" />
  383. <option name="presentableId" value="LOCAL-00044" />
  384. <option name="project" value="LOCAL" />
  385. <updated>1608818772017</updated>
  386. </task>
  387. <task id="LOCAL-00045" summary="1、mob短信获取失败提示问题">
  388. <created>1608862653216</created>
  389. <option name="number" value="00045" />
  390. <option name="presentableId" value="LOCAL-00045" />
  391. <option name="project" value="LOCAL" />
  392. <updated>1608862653216</updated>
  393. </task>
  394. <option name="localTasksCounter" value="46" />
  395. <servers />
  396. </component>
  397. <component name="Vcs.Log.History.Properties">
  398. <option name="COLUMN_ORDER">
  399. <list>
  400. <option value="0" />
  401. <option value="2" />
  402. <option value="3" />
  403. <option value="1" />
  404. </list>
  405. </option>
  406. </component>
  407. <component name="Vcs.Log.Tabs.Properties">
  408. <option name="TAB_STATES">
  409. <map>
  410. <entry key="MAIN">
  411. <value>
  412. <State />
  413. </value>
  414. </entry>
  415. </map>
  416. </option>
  417. <option name="oldMeFiltersMigrated" value="true" />
  418. </component>
  419. <component name="VcsManagerConfiguration">
  420. <MESSAGE value="1、转链,&#10;2、淘宝授权的初始化&#10;3、全局参数配置" />
  421. <MESSAGE value="1、转链的判断&#10;2、空页面的添加&#10;3、登陆的细节优化" />
  422. <MESSAGE value="1、请求添加imei和idf" />
  423. <MESSAGE value="1、单点登录,执行退出登录(临时解决)" />
  424. <MESSAGE value="1、登录多次点击的优化&#10;2、请求网络添加url参数" />
  425. <MESSAGE value="1、登录切换的登录按钮bug&#10;2、找不到模块不显示toast" />
  426. <MESSAGE value="1、登录的用户协议跳转实现" />
  427. <MESSAGE value="1、转链的dialog静态实现" />
  428. <MESSAGE value="1、商品详情跳转的过渡" />
  429. <MESSAGE value="1、添加秒验demo" />
  430. <MESSAGE value="1、mob 秒验的完成&#10;2、mob 短信的完成" />
  431. <MESSAGE value="1、mob 短信与秒验的实现" />
  432. <MESSAGE value="1、Android的mob登录测试" />
  433. <MESSAGE value="1、返回首页的问题优化" />
  434. <MESSAGE value="1、商品列表的缓存&#10;2、淘宝登录" />
  435. <MESSAGE value="1、修复快速登录的邀请码没有带手机号的问题&#10;2、添加mob用户隐私协议" />
  436. <MESSAGE value="1、添加转换的方法&#10;2、添加Android mob其余配置" />
  437. <MESSAGE value="1、把baseWidget的字体移到comm库中" />
  438. <MESSAGE value="1、添加QQ登录" />
  439. <MESSAGE value="1、微信登录、苹果登录的实现" />
  440. <MESSAGE value="1、去除代理" />
  441. <MESSAGE value="1、添加苹果审核登录样式" />
  442. <MESSAGE value="1、登录成功后重新更新授权状态" />
  443. <MESSAGE value="1、登录是否需要更新授权状态" />
  444. <MESSAGE value="1、mob短信获取失败提示问题" />
  445. <option name="LAST_COMMIT_MESSAGE" value="1、mob短信获取失败提示问题" />
  446. </component>
  447. <component name="WindowStateProjectService">
  448. <state x="593" y="217" key="#Inspections" timestamp="1605841233514">
  449. <screen x="67" y="23" width="1853" height="1057" />
  450. </state>
  451. <state x="593" y="217" key="#Inspections/67.23.1853.1057@67.23.1853.1057" timestamp="1605841233514" />
  452. <state x="591" y="217" key="#Project_Structure" timestamp="1606717077408">
  453. <screen x="61" y="23" width="1859" height="1057" />
  454. </state>
  455. <state x="591" y="217" key="#Project_Structure/61.23.1859.1057@61.23.1859.1057" timestamp="1606717077408" />
  456. <state x="799" y="274" key="#com.intellij.ide.util.MemberChooser" timestamp="1607332446549">
  457. <screen x="56" y="23" width="1864" height="1057" />
  458. </state>
  459. <state x="799" y="274" key="#com.intellij.ide.util.MemberChooser/56.23.1864.1057@56.23.1864.1057" timestamp="1607332446549" />
  460. <state x="804" y="274" key="#com.intellij.ide.util.MemberChooser/64.23.1856.1057@64.23.1856.1057" timestamp="1606546066206" />
  461. <state x="805" y="274" key="#com.intellij.ide.util.MemberChooser/66.23.1854.1057@66.23.1854.1057" timestamp="1605256722494" />
  462. <state x="806" y="274" key="#com.intellij.ide.util.MemberChooser/67.23.1853.1057@67.23.1853.1057" timestamp="1605841705884" />
  463. <state x="646" y="292" key="#example/lib/main.dart" timestamp="1605061989737">
  464. <screen x="64" y="23" width="1856" height="1057" />
  465. </state>
  466. <state x="646" y="292" key="#example/lib/main.dart/64.23.1856.1057@64.23.1856.1057" timestamp="1605061989737" />
  467. <state x="664" y="23" width="868" height="1057" key="CommitChangelistDialog2" timestamp="1608862653066">
  468. <screen x="56" y="23" width="1864" height="1057" />
  469. </state>
  470. <state x="664" y="23" width="868" height="1057" key="CommitChangelistDialog2/56.23.1864.1057@56.23.1864.1057" timestamp="1608862653066" />
  471. <state x="664" y="161" key="CommitChangelistDialog2/57.23.1863.1057@57.23.1863.1057" timestamp="1603437040918" />
  472. <state x="665" y="23" key="CommitChangelistDialog2/58.23.1862.1057@58.23.1862.1057" timestamp="1608692933273" />
  473. <state x="667" y="161" key="CommitChangelistDialog2/61.23.1859.1057@61.23.1859.1057" timestamp="1608818771894" />
  474. <state x="669" y="161" key="CommitChangelistDialog2/64.23.1856.1057@64.23.1856.1057" timestamp="1606549767884" />
  475. <state x="670" y="161" key="CommitChangelistDialog2/66.23.1854.1057@66.23.1854.1057" timestamp="1605672322784" />
  476. <state x="671" y="161" key="CommitChangelistDialog2/67.23.1853.1057@67.23.1853.1057" timestamp="1605853324266" />
  477. <state width="607" height="466" key="DebuggerActiveHint" timestamp="1606198772371">
  478. <screen x="56" y="23" width="1864" height="1057" />
  479. </state>
  480. <state width="607" height="466" key="DebuggerActiveHint/56.23.1864.1057@56.23.1864.1057" timestamp="1606198772371" />
  481. <state width="606" height="466" key="DebuggerActiveHint/61.23.1859.1057@61.23.1859.1057" timestamp="1606197209699" />
  482. <state x="162" y="123" width="1487" height="845" key="DiffContextDialog" timestamp="1608818655248">
  483. <screen x="61" y="23" width="1859" height="1057" />
  484. </state>
  485. <state x="157" y="123" width="1664" height="857" key="DiffContextDialog/56.23.1864.1057@56.23.1864.1057" timestamp="1607392805882" />
  486. <state x="158" y="123" width="1663" height="857" key="DiffContextDialog/57.23.1863.1057@57.23.1863.1057" timestamp="1603437019621" />
  487. <state x="159" y="123" width="1667" height="857" key="DiffContextDialog/58.23.1862.1057@58.23.1862.1057" timestamp="1608692923958" />
  488. <state x="162" y="123" width="1487" height="845" key="DiffContextDialog/61.23.1859.1057@61.23.1859.1057" timestamp="1608818655248" />
  489. <state x="165" y="123" width="1701" height="885" key="DiffContextDialog/64.23.1856.1057@64.23.1856.1057" timestamp="1606552855251" />
  490. <state x="167" y="123" width="1483" height="845" key="DiffContextDialog/66.23.1854.1057@66.23.1854.1057" timestamp="1605671872845" />
  491. <state x="168" y="123" width="1482" height="845" key="DiffContextDialog/67.23.1853.1057@67.23.1853.1057" timestamp="1605853440851" />
  492. <state width="1446" height="270" key="GridCell.Tab.0.bottom" timestamp="1610330822202">
  493. <screen x="0" y="23" width="1920" height="1012" />
  494. </state>
  495. <state width="1446" height="270" key="GridCell.Tab.0.bottom/0.23.1920.1012@0.23.1920.1012" timestamp="1610330822202" />
  496. <state width="1811" height="598" key="GridCell.Tab.0.bottom/54.23.1866.1057@54.23.1866.1057" timestamp="1608099533068" />
  497. <state width="1522" height="173" key="GridCell.Tab.0.bottom/56.23.1864.1057@56.23.1864.1057" timestamp="1609310208672" />
  498. <state width="1821" height="347" key="GridCell.Tab.0.bottom/57.23.1863.1057@57.23.1863.1057" timestamp="1602847629022" />
  499. <state width="1817" height="617" key="GridCell.Tab.0.bottom/61.23.1859.1057@61.23.1859.1057" timestamp="1608867250691" />
  500. <state width="1522" height="173" key="GridCell.Tab.0.bottom/64.23.1856.1057@64.23.1856.1057" timestamp="1609319560877" />
  501. <state width="1522" height="249" key="GridCell.Tab.0.bottom/66.23.1854.1057@66.23.1854.1057" timestamp="1609143128752" />
  502. <state width="1811" height="511" key="GridCell.Tab.0.bottom/67.23.1853.1057@67.23.1853.1057" timestamp="1605850706538" />
  503. <state width="1522" height="174" key="GridCell.Tab.0.bottom/69.23.1851.1057@69.23.1851.1057" timestamp="1609147114094" />
  504. <state width="1503" height="296" key="GridCell.Tab.0.bottom/76.23.1844.1057@76.23.1844.1057" timestamp="1609120442594" />
  505. <state width="1446" height="270" key="GridCell.Tab.0.center" timestamp="1610330822202">
  506. <screen x="0" y="23" width="1920" height="1012" />
  507. </state>
  508. <state width="1446" height="270" key="GridCell.Tab.0.center/0.23.1920.1012@0.23.1920.1012" timestamp="1610330822202" />
  509. <state width="1811" height="598" key="GridCell.Tab.0.center/54.23.1866.1057@54.23.1866.1057" timestamp="1608099533068" />
  510. <state width="1522" height="173" key="GridCell.Tab.0.center/56.23.1864.1057@56.23.1864.1057" timestamp="1609310208671" />
  511. <state width="1821" height="347" key="GridCell.Tab.0.center/57.23.1863.1057@57.23.1863.1057" timestamp="1602847629022" />
  512. <state width="1817" height="617" key="GridCell.Tab.0.center/61.23.1859.1057@61.23.1859.1057" timestamp="1608867250690" />
  513. <state width="1522" height="173" key="GridCell.Tab.0.center/64.23.1856.1057@64.23.1856.1057" timestamp="1609319560877" />
  514. <state width="1522" height="249" key="GridCell.Tab.0.center/66.23.1854.1057@66.23.1854.1057" timestamp="1609143128752" />
  515. <state width="1811" height="511" key="GridCell.Tab.0.center/67.23.1853.1057@67.23.1853.1057" timestamp="1605850706538" />
  516. <state width="1522" height="174" key="GridCell.Tab.0.center/69.23.1851.1057@69.23.1851.1057" timestamp="1609147114094" />
  517. <state width="1503" height="296" key="GridCell.Tab.0.center/76.23.1844.1057@76.23.1844.1057" timestamp="1609120442593" />
  518. <state width="1446" height="270" key="GridCell.Tab.0.left" timestamp="1610330822201">
  519. <screen x="0" y="23" width="1920" height="1012" />
  520. </state>
  521. <state width="1446" height="270" key="GridCell.Tab.0.left/0.23.1920.1012@0.23.1920.1012" timestamp="1610330822201" />
  522. <state width="1811" height="598" key="GridCell.Tab.0.left/54.23.1866.1057@54.23.1866.1057" timestamp="1608099533068" />
  523. <state width="1522" height="173" key="GridCell.Tab.0.left/56.23.1864.1057@56.23.1864.1057" timestamp="1609310208670" />
  524. <state width="1821" height="347" key="GridCell.Tab.0.left/57.23.1863.1057@57.23.1863.1057" timestamp="1602847629022" />
  525. <state width="1817" height="617" key="GridCell.Tab.0.left/61.23.1859.1057@61.23.1859.1057" timestamp="1608867250690" />
  526. <state width="1522" height="173" key="GridCell.Tab.0.left/64.23.1856.1057@64.23.1856.1057" timestamp="1609319560877" />
  527. <state width="1522" height="249" key="GridCell.Tab.0.left/66.23.1854.1057@66.23.1854.1057" timestamp="1609143128752" />
  528. <state width="1811" height="511" key="GridCell.Tab.0.left/67.23.1853.1057@67.23.1853.1057" timestamp="1605850706538" />
  529. <state width="1522" height="174" key="GridCell.Tab.0.left/69.23.1851.1057@69.23.1851.1057" timestamp="1609147114094" />
  530. <state width="1503" height="296" key="GridCell.Tab.0.left/76.23.1844.1057@76.23.1844.1057" timestamp="1609120442593" />
  531. <state width="1446" height="270" key="GridCell.Tab.0.right" timestamp="1610330822202">
  532. <screen x="0" y="23" width="1920" height="1012" />
  533. </state>
  534. <state width="1446" height="270" key="GridCell.Tab.0.right/0.23.1920.1012@0.23.1920.1012" timestamp="1610330822202" />
  535. <state width="1811" height="598" key="GridCell.Tab.0.right/54.23.1866.1057@54.23.1866.1057" timestamp="1608099533068" />
  536. <state width="1522" height="173" key="GridCell.Tab.0.right/56.23.1864.1057@56.23.1864.1057" timestamp="1609310208672" />
  537. <state width="1821" height="347" key="GridCell.Tab.0.right/57.23.1863.1057@57.23.1863.1057" timestamp="1602847629022" />
  538. <state width="1817" height="617" key="GridCell.Tab.0.right/61.23.1859.1057@61.23.1859.1057" timestamp="1608867250690" />
  539. <state width="1522" height="173" key="GridCell.Tab.0.right/64.23.1856.1057@64.23.1856.1057" timestamp="1609319560877" />
  540. <state width="1522" height="249" key="GridCell.Tab.0.right/66.23.1854.1057@66.23.1854.1057" timestamp="1609143128752" />
  541. <state width="1811" height="511" key="GridCell.Tab.0.right/67.23.1853.1057@67.23.1853.1057" timestamp="1605850706538" />
  542. <state width="1522" height="174" key="GridCell.Tab.0.right/69.23.1851.1057@69.23.1851.1057" timestamp="1609147114094" />
  543. <state width="1503" height="296" key="GridCell.Tab.0.right/76.23.1844.1057@76.23.1844.1057" timestamp="1609120442593" />
  544. <state x="250" y="118" key="MergeDialog" timestamp="1605598375345">
  545. <screen x="64" y="23" width="1856" height="1057" />
  546. </state>
  547. <state x="250" y="118" key="MergeDialog/64.23.1856.1057@64.23.1856.1057" timestamp="1605598375345" />
  548. <state x="253" y="118" key="MergeDialog/67.23.1853.1057@67.23.1853.1057" timestamp="1605167922857" />
  549. <state x="707" y="274" key="MultipleFileMergeDialog" timestamp="1606382301282">
  550. <screen x="64" y="23" width="1856" height="1057" />
  551. </state>
  552. <state x="702" y="274" key="MultipleFileMergeDialog/57.23.1863.1057@57.23.1863.1057" timestamp="1602831627515" />
  553. <state x="707" y="274" key="MultipleFileMergeDialog/64.23.1856.1057@64.23.1856.1057" timestamp="1606382301282" />
  554. <state x="709" y="274" key="MultipleFileMergeDialog/67.23.1853.1057@67.23.1853.1057" timestamp="1605167926131" />
  555. <state x="618" y="252" key="NewModule_or_Project.wizard" timestamp="1606706120314">
  556. <screen x="56" y="23" width="1864" height="1057" />
  557. </state>
  558. <state x="618" y="252" key="NewModule_or_Project.wizard/56.23.1864.1057@56.23.1864.1057" timestamp="1606706120314" />
  559. <state x="621" y="252" key="NewModule_or_Project.wizard/61.23.1859.1057@61.23.1859.1057" timestamp="1604903763230" />
  560. <state x="623" y="252" key="NewModule_or_Project.wizard/64.23.1856.1057@64.23.1856.1057" timestamp="1604399656913" />
  561. <state x="91" y="217" key="SettingsEditor" timestamp="1609119789597">
  562. <screen x="76" y="23" width="1844" height="1057" />
  563. </state>
  564. <state x="494" y="190" key="SettingsEditor/56.23.1864.1057@56.23.1864.1057" timestamp="1606121658097" />
  565. <state x="502" y="190" key="SettingsEditor/67.23.1853.1057@67.23.1853.1057" timestamp="1605841224116" />
  566. <state x="91" y="217" key="SettingsEditor/76.23.1844.1057@76.23.1844.1057" timestamp="1609119789597" />
  567. <state x="588" y="291" key="Vcs.Push.Dialog.v2" timestamp="1608862654311">
  568. <screen x="56" y="23" width="1864" height="1057" />
  569. </state>
  570. <state x="588" y="291" key="Vcs.Push.Dialog.v2/56.23.1864.1057@56.23.1864.1057" timestamp="1608862654311" />
  571. <state x="589" y="291" key="Vcs.Push.Dialog.v2/57.23.1863.1057@57.23.1863.1057" timestamp="1603437042721" />
  572. <state x="590" y="291" key="Vcs.Push.Dialog.v2/58.23.1862.1057@58.23.1862.1057" timestamp="1608692935631" />
  573. <state x="592" y="291" key="Vcs.Push.Dialog.v2/61.23.1859.1057@61.23.1859.1057" timestamp="1608818772996" />
  574. <state x="594" y="291" key="Vcs.Push.Dialog.v2/64.23.1856.1057@64.23.1856.1057" timestamp="1606549770388" />
  575. <state x="595" y="291" key="Vcs.Push.Dialog.v2/66.23.1854.1057@66.23.1854.1057" timestamp="1605672324498" />
  576. <state x="596" y="291" key="Vcs.Push.Dialog.v2/67.23.1853.1057@67.23.1853.1057" timestamp="1605853325785" />
  577. <state width="926" height="528" key="XDebugger.FullValuePopup" timestamp="1604987158355">
  578. <screen x="56" y="23" width="1864" height="1057" />
  579. </state>
  580. <state width="926" height="528" key="XDebugger.FullValuePopup/56.23.1864.1057@56.23.1864.1057" timestamp="1604987158355" />
  581. <state x="396" y="121" width="1288" height="812" key="com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp="1610330779542">
  582. <screen x="0" y="23" width="1920" height="1012" />
  583. </state>
  584. <state x="396" y="121" width="1288" height="812" key="com.intellij.history.integration.ui.views.FileHistoryDialog/0.23.1920.1012@0.23.1920.1012" timestamp="1610330779542" />
  585. <state x="782" y="475" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1608813429673">
  586. <screen x="61" y="23" width="1859" height="1057" />
  587. </state>
  588. <state x="778" y="475" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/56.23.1864.1057@56.23.1864.1057" timestamp="1607392826122" />
  589. <state x="779" y="475" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/57.23.1863.1057@57.23.1863.1057" timestamp="1603359757953" />
  590. <state x="780" y="475" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/58.23.1862.1057@58.23.1862.1057" timestamp="1608723054208" />
  591. <state x="782" y="475" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/61.23.1859.1057@61.23.1859.1057" timestamp="1608813429673" />
  592. <state x="784" y="475" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/64.23.1856.1057@64.23.1856.1057" timestamp="1606549111199" />
  593. <state x="785" y="475" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/66.23.1854.1057@66.23.1854.1057" timestamp="1605671727202" />
  594. <state x="786" y="475" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/67.23.1853.1057@67.23.1853.1057" timestamp="1605853272710" />
  595. <state x="535" y="294" key="com.intellij.xdebugger.impl.breakpoints.ui.BreakpointsDialogFactory$2" timestamp="1608813030553">
  596. <screen x="61" y="23" width="1859" height="1057" />
  597. </state>
  598. <state x="535" y="294" key="com.intellij.xdebugger.impl.breakpoints.ui.BreakpointsDialogFactory$2/61.23.1859.1057@61.23.1859.1057" timestamp="1608813030553" />
  599. <state x="618" y="296" width="1038" height="522" key="find.popup" timestamp="1610337605974">
  600. <screen x="0" y="23" width="1920" height="1012" />
  601. </state>
  602. <state x="618" y="296" width="1038" height="522" key="find.popup/0.23.1920.1012@0.23.1920.1012" timestamp="1610337605973" />
  603. <state x="199" y="457" width="955" height="548" key="find.popup/49.23.1871.1057@49.23.1871.1057" timestamp="1609315191575" />
  604. <state x="654" y="308" width="952" height="490" key="find.popup/54.23.1866.1057@54.23.1866.1057" timestamp="1609298158956" />
  605. <state x="205" y="457" width="951" height="548" key="find.popup/56.23.1864.1057@56.23.1864.1057" timestamp="1609312469166" />
  606. <state x="656" y="308" width="950" height="486" key="find.popup/57.23.1863.1057@57.23.1863.1057" timestamp="1602831360271" />
  607. <state x="659" y="308" width="1028" height="490" key="find.popup/61.23.1859.1057@61.23.1859.1057" timestamp="1609308448962" />
  608. <state x="661" y="308" width="947" height="490" key="find.popup/64.23.1856.1057@64.23.1856.1057" timestamp="1609740024490" />
  609. <state x="662" y="308" width="946" height="518" key="find.popup/66.23.1854.1057@66.23.1854.1057" timestamp="1609739298414" />
  610. <state x="663" y="308" width="946" height="486" key="find.popup/67.23.1853.1057@67.23.1853.1057" timestamp="1605837561100" />
  611. <state x="666" y="308" width="943" height="518" key="find.popup/72.23.1848.1057@72.23.1848.1057" timestamp="1609731068244" />
  612. <state x="671" y="308" width="939" height="518" key="find.popup/80.23.1840.1057@80.23.1840.1057" timestamp="1609235735093" />
  613. <state x="651" y="258" width="675" height="676" key="search.everywhere.popup" timestamp="1609310547512">
  614. <screen x="56" y="23" width="1864" height="1057" />
  615. </state>
  616. <state x="650" y="258" width="675" height="676" key="search.everywhere.popup/54.23.1866.1057@54.23.1866.1057" timestamp="1609298166238" />
  617. <state x="651" y="258" width="675" height="676" key="search.everywhere.popup/56.23.1864.1057@56.23.1864.1057" timestamp="1609310547512" />
  618. <state x="658" y="258" width="670" height="676" key="search.everywhere.popup/66.23.1854.1057@66.23.1854.1057" timestamp="1605145425967" />
  619. </component>
  620. <component name="XDebuggerManager">
  621. <breakpoint-manager>
  622. <breakpoints>
  623. <line-breakpoint suspend="THREAD" type="Dart">
  624. <url>file://$PROJECT_DIR$/lib/pages/login_page/account/bloc/login_account_repository.dart</url>
  625. <line>33</line>
  626. <option name="timeStamp" value="11" />
  627. </line-breakpoint>
  628. <line-breakpoint suspend="THREAD" type="Dart">
  629. <url>file://$PROJECT_DIR$/lib/util/net_util.dart</url>
  630. <line>62</line>
  631. <option name="timeStamp" value="12" />
  632. </line-breakpoint>
  633. <line-breakpoint enabled="true" suspend="THREAD" type="Dart">
  634. <url>file://$PROJECT_DIR$/lib/util/taobao/taobao_auth.dart</url>
  635. <line>70</line>
  636. <option name="timeStamp" value="13" />
  637. </line-breakpoint>
  638. <line-breakpoint enabled="true" suspend="THREAD" type="Dart">
  639. <url>file://$PROJECT_DIR$/lib/util/taobao/taobao_auth.dart</url>
  640. <line>78</line>
  641. <option name="timeStamp" value="14" />
  642. </line-breakpoint>
  643. </breakpoints>
  644. </breakpoint-manager>
  645. </component>
  646. </project>