Compare commits

...

2 Commits

Author SHA1 Message Date
Cursor Agent
73ce832da9 Merge branch 'main' of https://gitea.wafcloud.cc/admin/server-3301-config 2026-04-20 20:56:39 +00:00
Cursor Agent
889d5dc964 Initialize server 3301 config repository.
Add the initial gamedata manifest so target servers can clone and sync runtime data during deployment.
2026-04-20 20:55:31 +00:00
2 changed files with 12 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.DS_Store
*.tmp
*.swp

9
gamedata/manifest.json Normal file
View File

@ -0,0 +1,9 @@
{
"server_id": 3301,
"version": "1",
"release": "",
"generated_at": "",
"git_branch": "main",
"datasets": {},
"hashes": {}
}