feat: plugins v1.7

This commit is contained in:
2026-04-29 15:24:56 +02:00
parent eabbc08896
commit d261bac0ed
45 changed files with 5621 additions and 867 deletions

View File

@@ -11,4 +11,4 @@ export async function handleDeletePluginData(command: DeletePluginDataCommand, d
scope: payload.scope,
serverId: payload.serverId ?? ''
});
}
}

View File

@@ -13,4 +13,4 @@ export async function handleSavePluginData(command: SavePluginDataCommand, dataS
updatedAt: Date.now(),
valueJson: JSON.stringify(payload.value ?? null)
});
}
}