support filtering transaction description using regular expressions in insights explorer

This commit is contained in:
MaysWind
2026-04-12 00:40:33 +08:00
parent f2b633cc7b
commit 721384b9cc
21 changed files with 87 additions and 10 deletions
+2
View File
@@ -1571,6 +1571,8 @@
"Does not start with": "开头不是",
"Ends with": "结尾是",
"Does not end with": "结尾不是",
"Matches regex": "正则匹配",
"Does not match regex": "不匹配正则",
"Latitude is between": "纬度介于",
"Latitude is not between": "纬度不介于",
"Longitude is between": "经度介于",