feat(projects): 1.0 beta

This commit is contained in:
Soybean
2023-11-17 08:45:00 +08:00
parent 1ea4817f6a
commit e918a2c0f5
499 changed files with 15918 additions and 24708 deletions

8
.gitignore vendored
View File

@ -11,10 +11,8 @@ node_modules
.DS_Store
dist
dist-ssr
dist.zip
coverage
*.local
stats.html
/cypress/videos/
/cypress/screenshots/
@ -22,8 +20,8 @@ stats.html
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
!.vscode/launch.json
.idea
*.suo
*.ntvs*
@ -31,7 +29,7 @@ stats.html
*.sln
*.sw?
/src/typings/components.d.ts
package-lock.json
yarn.lock
pnpm-lock.yaml
.VSCodeCounter