N3RD/JN/CATJS/test.js
2024-05-15 21:57:29 +08:00

15 lines
272 B
JavaScript

import {} from './wrapper/index.js';
// import { test } from './testVideo.js';
// import { test } from './testVideo_customer.js';
import {test} from "./js/testSpider.js";
import {Crypto} from "./lib/cat.js";
(async function () {
await test();
debugger;
})();