mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 12:42:26 +08:00
完善了protobuf协议文件
This commit is contained in:
@@ -16,12 +16,12 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
import "InfernceWordInfo.proto";
|
||||
import "InferenceWordInfo.proto";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;proto";
|
||||
|
||||
message InferencePageInfo {
|
||||
uint32 page_id = 3;
|
||||
repeated InfernceWordInfo unlock_word_list = 15;
|
||||
repeated InferenceWordInfo unlock_word_list = 15;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user