feat: support ranges for Value Mappings (#421)

This commit is contained in:
Fine0830
2024-10-18 10:31:17 +08:00
committed by GitHub
parent bddbe40974
commit b6522f4555
10 changed files with 68 additions and 35 deletions

View File

@@ -386,6 +386,7 @@ const msg = {
tabExpressions: "Tab Expressions",
hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node",
hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node",
contentDecorations: "Content Decorations",
valueMappings: "Value Mappings",
mappingTip: "Notice: The mapping key is a Regex string, for instance, ^-?(0|[1-9][0-9]*|2)(\\.0+)?$",
};
export default msg;