修复Windows编译问题

This commit is contained in:
2025-03-06 16:07:47 +08:00
parent c1e666ce5b
commit dc94573862
5 changed files with 98 additions and 98 deletions

View File

@ -127,9 +127,9 @@ async function testFaceAlign() {
async function test() {
// testGenderTest();
// testFaceID();
testFaceAlign();
await testGenderTest();
await testFaceID();
await testFaceAlign();
}
test().catch(err => {