fix: add [project] section for go-admin apply notify
Avoid nil Project panic when sending approval notifications. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
3e35c61c66
commit
80955a6c78
|
|
@ -1,3 +1,7 @@
|
||||||
|
[project]
|
||||||
|
ch_name = "应用双开"
|
||||||
|
en_name = "twin"
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
address = "0.0.0.0:9246"
|
address = "0.0.0.0:9246"
|
||||||
#0:PAINC 1:FATAL 2:ERROR 3:WARNING 4:INFO 5:DEBUG 6:TRACE
|
#0:PAINC 1:FATAL 2:ERROR 3:WARNING 4:INFO 5:DEBUG 6:TRACE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue