提交
This commit is contained in:
9
DHSoftware/App.config
Normal file
9
DHSoftware/App.config
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<!-- 方案存储键(初始值为空) -->
|
||||
<add key="Schemes" value=""/>
|
||||
<!-- 当前方案键(初始值为空) -->
|
||||
<add key="CurrentScheme" value=""/>
|
||||
</appSettings>
|
||||
</configuration>
|
Reference in New Issue
Block a user