N3RD/JN/EXT/OPENJS/open/test.js
2023-07-25 20:23:38 +08:00

10 lines
179 B
JavaScript

import {} from './wrapper/index.js';
// import { test } from './testVideo.js';
import { test } from './testAlist.js';
(async function () {
await test();
debugger;
})();