1.1.3 -> 1.1.4 第65次更新

This commit is contained in:
Space Time 2024-12-16 11:36:08 +08:00
parent 8637b18fd2
commit 7dd6036cec
2 changed files with 18 additions and 0 deletions

17
.filenesting.json Normal file
View File

@ -0,0 +1,17 @@
{
"root": true,
"dependentFileProviders": {
"add": {
"fileToFile": {
"add": {
"AboutMultilangConst.resx": [ "AboutConst.cs" ],
"AboutMultilangConst.zh.resx": [ "AboutConst.cs" ],
"MainMultilangConst.resx": [ "MainConst.cs" ],
"MainMultilangConst.zh.resx": [ "MainConst.cs" ],
"SettingsMultilangConst.resx": [ "SettingsConst.cs" ],
"SettingsMultilangConst.zh.resx": [ "SettingsConst.cs" ]
}
}
}
}
}

View File

@ -56,6 +56,7 @@
</ItemGroup>
<ItemGroup>
<None Remove=".filenesting.json" />
<None Remove=".gitattributes" />
<None Remove=".gitignore" />
<None Remove="README.md" />