fix(src): 修复不等号显示错误

- 将 '>'替换为 '≥',以正确显示大于等于符号
This commit is contained in:
陈昱达
2025-03-25 20:16:53 +08:00
parent 726c8c7f58
commit 08c53e779a

View File

@@ -41,7 +41,7 @@ const symbolOptions = [
}, },
{ {
label: '≥', label: '≥',
value: '>' value: ''
}, },
{ {
label: '<', label: '<',