add minimax support

This commit is contained in:
abnerhexu
2026-01-23 17:53:57 +08:00
parent 0410fbf4bc
commit 77264c172f
6 changed files with 43 additions and 158 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"files.watcherExclude": {
"**/target": true
}
}