build: package production configs and use system protoc
This commit is contained in:
@@ -100,6 +100,8 @@ message PostItem{
|
||||
int64 comment_hits = 22 [json_name = "comment_hits"]; //评论量
|
||||
int32 post_type = 23 [json_name = "post_type"]; // 用户自定义文章类型
|
||||
string rights = 24; //权限
|
||||
string key = 25; // content key
|
||||
|
||||
|
||||
repeated blocks.CmsCategoryItem category_data = 26 [json_name = "category_data"]; // 分类数据
|
||||
repeated blocks.CmsTagsItem tags_data = 27 [json_name = "tags_data"]; // 标签数据
|
||||
|
||||
Reference in New Issue
Block a user