mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-01 19:50:42 +00:00
enable comment of conf titles
This commit is contained in:
parent
63ba9774f9
commit
f08d2eb500
@ -302,7 +302,7 @@ func delLocalService(s string) *LocalServer {
|
||||
|
||||
func getAllTitle(content string) (arr []string, err error) {
|
||||
var re *regexp.Regexp
|
||||
re, err = regexp.Compile(`\[.+?\]`)
|
||||
re, err = regexp.Compile(`(?m)^\[[^\[\]\r\n]+\]`)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user