Fix local run freshness and plugin asset handling

This commit is contained in:
npc0-hue
2026-08-22 19:45:00 +08:00
parent bb5e48b29c
commit ebd616c549
23 changed files with 312 additions and 58 deletions
+4 -3
View File
@@ -632,9 +632,10 @@ type GamePluginManifestRegistration struct {
}
type PluginAssetFile struct {
Path string
Content string
Mode int
Path string
Content string
Encoding string
Mode int
}
type GamePlugin struct {