refactor(validators): 优化别名解析流程
- 新增 parse_tokens 按空格切分字符串 - 其他优化
This commit is contained in:
@@ -22,6 +22,7 @@ windows-sys = { version = "0.61.2", features = [
|
||||
"Win32_System_Threading",
|
||||
"Win32_UI_Shell",
|
||||
"Win32_UI_WindowsAndMessaging",
|
||||
"Win32_Globalization"
|
||||
] }
|
||||
dunce = "1.0.5"
|
||||
|
||||
@@ -29,7 +30,6 @@ dunce = "1.0.5"
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
tracing-appender = "0.2"
|
||||
encoding_rs = "0.8.35"
|
||||
tinyjson="2.5.1"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user