修正输出

This commit is contained in:
codeboss 2024-04-16 23:47:58 +08:00
parent ca59dd7c78
commit 6b20f42416
5 changed files with 9 additions and 9 deletions

View File

@ -6,9 +6,9 @@
<LocalDebuggerCommandArguments>-path D:\Projects\Cpp\WsNovelParser\x64\test_file</LocalDebuggerCommandArguments> <LocalDebuggerCommandArguments>-path D:\Projects\Cpp\WsNovelParser\x64\test_file</LocalDebuggerCommandArguments>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<QtLastBackgroundBuild>2024-04-16T12:53:46.2857569Z</QtLastBackgroundBuild> <QtLastBackgroundBuild>2024-04-16T15:45:16.4474871Z</QtLastBackgroundBuild>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtLastBackgroundBuild>2024-04-16T12:53:46.5528331Z</QtLastBackgroundBuild> <QtLastBackgroundBuild>2024-04-16T15:45:16.7053041Z</QtLastBackgroundBuild>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -150,7 +150,7 @@ int main(int argc, char* argv[]) {
auto dom_relate = doc_inst.createElement(u8"div"); auto dom_relate = doc_inst.createElement(u8"div");
auto dom_relate_title = doc_inst.createElement(u8"h2"); auto dom_relate_title = doc_inst.createElement(u8"h2");
dom_relate_title.appendChild(doc_inst.createTextNode(u8"<EFBFBD><EFBFBD>ϵͼ")); dom_relate_title.appendChild(doc_inst.createTextNode(u8"<EFBFBD><EFBFBD>ϵͼ"));
dom_relate.appendChild(dom_fragment_title); dom_relate.appendChild(dom_relate_title);
body.appendChild(dom_relate); body.appendChild(dom_relate);
auto img = doc_inst.createElement(u8"img"); auto img = doc_inst.createElement(u8"img");

View File

@ -5,9 +5,9 @@
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<QtLastBackgroundBuild>2024-04-16T12:53:47.1986642Z</QtLastBackgroundBuild> <QtLastBackgroundBuild>2024-04-16T15:45:17.3540175Z</QtLastBackgroundBuild>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtLastBackgroundBuild>2024-04-16T12:53:47.3829821Z</QtLastBackgroundBuild> <QtLastBackgroundBuild>2024-04-16T15:45:17.5173655Z</QtLastBackgroundBuild>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -5,9 +5,9 @@
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<QtLastBackgroundBuild>2024-04-16T12:53:46.6414549Z</QtLastBackgroundBuild> <QtLastBackgroundBuild>2024-04-16T15:45:16.8232289Z</QtLastBackgroundBuild>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtLastBackgroundBuild>2024-04-16T12:53:47.0693524Z</QtLastBackgroundBuild> <QtLastBackgroundBuild>2024-04-16T15:45:17.0319953Z</QtLastBackgroundBuild>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -2,9 +2,9 @@
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup /> <PropertyGroup />
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<QtLastBackgroundBuild>2024-04-16T12:53:47.4685693Z</QtLastBackgroundBuild> <QtLastBackgroundBuild>2024-04-16T15:45:17.1080516Z</QtLastBackgroundBuild>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtLastBackgroundBuild>2024-04-16T12:53:47.6504183Z</QtLastBackgroundBuild> <QtLastBackgroundBuild>2024-04-16T15:45:17.2738131Z</QtLastBackgroundBuild>
</PropertyGroup> </PropertyGroup>
</Project> </Project>