1
0

feat: 前端集成 Prettier 代码格式化

This commit is contained in:
2026-04-24 13:40:53 +08:00
parent 52007c9461
commit 365943e4c4
61 changed files with 1968 additions and 1698 deletions

View File

@@ -12,5 +12,5 @@ if (!root) {
createRoot(root).render(
<StrictMode>
<App />
</StrictMode>,
</StrictMode>
)