style(modules/web): lint code with eslint

This commit is contained in:
Xwite
2024-10-03 10:16:25 +08:00
parent 2b835c0ba4
commit ad27bd8e1f
16 changed files with 195 additions and 196 deletions

View File

@@ -3,8 +3,8 @@ import fs from "node:fs";
import process from "node:process";
if (!process.env.GITHUB_ENV) {
console.log("非Github WorkFlows环境取消文件复制")
process.exit()
console.log("非Github WorkFlows环境取消文件复制");
process.exit();
}
const LEGADO_ASSETS_WEB_VUE_DIR = new URL(
"../../../app/src/main/assets/web/vue",