This commit is contained in:
zyj
2025-08-26 15:10:10 +08:00
commit 50f5c0f13b
8 changed files with 726 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
.DS_Store
node_modules/
/dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/public/uploads/
config.yaml
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln