add menu for virtual mq (#173)

This commit is contained in:
pg.yang
2022-10-20 20:36:28 +08:00
committed by GitHub
parent 5e161f17c2
commit 78f0096c00
4 changed files with 19 additions and 0 deletions

View File

@@ -348,5 +348,6 @@ const msg = {
"Notice: Please press Enter after inputting a key of content, exclude key of content(key=value).",
language: "Language",
gateway: "Gateway",
virtualMQ: "Virtual MQ"
};
export default msg;