Initial commit for open-source version

This commit is contained in:
jiangrui
2024-12-17 11:30:59 +08:00
commit 42c07ed34c
57 changed files with 10559 additions and 0 deletions

27
.prettierignore Normal file
View File

@@ -0,0 +1,27 @@
# 构建产物
dist
build
coverage
# 依赖目录
node_modules
# 日志文件
*.log
# 环境配置
.env*
!.env.example
# 编辑器配置
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# 系统文件
.DS_Store
Thumbs.db