拆分 JavaScript 文件

This commit is contained in:
2020-09-10 01:03:08 +08:00
parent 86b257294f
commit 0faebe04aa
9 changed files with 106 additions and 180 deletions

View File

@@ -25,13 +25,6 @@ var Settings = {
/* 函数 */
/* ---- */
/* 返回顶部 */
function toTop() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
/* 设置 */
// 字体大小 //