首次提交

This commit is contained in:
Bob.Song
2026-04-02 11:51:17 +08:00
commit c1447ca9c1
211 changed files with 23207 additions and 0 deletions

9
.prettierrc.js Normal file
View File

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