feat: Implement tags auto-complete for Trace and Log (#85)

This commit is contained in:
Fine0830
2022-05-12 17:00:07 +08:00
committed by GitHub
parent 0e0f2704b3
commit b492787027
12 changed files with 244 additions and 84 deletions

View File

@@ -326,7 +326,7 @@ const msg = {
addExcludingKeywordsOfContent: "Please input a keyword of excluding content",
noticeTag: "Please press Enter after inputting a tag(key=value).",
conditionNotice:
"Notice: Please press Enter after inputting a tag, key of content, exclude key of content(key=value).",
"Notice: Please press Enter after inputting a key of content, exclude key of content(key=value).",
language: "Language",
};
export default msg;