新版本更新
This commit is contained in:
parent
2e1ca0f6b2
commit
87b2b75f4e
|
|
@ -29,7 +29,7 @@
|
||||||
type="application/octet-stream" />
|
type="application/octet-stream" />
|
||||||
</item> -->
|
</item> -->
|
||||||
<item>
|
<item>
|
||||||
<title>Version 1.0.1+2</title>
|
<title>Version 1.0.2+3</title>
|
||||||
#发行说明-读取html方式(2选1)
|
#发行说明-读取html方式(2选1)
|
||||||
<!-- <sparkle:releaseNotesLink>
|
<!-- <sparkle:releaseNotesLink>
|
||||||
https://your_domain/your_path/release_notes.html
|
https://your_domain/your_path/release_notes.html
|
||||||
|
|
@ -38,18 +38,18 @@
|
||||||
<description>
|
<description>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
<ul>
|
<ul>
|
||||||
<li>1、优化批阅提示</li>
|
<li>1、修复已知BUG</li>
|
||||||
<li>2、优化启动图和展示页面</li>
|
<li>2、优化操作布局</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]>
|
]]>
|
||||||
</description>
|
</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"
|
<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="MEUCIG2O7ZNPeIs/fi2GF/UCRvooqIZMFjLPyfGsIqTnmfHkAiEAuFusRpYjkf05fqBv3nQqfyy8Y8u6ub5X+QWZU7NJ5qU="
|
sparkle:dsaSignature="MEQCIA5Ev8chOl8r+Xlpso7HsSQsEsuu2kTm0vl/8YAVBdfsAiBzGBPKFugRqLrJhylwkAx9vFwZxgyA4JVmpBPERq9DnQ=="
|
||||||
sparkle:version="1.0.1+2"
|
|
||||||
sparkle:os="windows"
|
|
||||||
length="0"
|
length="0"
|
||||||
|
sparkle:version="1.0.2+3"
|
||||||
|
sparkle:os="windows"
|
||||||
type="application/octet-stream" />
|
type="application/octet-stream" />
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
|
||||||
Win32Window::Point origin(10, 10);
|
Win32Window::Point origin(10, 10);
|
||||||
// Win32Window::Size size(1280, 720);
|
// Win32Window::Size size(1280, 720);
|
||||||
Win32Window::Size size(700, 900);
|
Win32Window::Size size(700, 900);
|
||||||
if (!window.Create(L"making_school_asignment_app", origin, size)) {
|
if (!window.Create(L"", origin, size)) {
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
window.SetQuitOnClose(true);
|
window.SetQuitOnClose(true);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue