fix: only keep the max count cpu instance type

This commit is contained in:
jialin
2026-06-12 16:02:22 +08:00
committed by jialin
parent ddf723525a
commit 01f66085ab
5 changed files with 683 additions and 88 deletions
+1
View File
@@ -31,5 +31,6 @@ export default function createProxyTable(target?: string) {
},
{}
);
return proxyTable;
}