chore: 使用 Prettier 统一代码风格

This commit is contained in:
rbetree
2026-01-04 21:07:07 +08:00
parent 5ae8e99795
commit 82d6341c00
23 changed files with 3129 additions and 2805 deletions

View File

@@ -1,7 +1,7 @@
const fs = require("fs");
const path = require("path");
const fs = require('fs');
const path = require('path');
const distPath = path.resolve(__dirname, "..", "dist");
const distPath = path.resolve(__dirname, '..', 'dist');
try {
fs.rmSync(distPath, { recursive: true, force: true });