|
|
|
@ -91,7 +91,7 @@ namespace NapCatRobotClient.Service.Group.TextProcess
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (string.IsNullOrWhiteSpace(content)) return 0;
|
|
|
|
if (string.IsNullOrWhiteSpace(content)) return 0;
|
|
|
|
|
|
|
|
|
|
|
|
var match = Regex.Match(content, @"(花费时间|探索耗时)[::]\s*(\d+(?:\.\d+)?)", RegexOptions.Compiled);
|
|
|
|
var match = Regex.Match(content, @"(花费时间|探索耗时|妖时流转|探索时长|勘历天时)[::]\s*(\d+(?:\.\d+)?)", RegexOptions.Compiled);
|
|
|
|
if (!match.Success)
|
|
|
|
if (!match.Success)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
match = Regex.Match(content, @"(\d+(?:\.\d+)?)", RegexOptions.Compiled);
|
|
|
|
match = Regex.Match(content, @"(\d+(?:\.\d+)?)", RegexOptions.Compiled);
|
|
|
|
|