This commit is contained in:
2025-03-21 08:51:20 +08:00
parent 0dedff36fd
commit 9a5d3be528
70 changed files with 4542 additions and 2207 deletions

9
DHSoftware/App.config Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!-- 方案存储键(初始值为空) -->
<add key="Schemes" value=""/>
<!-- 当前方案键(初始值为空) -->
<add key="CurrentScheme" value=""/>
</appSettings>
</configuration>