feat(readme): 对部分文本进行格式调整,包括金额数字空格分隔、API 参数说明优化、标题层级对齐等,提升可读性。
```
This commit is contained in:
2025-12-15 10:36:18 +08:00
parent 745faa0ecc
commit b044e918aa
9 changed files with 949 additions and 80 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# 依赖目录
node_modules/
# 日志文件
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# 环境变量文件
.env
.env.local
.env.*.local
# 编辑器目录和文件
.vscode/
.idea/
*.swp
*.swo
*~
# 操作系统文件
.DS_Store
Thumbs.db
# 构建输出
dist/
build/
*.log
# 临时文件
*.tmp
.cache/