follow "convert into ES6"

Signed-off-by: WaitSpring <me@waitspring.com>
这个提交包含在:
WaitSpring 2023-11-19 11:21:02 +08:00
父节点 f363b8f6b4
当前提交 4e84af4b58
找不到此签名对应的密钥
共有 1 个文件被更改,包括 12 次插入14 次删除

查看文件

@ -108,26 +108,24 @@
},
"resources/print.less": {
"media": "print"
}
},
"@NOTE": "Remember to also update variables.less if you change the width cutoffs here. screen-misc.less and mobile.js may also need updating."
},
"skins.gongbi.js": {
"targets": [ "desktop", "mobile" ],
"scripts": [
"resources/scripts/main.js",
"resources/scripts/mobile.js",
"resources/scripts/toc.js",
"resources/scripts/table-scroll.js"
],
"styles": {
},
"resources/scripts/table-scroll.js.less": {
"media": "screen"
},
"resources/scripts/toc.js.less": {
"media": "screen"
}
}
},
"@NOTE": "Remember to also update variables.less if you change the width cutoffs here. screen-misc.less and mobile.js may also need updating."
},
"skins.gongbi.js": {
"es6": true,
"packageFiles": [
"resources/scripts/main.js",
"resources/scripts/mobile.js",
"resources/scripts/toc.js",
"resources/scripts/table-scroll.js"
]
}
},
"ResourceFileModulePaths": {