workspace.xml 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="b9dc0b93-aea2-4509-84d8-c1e57bc059b1" name="更改" comment="修改后台请求接口路径">
  8. <change beforePath="$PROJECT_DIR$/.commitlintrc.js" beforeDir="false" />
  9. <change beforePath="$PROJECT_DIR$/.editorconfig" beforeDir="false" />
  10. <change beforePath="$PROJECT_DIR$/.env.development" beforeDir="false" afterPath="$PROJECT_DIR$/.env.development" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/.env.production" beforeDir="false" afterPath="$PROJECT_DIR$/.env.production" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/.env.test" beforeDir="false" />
  13. <change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/.lintstagedrc" beforeDir="false" />
  15. <change beforePath="$PROJECT_DIR$/.node-version" beforeDir="false" />
  16. <change beforePath="$PROJECT_DIR$/.npmrc" beforeDir="false" />
  17. <change beforePath="$PROJECT_DIR$/LICENSE" beforeDir="false" afterPath="$PROJECT_DIR$/LICENSE" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/eslint.config.js" beforeDir="false" />
  20. <change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/plop-templates/component/index.hbs" beforeDir="false" />
  23. <change beforePath="$PROJECT_DIR$/plop-templates/component/prompt.js" beforeDir="false" />
  24. <change beforePath="$PROJECT_DIR$/plop-templates/page/index.hbs" beforeDir="false" />
  25. <change beforePath="$PROJECT_DIR$/plop-templates/page/prompt.js" beforeDir="false" />
  26. <change beforePath="$PROJECT_DIR$/plop-templates/store/index.hbs" beforeDir="false" />
  27. <change beforePath="$PROJECT_DIR$/plop-templates/store/prompt.js" beforeDir="false" />
  28. <change beforePath="$PROJECT_DIR$/plopfile.js" beforeDir="false" />
  29. <change beforePath="$PROJECT_DIR$/pnpm-lock.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/pnpm-lock.yaml" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/postcss.config.js" beforeDir="false" />
  31. <change beforePath="$PROJECT_DIR$/public/.nojekyll" beforeDir="false" />
  32. <change beforePath="$PROJECT_DIR$/public/favicon.ico" beforeDir="false" afterPath="$PROJECT_DIR$/public/favicon.ico" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/src/App.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/App.vue" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/src/api/game.ts" beforeDir="false" />
  35. <change beforePath="$PROJECT_DIR$/src/api/index.ts" beforeDir="false" />
  36. <change beforePath="$PROJECT_DIR$/src/api/modules/user.ts" beforeDir="false" />
  37. <change beforePath="$PROJECT_DIR$/src/api/typing.ts" beforeDir="false" />
  38. <change beforePath="$PROJECT_DIR$/src/assets/icons/403.svg" beforeDir="false" />
  39. <change beforePath="$PROJECT_DIR$/src/assets/icons/404.svg" beforeDir="false" />
  40. <change beforePath="$PROJECT_DIR$/src/assets/icons/correct.svg" beforeDir="false" />
  41. <change beforePath="$PROJECT_DIR$/src/assets/icons/example-crown.svg" beforeDir="false" />
  42. <change beforePath="$PROJECT_DIR$/src/assets/icons/example-emotion-laugh-line.svg" beforeDir="false" />
  43. <change beforePath="$PROJECT_DIR$/src/assets/icons/example-emotion-line.svg" beforeDir="false" />
  44. <change beforePath="$PROJECT_DIR$/src/assets/icons/example-emotion-unhappy-line.svg" beforeDir="false" />
  45. <change beforePath="$PROJECT_DIR$/src/assets/icons/example-star.svg" beforeDir="false" />
  46. <change beforePath="$PROJECT_DIR$/src/assets/icons/example-vip.svg" beforeDir="false" />
  47. <change beforePath="$PROJECT_DIR$/src/assets/icons/pentagram.svg" beforeDir="false" />
  48. <change beforePath="$PROJECT_DIR$/src/assets/icons/wrong.svg" beforeDir="false" />
  49. <change beforePath="$PROJECT_DIR$/src/assets/images/bg-main.png" beforeDir="false" />
  50. <change beforePath="$PROJECT_DIR$/src/assets/images/bg-soa.png" beforeDir="false" />
  51. <change beforePath="$PROJECT_DIR$/src/assets/images/logo.png" beforeDir="false" />
  52. <change beforePath="$PROJECT_DIR$/src/assets/styles/globals.css" beforeDir="false" />
  53. <change beforePath="$PROJECT_DIR$/src/assets/styles/nprogress.css" beforeDir="false" />
  54. <change beforePath="$PROJECT_DIR$/src/assets/styles/resources/utils.scss" beforeDir="false" />
  55. <change beforePath="$PROJECT_DIR$/src/assets/styles/resources/variables.scss" beforeDir="false" />
  56. <change beforePath="$PROJECT_DIR$/src/components/AppSetting/index.vue" beforeDir="false" />
  57. <change beforePath="$PROJECT_DIR$/src/components/Auth/index.vue" beforeDir="false" />
  58. <change beforePath="$PROJECT_DIR$/src/components/AuthAll/index.vue" beforeDir="false" />
  59. <change beforePath="$PROJECT_DIR$/src/components/CountDown/index.vue" beforeDir="false" />
  60. <change beforePath="$PROJECT_DIR$/src/components/NotAllowed/index.vue" beforeDir="false" />
  61. <change beforePath="$PROJECT_DIR$/src/components/PageLayout/index.vue" beforeDir="false" />
  62. <change beforePath="$PROJECT_DIR$/src/components/PageMain/index.vue" beforeDir="false" />
  63. <change beforePath="$PROJECT_DIR$/src/components/RoundSlider/index.vue" beforeDir="false" />
  64. <change beforePath="$PROJECT_DIR$/src/components/SvgIcon/index.vue" beforeDir="false" />
  65. <change beforePath="$PROJECT_DIR$/src/components/Trend/index.vue" beforeDir="false" />
  66. <change beforePath="$PROJECT_DIR$/src/components/VanFieldCalendar/index.vue" beforeDir="false" />
  67. <change beforePath="$PROJECT_DIR$/src/components/VanFieldDatePicker/index.vue" beforeDir="false" />
  68. <change beforePath="$PROJECT_DIR$/src/components/VanFieldPicker/index.vue" beforeDir="false" />
  69. <change beforePath="$PROJECT_DIR$/src/components/VoiceImp/index.vue" beforeDir="false" />
  70. <change beforePath="$PROJECT_DIR$/src/components/WuIsCorrect/index.vue" beforeDir="false" />
  71. <change beforePath="$PROJECT_DIR$/src/main.ts" beforeDir="false" />
  72. <change beforePath="$PROJECT_DIR$/src/mock/user.ts" beforeDir="false" />
  73. <change beforePath="$PROJECT_DIR$/src/router/guards.ts" beforeDir="false" />
  74. <change beforePath="$PROJECT_DIR$/src/router/index.ts" beforeDir="false" />
  75. <change beforePath="$PROJECT_DIR$/src/settings.default.ts" beforeDir="false" />
  76. <change beforePath="$PROJECT_DIR$/src/settings.ts" beforeDir="false" />
  77. <change beforePath="$PROJECT_DIR$/src/store/index.ts" beforeDir="false" />
  78. <change beforePath="$PROJECT_DIR$/src/store/modules/keepAlive.ts" beforeDir="false" />
  79. <change beforePath="$PROJECT_DIR$/src/store/modules/settings.ts" beforeDir="false" />
  80. <change beforePath="$PROJECT_DIR$/src/store/modules/user.ts" beforeDir="false" />
  81. <change beforePath="$PROJECT_DIR$/src/store/mutation-type.ts" beforeDir="false" />
  82. <change beforePath="$PROJECT_DIR$/src/types/auto-imports.d.ts" beforeDir="false" />
  83. <change beforePath="$PROJECT_DIR$/src/types/components.d.ts" beforeDir="false" />
  84. <change beforePath="$PROJECT_DIR$/src/types/global.d.ts" beforeDir="false" />
  85. <change beforePath="$PROJECT_DIR$/src/types/route-meta.d.ts" beforeDir="false" />
  86. <change beforePath="$PROJECT_DIR$/src/types/shims.d.ts" beforeDir="false" />
  87. <change beforePath="$PROJECT_DIR$/src/types/typed-router.d.ts" beforeDir="false" />
  88. <change beforePath="$PROJECT_DIR$/src/ui-kit/HBadge.vue" beforeDir="false" />
  89. <change beforePath="$PROJECT_DIR$/src/ui-kit/HButton.vue" beforeDir="false" />
  90. <change beforePath="$PROJECT_DIR$/src/ui-kit/HDialog.vue" beforeDir="false" />
  91. <change beforePath="$PROJECT_DIR$/src/ui-kit/HInput.vue" beforeDir="false" />
  92. <change beforePath="$PROJECT_DIR$/src/ui-kit/HSlideover.vue" beforeDir="false" />
  93. <change beforePath="$PROJECT_DIR$/src/ui-kit/HTabList.vue" beforeDir="false" />
  94. <change beforePath="$PROJECT_DIR$/src/ui-kit/HToggle.vue" beforeDir="false" />
  95. <change beforePath="$PROJECT_DIR$/src/ui-provider/index.ts" beforeDir="false" />
  96. <change beforePath="$PROJECT_DIR$/src/ui-provider/index.vue" beforeDir="false" />
  97. <change beforePath="$PROJECT_DIR$/src/utils/composables/useAuth.ts" beforeDir="false" />
  98. <change beforePath="$PROJECT_DIR$/src/utils/composables/useGlobalProperties.ts" beforeDir="false" />
  99. <change beforePath="$PROJECT_DIR$/src/utils/composables/usePage.ts" beforeDir="false" />
  100. <change beforePath="$PROJECT_DIR$/src/utils/dayjs.ts" beforeDir="false" />
  101. <change beforePath="$PROJECT_DIR$/src/utils/directive.ts" beforeDir="false" />
  102. <change beforePath="$PROJECT_DIR$/src/utils/eventBus.ts" beforeDir="false" />
  103. <change beforePath="$PROJECT_DIR$/src/utils/index.ts" beforeDir="false" />
  104. <change beforePath="$PROJECT_DIR$/src/utils/request.ts" beforeDir="false" />
  105. <change beforePath="$PROJECT_DIR$/src/utils/system.copyright.ts" beforeDir="false" />
  106. <change beforePath="$PROJECT_DIR$/src/views/[...all].vue" beforeDir="false" />
  107. <change beforePath="$PROJECT_DIR$/src/views/cognitiveTasks/BreadthTraining/BTRandomPentagram.vue" beforeDir="false" />
  108. <change beforePath="$PROJECT_DIR$/src/views/cognitiveTasks/BreadthTraining/index.vue" beforeDir="false" />
  109. <change beforePath="$PROJECT_DIR$/src/views/cognitiveTasks/ContinueAddition/index.vue" beforeDir="false" />
  110. <change beforePath="$PROJECT_DIR$/src/views/cognitiveTasks/PictureNaming/Topics.json" beforeDir="false" />
  111. <change beforePath="$PROJECT_DIR$/src/views/cognitiveTasks/PictureNaming/index.vue" beforeDir="false" />
  112. <change beforePath="$PROJECT_DIR$/src/views/cognitiveTasks/PicturePuzzle/Topics.json" beforeDir="false" />
  113. <change beforePath="$PROJECT_DIR$/src/views/cognitiveTasks/PicturePuzzle/components/PPCountDown/index.vue" beforeDir="false" />
  114. <change beforePath="$PROJECT_DIR$/src/views/cognitiveTasks/PicturePuzzle/components/PicturePuzzleChild/index.vue" beforeDir="false" />
  115. <change beforePath="$PROJECT_DIR$/src/views/cognitiveTasks/PicturePuzzle/index.vue" beforeDir="false" />
  116. <change beforePath="$PROJECT_DIR$/src/views/cognitiveTasks/cocos/index.vue" beforeDir="false" />
  117. <change beforePath="$PROJECT_DIR$/src/views/cognitiveTasks/main/index.vue" beforeDir="false" />
  118. <change beforePath="$PROJECT_DIR$/src/views/cognitiveTasks/spatialOrientationAbility/index.vue" beforeDir="false" />
  119. <change beforePath="$PROJECT_DIR$/src/views/index.vue" beforeDir="false" />
  120. <change beforePath="$PROJECT_DIR$/src/views/login.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/views/login.vue" afterDir="false" />
  121. <change beforePath="$PROJECT_DIR$/src/views/reload.vue" beforeDir="false" />
  122. <change beforePath="$PROJECT_DIR$/src/views/user/index.vue" beforeDir="false" />
  123. <change beforePath="$PROJECT_DIR$/stylelint.config.js" beforeDir="false" />
  124. <change beforePath="$PROJECT_DIR$/themes/index.ts" beforeDir="false" />
  125. <change beforePath="$PROJECT_DIR$/tsconfig.json" beforeDir="false" />
  126. <change beforePath="$PROJECT_DIR$/tsconfig.node.json" beforeDir="false" />
  127. <change beforePath="$PROJECT_DIR$/uno.config.ts" beforeDir="false" />
  128. <change beforePath="$PROJECT_DIR$/vite.config.ts" beforeDir="false" />
  129. <change beforePath="$PROJECT_DIR$/vite/plugins.ts" beforeDir="false" />
  130. </list>
  131. <option name="SHOW_DIALOG" value="false" />
  132. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  133. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  134. <option name="LAST_RESOLUTION" value="IGNORE" />
  135. </component>
  136. <component name="FileTemplateManagerImpl">
  137. <option name="RECENT_TEMPLATES">
  138. <list>
  139. <option value="Less File" />
  140. <option value="Vue Composition API Component" />
  141. <option value="TypeScript File" />
  142. <option value="tsconfig.json" />
  143. <option value="Vue3模板" />
  144. </list>
  145. </option>
  146. </component>
  147. <component name="Git.Settings">
  148. <option name="RECENT_BRANCH_BY_REPOSITORY">
  149. <map>
  150. <entry key="$PROJECT_DIR$" value="dev" />
  151. </map>
  152. </option>
  153. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  154. </component>
  155. <component name="GitToolBoxStore">
  156. <option name="recentBranches">
  157. <RecentBranches>
  158. <option name="branchesForRepo">
  159. <list>
  160. <RecentBranchesForRepo>
  161. <option name="branches">
  162. <list>
  163. <RecentBranch>
  164. <option name="branchName" value="20240919-Jutarry" />
  165. <option name="lastUsedInstant" value="1726756299" />
  166. </RecentBranch>
  167. <RecentBranch>
  168. <option name="branchName" value="dev" />
  169. <option name="lastUsedInstant" value="1726731162" />
  170. </RecentBranch>
  171. <RecentBranch>
  172. <option name="branchName" value="dev-20240819" />
  173. <option name="lastUsedInstant" value="1724153421" />
  174. </RecentBranch>
  175. <RecentBranch>
  176. <option name="branchName" value="master" />
  177. <option name="lastUsedInstant" value="1723795208" />
  178. </RecentBranch>
  179. </list>
  180. </option>
  181. <option name="repositoryRootUrl" value="file://$PROJECT_DIR$" />
  182. </RecentBranchesForRepo>
  183. </list>
  184. </option>
  185. </RecentBranches>
  186. </option>
  187. </component>
  188. <component name="ProjectColorInfo">{
  189. &quot;associatedIndex&quot;: 8
  190. }</component>
  191. <component name="ProjectId" id="2kjRG9Fsx6MvF8u7E8ChN03TFjf" />
  192. <component name="ProjectViewState">
  193. <option name="hideEmptyMiddlePackages" value="true" />
  194. <option name="showLibraryContents" value="true" />
  195. </component>
  196. <component name="PropertiesComponent"><![CDATA[{
  197. "keyToString": {
  198. "RunOnceActivity.ShowReadmeOnStart": "true",
  199. "git-widget-placeholder": "20240919-Jutarry",
  200. "javascript.nodejs.core.library.configured.version": "20.13.1",
  201. "javascript.nodejs.core.library.typings.version": "20.13.0",
  202. "last_opened_file_path": "E:/WorkSpace/Web/insomnia-cognition-h5/src/utils",
  203. "list.type.of.created.stylesheet": "Less",
  204. "node.js.detected.package.eslint": "true",
  205. "node.js.detected.package.standard": "true",
  206. "node.js.detected.package.tslint": "true",
  207. "node.js.selected.package.eslint": "(autodetect)",
  208. "node.js.selected.package.standard": "",
  209. "node.js.selected.package.tslint": "(autodetect)",
  210. "nodejs_package_manager_path": "pnpm",
  211. "settings.editor.selected.configurable": "preferences.pluginManager",
  212. "ts.external.directory.path": "D:\\Program Files\\JetBrains\\WebStorm 2024.1.3\\plugins\\javascript-plugin\\jsLanguageServicesImpl\\external",
  213. "vue.rearranger.settings.migration": "true"
  214. },
  215. "keyToStringList": {
  216. "vue.recent.templates": [
  217. "Vue Composition API Component"
  218. ]
  219. }
  220. }]]></component>
  221. <component name="RecentsManager">
  222. <key name="CopyFile.RECENT_KEYS">
  223. <recent name="E:\WorkSpace\Web\insomnia-cognition-h5\src\utils" />
  224. <recent name="E:\WorkSpace\Web\insomnia-cognition-h5\src\store" />
  225. <recent name="E:\WorkSpace\Web\insomnia-cognition-h5\src\api" />
  226. <recent name="E:\WorkSpace\Web\insomnia-cognition-h5\src\api\modules" />
  227. <recent name="E:\WorkSpace\Web\insomnia-cognition-h5\src\components" />
  228. </key>
  229. <key name="MoveFile.RECENT_KEYS">
  230. <recent name="E:\WorkSpace\Web\insomnia-cognition-h5\src\assets\images" />
  231. <recent name="E:\WorkSpace\Web\insomnia-cognition-h5\src\assets\icons" />
  232. <recent name="E:\WorkSpace\Web\insomnia-cognition-h5\src\styles" />
  233. </key>
  234. </component>
  235. <component name="SharedIndexes">
  236. <attachedChunks>
  237. <set>
  238. <option value="bundled-js-predefined-1d06a55b98c1-0b3e54e931b4-JavaScript-WS-241.17011.90" />
  239. </set>
  240. </attachedChunks>
  241. </component>
  242. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
  243. <component name="TaskManager">
  244. <task active="true" id="Default" summary="默认任务">
  245. <changelist id="b9dc0b93-aea2-4509-84d8-c1e57bc059b1" name="更改" comment="" />
  246. <created>1723794900486</created>
  247. <option name="number" value="Default" />
  248. <option name="presentableId" value="Default" />
  249. <updated>1723794900486</updated>
  250. <workItem from="1723794901948" duration="2742000" />
  251. <workItem from="1723797698495" duration="11478000" />
  252. <workItem from="1723859606021" duration="802000" />
  253. <workItem from="1723860427125" duration="11114000" />
  254. <workItem from="1723871627851" duration="11748000" />
  255. <workItem from="1723884252610" duration="13911000" />
  256. <workItem from="1723974237119" duration="5573000" />
  257. <workItem from="1723992250992" duration="6082000" />
  258. <workItem from="1724037062628" duration="406000" />
  259. <workItem from="1724037513757" duration="11402000" />
  260. <workItem from="1724053015355" duration="75325000" />
  261. <workItem from="1724317270501" duration="14000" />
  262. <workItem from="1724383409394" duration="11217000" />
  263. <workItem from="1724478841989" duration="22000" />
  264. <workItem from="1724903305084" duration="4982000" />
  265. <workItem from="1725417782248" duration="1465000" />
  266. <workItem from="1725506917072" duration="697000" />
  267. <workItem from="1725608929876" duration="1001000" />
  268. <workItem from="1726126375188" duration="978000" />
  269. <workItem from="1726196050458" duration="5789000" />
  270. <workItem from="1726726752821" duration="5807000" />
  271. </task>
  272. <task id="LOCAL-00001" summary="新增图片">
  273. <option name="closed" value="true" />
  274. <created>1723794930384</created>
  275. <option name="number" value="00001" />
  276. <option name="presentableId" value="LOCAL-00001" />
  277. <option name="project" value="LOCAL" />
  278. <updated>1723794930384</updated>
  279. </task>
  280. <task id="LOCAL-00002" summary="feat(组件类): 新增倒计时组件">
  281. <option name="closed" value="true" />
  282. <created>1723795981941</created>
  283. <option name="number" value="00002" />
  284. <option name="presentableId" value="LOCAL-00002" />
  285. <option name="project" value="LOCAL" />
  286. <updated>1723795981941</updated>
  287. </task>
  288. <task id="LOCAL-00003" summary="feat(图片): 新增空间定位训练图片">
  289. <option name="closed" value="true" />
  290. <created>1723797224845</created>
  291. <option name="number" value="00003" />
  292. <option name="presentableId" value="LOCAL-00003" />
  293. <option name="project" value="LOCAL" />
  294. <updated>1723797224845</updated>
  295. </task>
  296. <task id="LOCAL-00004" summary="feat(路由及样式): 新增空间定位训练框架">
  297. <option name="closed" value="true" />
  298. <created>1723797270785</created>
  299. <option name="number" value="00004" />
  300. <option name="presentableId" value="LOCAL-00004" />
  301. <option name="project" value="LOCAL" />
  302. <updated>1723797270785</updated>
  303. </task>
  304. <task id="LOCAL-00005" summary="feat(认知任务): 新增空间定位训练框架">
  305. <option name="closed" value="true" />
  306. <created>1723797335061</created>
  307. <option name="number" value="00005" />
  308. <option name="presentableId" value="LOCAL-00005" />
  309. <option name="project" value="LOCAL" />
  310. <updated>1723797335061</updated>
  311. </task>
  312. <task id="LOCAL-00006" summary="feat(认知任务): 新增广度训练框架">
  313. <option name="closed" value="true" />
  314. <created>1723797612572</created>
  315. <option name="number" value="00006" />
  316. <option name="presentableId" value="LOCAL-00006" />
  317. <option name="project" value="LOCAL" />
  318. <updated>1723797612572</updated>
  319. </task>
  320. <task id="LOCAL-00007" summary="feat(认知任务): 新增广度训练框架">
  321. <option name="closed" value="true" />
  322. <created>1723798037413</created>
  323. <option name="number" value="00007" />
  324. <option name="presentableId" value="LOCAL-00007" />
  325. <option name="project" value="LOCAL" />
  326. <updated>1723798037413</updated>
  327. </task>
  328. <task id="LOCAL-00008" summary="feat(认知任务): 空间定位算法实现">
  329. <option name="closed" value="true" />
  330. <created>1723805618287</created>
  331. <option name="number" value="00008" />
  332. <option name="presentableId" value="LOCAL-00008" />
  333. <option name="project" value="LOCAL" />
  334. <updated>1723805618287</updated>
  335. </task>
  336. <task id="LOCAL-00009" summary="feat(认知任务): init">
  337. <option name="closed" value="true" />
  338. <created>1723858294672</created>
  339. <option name="number" value="00009" />
  340. <option name="presentableId" value="LOCAL-00009" />
  341. <option name="project" value="LOCAL" />
  342. <updated>1723858294672</updated>
  343. </task>
  344. <task id="LOCAL-00010" summary="feat(认知任务): init">
  345. <option name="closed" value="true" />
  346. <created>1724028305315</created>
  347. <option name="number" value="00010" />
  348. <option name="presentableId" value="LOCAL-00010" />
  349. <option name="project" value="LOCAL" />
  350. <updated>1724028305315</updated>
  351. </task>
  352. <task id="LOCAL-00011" summary="feat(认知任务): init">
  353. <option name="closed" value="true" />
  354. <created>1724028617479</created>
  355. <option name="number" value="00011" />
  356. <option name="presentableId" value="LOCAL-00011" />
  357. <option name="project" value="LOCAL" />
  358. <updated>1724028617479</updated>
  359. </task>
  360. <task id="LOCAL-00012" summary="feat(认知任务): 完成后端联调API搭建、完成main页面优化">
  361. <option name="closed" value="true" />
  362. <created>1724048619646</created>
  363. <option name="number" value="00012" />
  364. <option name="presentableId" value="LOCAL-00012" />
  365. <option name="project" value="LOCAL" />
  366. <updated>1724048619646</updated>
  367. </task>
  368. <task id="LOCAL-00013" summary="feat(认知任务): 完成图片拼图的页面构建">
  369. <option name="closed" value="true" />
  370. <created>1724060810431</created>
  371. <option name="number" value="00013" />
  372. <option name="presentableId" value="LOCAL-00013" />
  373. <option name="project" value="LOCAL" />
  374. <updated>1724060810431</updated>
  375. </task>
  376. <task id="LOCAL-00014" summary="feat(认知任务): 组件TS 更新">
  377. <option name="closed" value="true" />
  378. <created>1724060939993</created>
  379. <option name="number" value="00014" />
  380. <option name="presentableId" value="LOCAL-00014" />
  381. <option name="project" value="LOCAL" />
  382. <updated>1724060939993</updated>
  383. </task>
  384. <task id="LOCAL-00015" summary="feat(认知任务): 完成后端联调API搭建、完成main页面优化">
  385. <option name="closed" value="true" />
  386. <created>1724061022044</created>
  387. <option name="number" value="00015" />
  388. <option name="presentableId" value="LOCAL-00015" />
  389. <option name="project" value="LOCAL" />
  390. <updated>1724061022044</updated>
  391. </task>
  392. <task id="LOCAL-00016" summary="feat(认知任务): 组件更新">
  393. <option name="closed" value="true" />
  394. <created>1724062207151</created>
  395. <option name="number" value="00016" />
  396. <option name="presentableId" value="LOCAL-00016" />
  397. <option name="project" value="LOCAL" />
  398. <updated>1724062207151</updated>
  399. </task>
  400. <task id="LOCAL-00017" summary="feat(认知任务): 1、拼图图片更改 2、广度训练页面优化">
  401. <option name="closed" value="true" />
  402. <created>1724065221014</created>
  403. <option name="number" value="00017" />
  404. <option name="presentableId" value="LOCAL-00017" />
  405. <option name="project" value="LOCAL" />
  406. <updated>1724065221014</updated>
  407. </task>
  408. <task id="LOCAL-00018" summary="feat(认知任务): 组件文件更新">
  409. <option name="closed" value="true" />
  410. <created>1724065373975</created>
  411. <option name="number" value="00018" />
  412. <option name="presentableId" value="LOCAL-00018" />
  413. <option name="project" value="LOCAL" />
  414. <updated>1724065373975</updated>
  415. </task>
  416. <task id="LOCAL-00019" summary="feat(认知任务): 图片拼图文件修改">
  417. <option name="closed" value="true" />
  418. <created>1724065561729</created>
  419. <option name="number" value="00019" />
  420. <option name="presentableId" value="LOCAL-00019" />
  421. <option name="project" value="LOCAL" />
  422. <updated>1724065561729</updated>
  423. </task>
  424. <task id="LOCAL-00020" summary="feat(认知任务): 图片拼图、空间定向接口对接及页面优化完成">
  425. <option name="closed" value="true" />
  426. <created>1724130157160</created>
  427. <option name="number" value="00020" />
  428. <option name="presentableId" value="LOCAL-00020" />
  429. <option name="project" value="LOCAL" />
  430. <updated>1724130157160</updated>
  431. </task>
  432. <task id="LOCAL-00021" summary="feat(认知任务): 完成图片命名任务">
  433. <option name="closed" value="true" />
  434. <created>1724153306659</created>
  435. <option name="number" value="00021" />
  436. <option name="presentableId" value="LOCAL-00021" />
  437. <option name="project" value="LOCAL" />
  438. <updated>1724153306659</updated>
  439. </task>
  440. <task id="LOCAL-00022" summary="feat(认知任务): 优化图片命名音效逻辑">
  441. <option name="closed" value="true" />
  442. <created>1724153879301</created>
  443. <option name="number" value="00022" />
  444. <option name="presentableId" value="LOCAL-00022" />
  445. <option name="project" value="LOCAL" />
  446. <updated>1724153879301</updated>
  447. </task>
  448. <task id="LOCAL-00023" summary="feat(认知任务): 更新页面名称、优化广度训练的TS类型">
  449. <option name="closed" value="true" />
  450. <created>1724154551752</created>
  451. <option name="number" value="00023" />
  452. <option name="presentableId" value="LOCAL-00023" />
  453. <option name="project" value="LOCAL" />
  454. <updated>1724154551752</updated>
  455. </task>
  456. <task id="LOCAL-00024" summary="feat(认知任务): 部署服务后优化">
  457. <option name="closed" value="true" />
  458. <created>1724159852777</created>
  459. <option name="number" value="00024" />
  460. <option name="presentableId" value="LOCAL-00024" />
  461. <option name="project" value="LOCAL" />
  462. <updated>1724159852777</updated>
  463. </task>
  464. <task id="LOCAL-00025" summary="feat(认知任务): 优化">
  465. <option name="closed" value="true" />
  466. <created>1724394126886</created>
  467. <option name="number" value="00025" />
  468. <option name="presentableId" value="LOCAL-00025" />
  469. <option name="project" value="LOCAL" />
  470. <updated>1724394126886</updated>
  471. </task>
  472. <task id="LOCAL-00026" summary="feat(认知任务): 优化">
  473. <option name="closed" value="true" />
  474. <created>1724396434546</created>
  475. <option name="number" value="00026" />
  476. <option name="presentableId" value="LOCAL-00026" />
  477. <option name="project" value="LOCAL" />
  478. <updated>1724396434546</updated>
  479. </task>
  480. <task id="LOCAL-00027" summary="feat(认知任务): 优化">
  481. <option name="closed" value="true" />
  482. <created>1726126542723</created>
  483. <option name="number" value="00027" />
  484. <option name="presentableId" value="LOCAL-00027" />
  485. <option name="project" value="LOCAL" />
  486. <updated>1726126542723</updated>
  487. </task>
  488. <task id="LOCAL-00028" summary="init">
  489. <option name="closed" value="true" />
  490. <created>1726732470277</created>
  491. <option name="number" value="00028" />
  492. <option name="presentableId" value="LOCAL-00028" />
  493. <option name="project" value="LOCAL" />
  494. <updated>1726732470277</updated>
  495. </task>
  496. <task id="LOCAL-00029" summary="修改后台请求接口路径">
  497. <option name="closed" value="true" />
  498. <created>1726732700840</created>
  499. <option name="number" value="00029" />
  500. <option name="presentableId" value="LOCAL-00029" />
  501. <option name="project" value="LOCAL" />
  502. <updated>1726732700840</updated>
  503. </task>
  504. <option name="localTasksCounter" value="30" />
  505. <servers />
  506. </component>
  507. <component name="TypeScriptGeneratedFilesManager">
  508. <option name="version" value="3" />
  509. </component>
  510. <component name="Vcs.Log.Tabs.Properties">
  511. <option name="RECENT_FILTERS">
  512. <map>
  513. <entry key="Branch">
  514. <value>
  515. <list>
  516. <RecentGroup>
  517. <option name="FILTER_VALUES">
  518. <option value="dev" />
  519. </option>
  520. </RecentGroup>
  521. <RecentGroup>
  522. <option name="FILTER_VALUES">
  523. <option value="origin/dev" />
  524. </option>
  525. </RecentGroup>
  526. <RecentGroup>
  527. <option name="FILTER_VALUES">
  528. <option value="origin/20240919-Jutarry" />
  529. </option>
  530. </RecentGroup>
  531. <RecentGroup>
  532. <option name="FILTER_VALUES">
  533. <option value="20240820-Jutarry" />
  534. </option>
  535. </RecentGroup>
  536. <RecentGroup>
  537. <option name="FILTER_VALUES">
  538. <option value="origin/20240817-Jutarry" />
  539. </option>
  540. </RecentGroup>
  541. </list>
  542. </value>
  543. </entry>
  544. </map>
  545. </option>
  546. <option name="TAB_STATES">
  547. <map>
  548. <entry key="MAIN">
  549. <value>
  550. <State>
  551. <option name="FILTERS">
  552. <map>
  553. <entry key="branch">
  554. <value>
  555. <list>
  556. <option value="dev" />
  557. </list>
  558. </value>
  559. </entry>
  560. </map>
  561. </option>
  562. </State>
  563. </value>
  564. </entry>
  565. </map>
  566. </option>
  567. </component>
  568. <component name="VcsManagerConfiguration">
  569. <MESSAGE value="倒计时组件" />
  570. <MESSAGE value="feat:倒计时组件&#10;创建倒计时组件" />
  571. <MESSAGE value="feat(组件类): 新增倒计时组件" />
  572. <MESSAGE value="feat(图片): 新增空间定位训练图片" />
  573. <MESSAGE value="feat(路由及样式): 新增空间定位训练框架" />
  574. <MESSAGE value="feat(认知任务): 新增空间定位训练框架" />
  575. <MESSAGE value="feat(认知任务): 新增广度训练框架" />
  576. <MESSAGE value="feat(认知任务): 空间定位算法实现" />
  577. <MESSAGE value="feat(认知任务): init" />
  578. <MESSAGE value="feat(认知任务): 完成图片拼图的页面构建" />
  579. <MESSAGE value="feat(认知任务): 组件TS 更新" />
  580. <MESSAGE value="feat(认知任务): 完成后端联调API搭建、完成main页面优化" />
  581. <MESSAGE value="feat(认知任务): 组件更新" />
  582. <MESSAGE value="feat(认知任务): 1、拼图图片更改 2、广度训练页面优化" />
  583. <MESSAGE value="feat(认知任务): 组件文件更新" />
  584. <MESSAGE value="feat(认知任务): 图片拼图文件修改" />
  585. <MESSAGE value="feat(认知任务): 完成图片命名任务" />
  586. <MESSAGE value="feat(认知任务): 图片拼图、空间定向接口对接及页面优化完成" />
  587. <MESSAGE value="feat(认知任务): 1" />
  588. <MESSAGE value="feat(认知任务): 优化图片命名音效逻辑" />
  589. <MESSAGE value="feat(认知任务): 更新页面名称、优化广度训练的TS类型" />
  590. <MESSAGE value="feat(认知任务): 部署服务后优化" />
  591. <MESSAGE value="feat(认知任务): 优化" />
  592. <MESSAGE value="init" />
  593. <MESSAGE value="修改后台请求接口路径" />
  594. <option name="LAST_COMMIT_MESSAGE" value="修改后台请求接口路径" />
  595. </component>
  596. </project>