feat: add software download center

This commit is contained in:
lwt
2026-06-08 20:53:14 +08:00
parent aa29e4e462
commit c8cfe68361
18 changed files with 3738 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"players": [
{
"username": "player",
"displayName": "玩家",
"active": true,
"passwordHash": "pbkdf2_sha256$120000$c586c0d064f172a52475a6f72401a17d$bbcfb3b6bf374edd93edcde984b33d5c548738df0dd8f95aa33530cdb1a8bbe9",
"createdAt": "2026-06-08T00:00:00.000Z",
"updatedAt": "2026-06-08T00:00:00.000Z"
}
]
}