From be469333d1343e6894b688055bb752763fd60eb3 Mon Sep 17 00:00:00 2001 From: John Bro <42930107+john1298308460@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:48:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E6=9C=AC=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E6=94=AF=E6=8C=81=E6=9B=B4=E5=A4=9A=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=20(#5602)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs #5169 --- frontend/src/global/mimetype.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/global/mimetype.ts b/frontend/src/global/mimetype.ts index bd842dac5..3449626d2 100644 --- a/frontend/src/global/mimetype.ts +++ b/frontend/src/global/mimetype.ts @@ -27,6 +27,10 @@ export const Languages = [ label: 'json', value: ['json'], }, + { + label: 'typescript', + value: ['ts'], + }, { label: 'lua', value: ['lua'],