chore: monorepo 合并

This commit is contained in:
2026-05-25 02:16:09 +08:00
parent c92bce0137
commit aa18bfc332
239 changed files with 29542 additions and 2 deletions

9
frontend/.prettierrc.js Executable file
View File

@@ -0,0 +1,9 @@
// @ts-check
/** @type {import("prettier").Config} */
export default {
bracketSpacing: true,
singleQuote: false,
arrowParens: "avoid",
trailingComma: "none"
};