change-es6
parent
4c40c18096
commit
4bc19238c4
|
@ -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',
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue