change-es6
guofei 2025-01-25 18:04:43 +08:00
parent 4c40c18096
commit 4bc19238c4
3 changed files with 3 additions and 5 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -68,13 +68,13 @@ async function startScript() {
const options = {
// zip包
zipChannel: [
'facebook',
// 'facebook',
// 'google', 'tiktok',
// 'vungle', 'liftoff'
],
// html包
htmlChannel: [
// 'applovin',
'applovin',
// 'unity',
// 'appier', 'ironsource',
// 'mintegral', 'moloco',

View File

@ -129,6 +129,4 @@ function do_task() {
fs.writeFileSync(C.OUTPUT_INDEX_HTML, html)
console.timeEnd("输出html文件")
}
do_task()
// 导出
// export default do_task
export default do_task