feat: 场景快照和隐藏角色

This commit is contained in:
m0_75251201
2025-11-01 15:18:34 +08:00
commit 997656613e
116 changed files with 2140 additions and 0 deletions

View File

@@ -0,0 +1,68 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v9.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v9.0": {
"HideCharacter/1.0.0": {
"dependencies": {
"Lib.Harmony": "2.4.1",
"Newtonsoft.Json": "13.0.4"
},
"runtime": {
"HideCharacter.dll": {}
}
},
"Lib.Harmony/2.4.1": {
"dependencies": {
"System.Text.Json": "9.0.1"
},
"runtime": {
"lib/net9.0/0Harmony.dll": {
"assemblyVersion": "2.4.1.0",
"fileVersion": "2.4.1.0"
}
}
},
"Newtonsoft.Json/13.0.4": {
"runtime": {
"lib/net6.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.4.30916"
}
}
},
"System.Text.Json/9.0.1": {}
}
},
"libraries": {
"HideCharacter/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Lib.Harmony/2.4.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-iLTZi/kKKB18jYEIwReZSx2xXyVUh4J1swReMgvYBBBn4tzA1Nd0PJlVyntY5BDdSiXSxzmvjc/3OYfFs0YwFg==",
"path": "lib.harmony/2.4.1",
"hashPath": "lib.harmony.2.4.1.nupkg.sha512"
},
"Newtonsoft.Json/13.0.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==",
"path": "newtonsoft.json/13.0.4",
"hashPath": "newtonsoft.json.13.0.4.nupkg.sha512"
},
"System.Text.Json/9.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-eqWHDZqYPv1PvuvoIIx5pF74plL3iEOZOl/0kQP+Y0TEbtgNnM2W6k8h8EPYs+LTJZsXuWa92n5W5sHTWvE3VA==",
"path": "system.text.json/9.0.1",
"hashPath": "system.text.json.9.0.1.nupkg.sha512"
}
}
}

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,52 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v9.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v9.0": {
"HideCharacter/1.0.0": {
"dependencies": {
"Lib.Harmony": "2.4.1"
},
"runtime": {
"HideCharacter.dll": {}
}
},
"Lib.Harmony/2.4.1": {
"dependencies": {
"System.Text.Json": "9.0.1"
},
"runtime": {
"lib/net9.0/0Harmony.dll": {
"assemblyVersion": "2.4.1.0",
"fileVersion": "2.4.1.0"
}
}
},
"System.Text.Json/9.0.1": {}
}
},
"libraries": {
"HideCharacter/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Lib.Harmony/2.4.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-iLTZi/kKKB18jYEIwReZSx2xXyVUh4J1swReMgvYBBBn4tzA1Nd0PJlVyntY5BDdSiXSxzmvjc/3OYfFs0YwFg==",
"path": "lib.harmony/2.4.1",
"hashPath": "lib.harmony.2.4.1.nupkg.sha512"
},
"System.Text.Json/9.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-eqWHDZqYPv1PvuvoIIx5pF74plL3iEOZOl/0kQP+Y0TEbtgNnM2W6k8h8EPYs+LTJZsXuWa92n5W5sHTWvE3VA==",
"path": "system.text.json/9.0.1",
"hashPath": "system.text.json.9.0.1.nupkg.sha512"
}
}
}

Binary file not shown.

Binary file not shown.