修正输出
This commit is contained in:
parent
ca59dd7c78
commit
6b20f42416
|
@ -6,9 +6,9 @@
|
|||
<LocalDebuggerCommandArguments>-path D:\Projects\Cpp\WsNovelParser\x64\test_file</LocalDebuggerCommandArguments>
|
||||
</PropertyGroup>
|
||||
<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 Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<QtLastBackgroundBuild>2024-04-16T12:53:46.5528331Z</QtLastBackgroundBuild>
|
||||
<QtLastBackgroundBuild>2024-04-16T15:45:16.7053041Z</QtLastBackgroundBuild>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -150,7 +150,7 @@ int main(int argc, char* argv[]) {
|
|||
auto dom_relate = doc_inst.createElement(u8"div");
|
||||
auto dom_relate_title = doc_inst.createElement(u8"h2");
|
||||
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);
|
||||
|
||||
auto img = doc_inst.createElement(u8"img");
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
</PropertyGroup>
|
||||
<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 Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<QtLastBackgroundBuild>2024-04-16T12:53:47.3829821Z</QtLastBackgroundBuild>
|
||||
<QtLastBackgroundBuild>2024-04-16T15:45:17.5173655Z</QtLastBackgroundBuild>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -5,9 +5,9 @@
|
|||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
</PropertyGroup>
|
||||
<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 Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<QtLastBackgroundBuild>2024-04-16T12:53:47.0693524Z</QtLastBackgroundBuild>
|
||||
<QtLastBackgroundBuild>2024-04-16T15:45:17.0319953Z</QtLastBackgroundBuild>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -2,9 +2,9 @@
|
|||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup />
|
||||
<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 Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<QtLastBackgroundBuild>2024-04-16T12:53:47.6504183Z</QtLastBackgroundBuild>
|
||||
<QtLastBackgroundBuild>2024-04-16T15:45:17.2738131Z</QtLastBackgroundBuild>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue