chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:28:17 +08:00
commit f7546d43cc
322 changed files with 158599 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<h5>INI</h5>
<br>
<p>Functions for handling with .ini files.</p>
<br>
<section id="ini.get"class="my-5">
<h5>ini.get</h5>
<p>Returns the value of the key</p>
<p>Syntax</p>
<code>ini.get('path\to\ini file', "section", "key")</code>
</section>
<section id="ini.set" class="my-5">
<h5>ini.set</h5>
<p>Set the key value.</p>
<p>Syntax</p>
<code>ini.set('path\to\ini file', "section", "key", "value")</code>
</section>