使用json存储通道信息

This commit is contained in:
Administrator
2026-07-16 19:00:09 +08:00
parent 3b276376e8
commit 9a31174049
14 changed files with 221 additions and 101 deletions
+34
View File
@@ -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": [ "拦截" ]
}
]
}
+3
View File
@@ -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>