初次提交

This commit is contained in:
2026-01-07 11:34:02 +08:00
parent 48298c38bc
commit 327df5d61c
12 changed files with 19906 additions and 1 deletions

6
proto/common.proto Normal file
View File

@@ -0,0 +1,6 @@
syntax = "proto3";
// 通用占位符文件避免import错误
message Placeholder {
int32 id = 1;
}