mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
txt
This commit is contained in:
parent
9f6524418b
commit
44aa453cf5
@ -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") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user