新版本更新

This commit is contained in:
1147192855@qq.com 2025-03-14 11:45:11 +08:00
parent 2e1ca0f6b2
commit 87b2b75f4e
2 changed files with 9 additions and 9 deletions

View File

@ -29,7 +29,7 @@
type="application/octet-stream" />
</item> -->
<item>
<title>Version 1.0.1+2</title>
<title>Version 1.0.2+3</title>
#发行说明-读取html方式(2选1)
<!-- <sparkle:releaseNotesLink>
https://your_domain/your_path/release_notes.html
@ -38,18 +38,18 @@
<description>
<![CDATA[
<ul>
<li>1、优化批阅提示</li>
<li>2、优化启动图和展示页面</li>
<li>1、修复已知BUG</li>
<li>2、优化操作布局</li>
</ul>
]]>
</description>
<pubDate>Sun, 16 Feb 2024 12:00:00 +0800</pubDate>
<pubDate>Fri, 14 Mar 2025 12:00:00 +0800</pubDate>
#你更新程序的地址
<enclosure url="https://dpc-job-oss.23544.com/infra-app/making_school_asignment_app/1.0.1/3/making_school_asignment_app-1.0.1+2-windows-setup.exe"
sparkle:dsaSignature="MEUCIG2O7ZNPeIs/fi2GF/UCRvooqIZMFjLPyfGsIqTnmfHkAiEAuFusRpYjkf05fqBv3nQqfyy8Y8u6ub5X+QWZU7NJ5qU="
sparkle:version="1.0.1+2"
sparkle:os="windows"
<enclosure url="https://dpc-job-oss.23544.com/infra-app/making_school_asignment_app/1.0.2/3/making_school_asignment_app-1.0.2+3-windows-setup.exe"
sparkle:dsaSignature="MEQCIA5Ev8chOl8r+Xlpso7HsSQsEsuu2kTm0vl/8YAVBdfsAiBzGBPKFugRqLrJhylwkAx9vFwZxgyA4JVmpBPERq9DnQ=="
length="0"
sparkle:version="1.0.2+3"
sparkle:os="windows"
type="application/octet-stream" />
</item>
</channel>

View File

@ -28,7 +28,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
Win32Window::Point origin(10, 10);
// Win32Window::Size size(1280, 720);
Win32Window::Size size(700, 900);
if (!window.Create(L"making_school_asignment_app", origin, size)) {
if (!window.Create(L"", origin, size)) {
return EXIT_FAILURE;
}
window.SetQuitOnClose(true);