Browse Source

任务列表,新增练习查询

dusenyao 1 year ago
parent
commit
a08ec38e60
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/common/data.js

+ 4 - 0
src/common/data.js

@@ -14,5 +14,9 @@ export const taskTimeList = [
   {
     constant: 2,
     name: 'Key294'
+  },
+  {
+    constant: 3,
+    name: '练习'
   }
 ];