mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-10 00:44:10 +08:00
移除无用的正则表达式定义
This commit is contained in:
@@ -386,9 +386,6 @@ public partial class AutoPickTrigger : ITaskTrigger
|
||||
_prevClickFrameIndex = content.FrameIndex;
|
||||
}
|
||||
|
||||
[GeneratedRegex(@"^[\p{P} ]+|[\p{P} ]+$")]
|
||||
private static partial Regex PunctuationAndSpacesRegex();
|
||||
|
||||
/// <summary>
|
||||
/// 高性能处理OCR识别的文字结果
|
||||
/// 1. 替换【、[ 为「,替换】、] 为」
|
||||
|
||||
Reference in New Issue
Block a user