Skip to content

Commit 1c2713b

Browse files
committed
修复前端显示问题
1 parent e18980d commit 1c2713b

9 files changed

Lines changed: 1075 additions & 381 deletions

File tree

.gitignore

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,33 @@
1-
*.csv
2-
*.json
3-
.env
1+
# Python
42
__pycache__/
3+
*.pyc
4+
.env
55

6+
# Data files
7+
*.csv
8+
*.json
69
!web/package.json
710
!web/package-lock.json
811
!web/tsconfig.json
912
!web/tsconfig.app.json
10-
!web/tsconfig.node.json
13+
!web/tsconfig.node.json
14+
15+
# Node
16+
node_modules/
17+
web/dist/
18+
web/auto-imports.d.ts
19+
web/components.d.ts
20+
21+
# IDE
22+
.vscode/
23+
.idea/
24+
*.swp
25+
*.swo
26+
*~
27+
28+
# OS
29+
.DS_Store
30+
Thumbs.db
31+
32+
# Sisyphus
33+
.sisyphus/

0 commit comments

Comments
 (0)