readme change

This commit is contained in:
Zuoling Rong
2025-02-01 15:53:21 +08:00
parent df088dd782
commit 35a23d52bf
3 changed files with 282 additions and 68 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# 依赖目录
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
# 构建产物
public/
index.html
# IDE 配置
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# 系统文件
.DS_Store
Thumbs.db
# 环境变量
.env
.env.local
.env.*.local
# 日志文件
*.log
logs/