This commit is contained in:
gotoeasy 2023-10-12 12:32:40 +08:00
parent 9f6524418b
commit 44aa453cf5

View File

@ -89,6 +89,8 @@ func Run() {
path = "/**/*.css"
} else if cmn.Endwiths(path, ".js") {
path = "/**/*.js"
} else if cmn.Endwiths(path, ".txt") {
path = "/**/*.txt"
} else if cmn.Endwiths(path, ".png") {
path = "/**/*.png"
} else if cmn.Endwiths(path, ".ico") {