wip: add notificator util.

This commit is contained in:
2021-12-14 17:54:07 +08:00
parent 1f542cb585
commit cbaf61f70b
23 changed files with 1830 additions and 73 deletions
+6
View File
@@ -82,5 +82,11 @@
"SplitWindowLeft": "SplitWindowLeft",
"SplitWindowRight": "SplitWindowRight",
"MoveWindow": "MoveWindow"
},
"info": {
"gesture_prop_duplicated": {
"title": "Duplicated !",
"description": "Now you can go to other scheme and click the paste button ~"
}
}
}
+6
View File
@@ -82,5 +82,11 @@
"SplitWindowLeft": "向左分屏",
"SplitWindowRight": "向右分屏",
"MoveWindow": "移动窗口"
},
"info": {
"gesture_prop_duplicated": {
"title": "复制成功!",
"description": "现在可以去其他方案中点击粘贴按钮试试哦~"
}
}
}