This commit is contained in:
1-6
2023-07-26 23:11:24 +08:00
parent 90494264d9
commit 63365c1506
12 changed files with 81 additions and 38 deletions
+2
View File
@@ -7,6 +7,8 @@ type Listen struct {
Handle func(old string, new string, key string) *Final
}
const EMPTY = "__EMPTY__"
var Listens []Listen
var DisableHandle = func(uuid string) {