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 = { const options = {
// zip包 // zip包
zipChannel: [ zipChannel: [
'facebook', // 'facebook',
// 'google', 'tiktok', // 'google', 'tiktok',
// 'vungle', 'liftoff' // 'vungle', 'liftoff'
], ],
// html包 // html包
htmlChannel: [ htmlChannel: [
// 'applovin', 'applovin',
// 'unity', // 'unity',
// 'appier', 'ironsource', // 'appier', 'ironsource',
// 'mintegral', 'moloco', // 'mintegral', 'moloco',

View File

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