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

24
assets/plain/help.html Normal file
View File

@@ -0,0 +1,24 @@
<!-- General help -->
<h1 align='center'>%1</h1>
<ul>
<li>
<span>%2</span>
<ul>
<li>%3</li>
<li>%4</li>
</ul>
</li>
<li>%5</li>
<li>%6</li>
</ul>
<hr/>
<!-- Context menu option help -->
<h1 align='center'>%7</h1>
<!-- Context menu option list -->
<ul>
<li>
<b>%8</b><span>:</span>
<br/>
<span>%9</span>
</li>
</ul>