Commit d02727e983c8c276c3a7280b660aba7f9ca55fa0
1 parent
e779facf
fix: 重构任务系统产生的bug
achievement数据结构
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
models.proto
@@ -147,10 +147,10 @@ message Task { | @@ -147,10 +147,10 @@ message Task { | ||
147 | string id = 1; // @inject_tag: index:"unique" pri:"1" | 147 | string id = 1; // @inject_tag: index:"unique" pri:"1" |
148 | map<int32,int64> task_time = 2; | 148 | map<int32,int64> task_time = 2; |
149 | map<int32,int32> daily_task = 3; | 149 | map<int32,int32> daily_task = 3; |
150 | -// map<int32,int32> week_task = 4; | 150 | + map<int32,int32> week_task = 4; |
151 | 151 | ||
152 | map<int32,string> specify_task = 6; | 152 | map<int32,string> specify_task = 6; |
153 | - map<int32,string> achievement = 7; | 153 | + map<int32,string> achievement_task = 7; |
154 | } | 154 | } |
155 | 155 | ||
156 | message Dispatch { | 156 | message Dispatch { |