优化提示

This commit is contained in:
xiongxiaoyang 2025-01-18 00:46:39 +08:00
parent d8e559ab50
commit 2cb9f85081

View File

@ -79,7 +79,7 @@ function update() {
},
success: function (data) {
if (data.code == 0) {
layer.msg("操作成功");
layer.msg("操作成功,重启 novel-front 后生效");
} else {
layer.alert(data.msg)
}