9 lines
272 B
Plaintext
9 lines
272 B
Plaintext
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<configuration>
|
||
|
<appSettings>
|
||
|
<!-- 方案存储键(初始值为空) -->
|
||
|
<add key="Schemes" value=""/>
|
||
|
<!-- 当前方案键(初始值为空) -->
|
||
|
<add key="CurrentScheme" value=""/>
|
||
|
</appSettings>
|
||
|
</configuration>
|