build: package production configs and use system protoc

This commit is contained in:
2026-08-09 18:40:36 +08:00
parent 4fe24d9770
commit 9f6f318bbb
113 changed files with 221 additions and 141 deletions

View File

@@ -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"]; // 标签数据