release: 1

This commit is contained in:
2026-05-09 10:40:52 +08:00
parent 0c5c2d4a5c
commit d89785c0ac
13 changed files with 186 additions and 0 deletions

6
.prettierrc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100
}