feat: 完成基础功能迁移

This commit is contained in:
denglihong2007
2025-07-12 09:04:53 +08:00
parent d38409a1af
commit 146587f6f5
338 changed files with 2619 additions and 15653 deletions

View File

@@ -0,0 +1,11 @@
{
"profiles": {
"CRSim 插件": {
"commandName": "Executable",
"executablePath": "$(CRSim_DebugBinaryFile)",
"commandLineArgs": "-epp $(TargetDir) -debug",
"workingDirectory": "$(CRSim_DebugBinaryDirectory)",
"nativeDebugging": true
}
}
}