1
0

refactor: use html resource to replace manual html in code

This commit is contained in:
2026-07-06 20:34:41 +08:00
parent cdd0b764a7
commit 319fd64fc6
8 changed files with 190 additions and 115 deletions

View File

@@ -0,0 +1,15 @@
<!-- Title -->
<h1 align='center'><b>%1</b></h1>
<!-- List intro message -->
<p>%2</p>
<p>%3</p>
<ul>
<li>
<a href='https://www.qt.io/'>Qt</a><span>: </span>
<span>GPLv2 + GPLv3 + LGPLv2.1 + LGPLv3</span>
</li>
<li style="display: none;">
<a href='https://www.exiv2.org/'>Exiv2</a><span>: </span>
<span>GPLv2</span>
</li>
</ul>