modified: src/lib/templates.ts

This commit is contained in:
Anderson 2026-01-18 04:13:18 +00:00 committed by GitHub
parent b706fc7954
commit 4ac6c43992
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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