tvbox_config/open/test.js
liushiquan 36ab603d34 init
2024-06-01 22:41:46 +08:00

12 lines
262 B
JavaScript

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