modified: src/lib/templates.ts

This commit is contained in:
Anderson 2026-01-18 03:52:11 +00:00 committed by GitHub
parent a43a397ad7
commit 8bc0337e4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@ export interface ScriptTemplate {
}
export function getTemplatesForPlatform(platform: PlatformId): ScriptTemplate[] {
return templates.filter(t => t.platform === platform);
}