mirror of
https://github.com/201206030/novel-plus.git
synced 2025-06-24 04:46:37 +00:00
优化提示
This commit is contained in:
@ -79,7 +79,7 @@ function update() {
|
||||
},
|
||||
success: function (data) {
|
||||
if (data.code == 0) {
|
||||
layer.msg("操作成功");
|
||||
layer.msg("操作成功,重启 novel-front 后生效");
|
||||
} else {
|
||||
layer.alert(data.msg)
|
||||
}
|
||||
|
Reference in New Issue
Block a user