Fix style and typos

This commit is contained in:
Vincent (Wen Yu) Ge
2023-10-05 21:02:17 +00:00
parent e490e85ee9
commit 366725b6cb
6 changed files with 44 additions and 20 deletions

View File

@@ -88,7 +88,8 @@ export const platformMap: Record<Language|string, string> = {
yaml: 'YAML',
text: 'Text',
vue: 'Vue',
svelte: 'Svelte'
svelte: 'Svelte',
groovy: 'Groovy'
};
export const serviceMap: Record<Service, string> = {