From 44cbe0522c645d1f3bbaa5d8d45f0e88c7dbbd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= <927625802@qq.com> Date: Sun, 19 Dec 2021 21:24:04 +0800 Subject: [PATCH] :sparkles: support subtitle --- bootstrap/setting.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/setting.go b/bootstrap/setting.go index b85a59b0..37ba879a 100644 --- a/bootstrap/setting.go +++ b/bootstrap/setting.go @@ -61,7 +61,7 @@ func InitSettings() { }, { Key: "text types", - Value: "txt,htm,html,xml,java,properties,sql,js,md,json,conf,ini,vue,php,py,bat,gitignore,yml,go,sh,c,cpp,h,hpp,tsx", + Value: "txt,htm,html,xml,java,properties,sql,js,md,json,conf,ini,vue,php,py,bat,gitignore,yml,go,sh,c,cpp,h,hpp,tsx,vtt,srt,ass", Type: "string", Description: "text type extensions", },