优化IP库生成文件的尺寸

This commit is contained in:
GoEdgeLab
2023-03-29 20:08:08 +08:00
parent 52c67653d3
commit 84a4b72266
4 changed files with 173 additions and 66 deletions

View File

@@ -19153,7 +19153,7 @@
},
{
"name": "IPLibraryArtifact",
"code": "message IPLibraryArtifact {\n\tint64 id = 1;\n\tint64 fileId = 2;\n\tint64 createdAt = 3;\n\tbytes metaJSON = 4;\n\tbool isPublic = 5;\n\tstring name = 6;\n\tstring code = 7;\n}",
"code": "message IPLibraryArtifact {\n\tint64 id = 1;\n\tint64 fileId = 2;\n\tint64 createdAt = 3;\n\tbytes metaJSON = 4;\n\tbool isPublic = 5; // 是否公开\n\tstring name = 6;\n\tstring code = 7;\n\n\tFile file = 30; // 文件信息\n}",
"doc": ""
},
{