增加保存提示

old
宇天 2019-12-03 19:13:33 +08:00
parent 7636afaf05
commit c8e3f1ce47
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "dns-host", "name": "dns-host",
"version": "1.0.1", "version": "1.0.2",
"description": "伪域名解析", "description": "伪域名解析",
"main": "src/main.js", "main": "src/main.js",
"scripts": { "scripts": {

View File

@ -118,6 +118,7 @@ Anot({
if (this.curr) { if (this.curr) {
dict[this.curr] = this.records.$model dict[this.curr] = this.records.$model
ipcRenderer.send('dns-host', { type: 'set', data: dict }) ipcRenderer.send('dns-host', { type: 'set', data: dict })
layer.toast('保存成功', 'success')
} }
} }
} }