Remove AI config approval flow

This commit is contained in:
npc0-hue
2026-09-22 15:33:32 +08:00
parent 20008b4043
commit a8b5d483a3
54 changed files with 364 additions and 875 deletions
+2 -3
View File
@@ -363,9 +363,8 @@ type GamePluginManifestServer struct {
}
type GamePluginManifestAI struct {
Purposes []string
Mediation string
ConfigWritePolicy string
Purposes []string
Mediation string
}
type GamePluginProductionLifecycle struct {