chore: 构建修改编码

This commit is contained in:
陈淳
2024-01-05 09:25:02 +08:00
parent e6ba4f63f7
commit 791ec9132a
2 changed files with 4 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -39,7 +39,6 @@ namespace Yi.Framework.Bbs.Domain.Managers.ArticleImport
if (num == 2)
{
startIndex = i;
Console.WriteLine($"i={i}");
break;
}
@@ -50,8 +49,6 @@ namespace Yi.Framework.Bbs.Domain.Managers.ArticleImport
linesRef.RemoveRange(0, startIndex+1);
var result = string.Join(Environment.NewLine, linesRef);
Console.WriteLine($"处理前内容:{x.Content}");
Console.WriteLine($"处理后内容:{result}");
f.Content = result;
return f;
});