web client

This commit is contained in:
2025-07-04 23:42:27 +08:00
parent f0fd00d706
commit 027f582d4e
13 changed files with 19795 additions and 85 deletions

View File

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