v0.15.2 消息模板新增 #DATETIME# 占位符

This commit is contained in:
naiba
2023-09-02 00:06:40 +08:00
parent fc280615dd
commit 93bcf833fd
8 changed files with 107 additions and 122 deletions

View File

@@ -673,6 +673,7 @@ func (ma *memberAPI) addOrEditNotification(c *gin.Context) {
ns := model.NotificationServerBundle{
Notification: &n,
Server: nil,
Loc: singleton.Loc,
}
// 勾选了跳过检查
if nf.SkipCheck != "on" {