GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
91c34b4fa192960b683d4814b62b42392b8e215a
Authored by
zhangqijia
2022-12-01 14:45:49 +0800
1 parent
6985096a
fix: update
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
models.proto
Inline
Side-by-side
models.proto
Wrap text
Show/Hide comments
View file @
91c34b4
...
...
@@ -135,5 +135,4 @@ message Role {
135
135
int64 ctime = 28; // 创建时间
136
136
string channel = 29;
137
137
map<string,string> climb_rs = 30; // reward and start
138
- map<int32,int32> climb_hishigh = 31;
139
138
}
140
139
\ No newline at end of file
...
...