首次提交:初始化项目,包含 client 和 server 模块的 pom.xml 等文件

This commit is contained in:
你的Gitea用户名
2025-09-17 10:26:40 +08:00
commit c34abe68ed
18 changed files with 399 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}