使用json存储通道信息
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"channels": [
|
||||
{
|
||||
"channelId": 1,
|
||||
"default": 21,
|
||||
"gears": [ "E63y", "F63y" ]
|
||||
},
|
||||
{
|
||||
"channelId": 2,
|
||||
"default": 31,
|
||||
"gears": [ "E63yG", "F63yG" ]
|
||||
},
|
||||
{
|
||||
"channelId": 3,
|
||||
"default": 98,
|
||||
"gears": [ "NG" ]
|
||||
},
|
||||
{
|
||||
"channelId": 4,
|
||||
"default": 97,
|
||||
"gears": [ "拦截" ]
|
||||
},
|
||||
{
|
||||
"channelId": 5,
|
||||
"default": 97,
|
||||
"gears": [ "拦截" ]
|
||||
},
|
||||
{
|
||||
"channelId": 6,
|
||||
"default": 97,
|
||||
"gears": [ "拦截" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -417,6 +417,9 @@
|
||||
<None Include="Assts\Fonts\Zen圓体-Regular.ttf">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Config\Channel.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Config\Configure.ini">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
|
||||
Reference in New Issue
Block a user