style: apply consistent formatting to docs, config, and root files

Line wrapping, table alignment, blank line consistency across config.mts,
i18n, locale JSONs, FAQ, quickstart, frontend/development guides,
superpowers plans, README variants, and PR template.
This commit is contained in:
pnoker
2026-06-28 19:04:31 +08:00
parent a1d249bd16
commit f301e41c6e
13 changed files with 253 additions and 214 deletions
+2
View File
@@ -9,11 +9,13 @@
## Verification
### 后端 (Java / Maven)
- [ ] `mvn -B -DskipTests compile` 通过
- [ ] 新增 / 修改的行为有测试覆盖
- [ ] 文档已更新(如有 API / 行为变更)
### 前端 (dc3-web)
- [ ] `pnpm lint-check && pnpm check && pnpm build` 通过
- [ ] 大范围改动通过 `pnpm run test:ci` 覆盖门槛
- [ ] E2E 数据动态创建并清理,无固定业务 ID