添加项目

This commit is contained in:
GG Z
2026-01-01 10:02:59 +08:00
parent 1fd8d2ced7
commit 4df4ce1e6a
105 changed files with 4437 additions and 570 deletions

9
RevitAddin/bitmono.json Normal file
View File

@@ -0,0 +1,9 @@
{
"Protections": {
"AntiDe4dot": { "Enabled": true },
"StringsEncryption": { "Enabled": true }, // 保护敏感字符串
"BitDotNet": { "Enabled": true }, // 防止简单的反编译
"ControlFlow": { "Enabled": true }, // 打乱代码逻辑(重要)
"FullRenaming": { "Enabled": false } // 关闭全局重命名,避免 Revit/WPF 崩溃
}
}