Merge branch 'ts' into merge-main-tmp

# Conflicts:
#	.gitignore
#	README.md
This commit is contained in:
yuhaiming
2026-07-01 14:34:23 +08:00
385 changed files with 33658 additions and 0 deletions

29
.gitignore vendored
View File

@@ -4,6 +4,7 @@
# Log file
*.log
**/*.log
# BlueJ files
*.ctxt
@@ -24,3 +25,31 @@
hs_err_pid*
replay_pid*
.DS_Store
.history
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
tests/**/coverage/
tests/e2e/reports
selenium-debug.log
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.local
package-lock.json
yarn.lock
pnpm-lock.yaml
# 编译生成的文件
auto-imports.d.ts
components.d.ts