Skip to content

Commit 2043a82

Browse files
committed
同步代码
1 parent 206597c commit 2043a82

File tree

5 files changed

+6
-209
lines changed

5 files changed

+6
-209
lines changed

.env.development

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# base目录
22
VITE_BASE_URL=/
3-
VITE_API_BASE=/v1/

.env.production

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# base目录
22
VITE_BASE_URL=/
3-
VITE_API_BASE=http://server.mars3d.cn/v1/

.gitignore

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,16 @@ chrome-profiler-events*.json
1919
speed-measure-plugin*.json
2020

2121
# IDEs and editors
22-
/.vscode
23-
/.idea
22+
.vscode
23+
.history/*
24+
.idea
2425
.project
2526
.classpath
2627
.c9/
2728
*.launch
2829
.settings/
2930
*.sublime-workspace
3031

31-
# IDE - VSCode
32-
.vscode/*
33-
!.vscode/settings.json
34-
!.vscode/tasks.json
35-
!.vscode/launch.json
36-
!.vscode/extensions.json
37-
.history/*
3832

3933
# misc
4034
/.sass-cache
@@ -51,5 +45,4 @@ testem.log
5145
Thumbs.db
5246
package-lock.json
5347

54-
# 本地测试
55-
src/example/a-test
48+
# 测试

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"build": "vite build",
1212
"serve:dist": "http-server ./dist",
1313
"lint": "vue-tsc --noEmit --skipLibCheck && npm run eslint",
14-
"eslint": "eslint ./src/**/*.{js,jsx,vue,ts,tsx} --fix",
15-
"prepare": "husky install"
14+
"eslint": "eslint ./src/**/*.{js,jsx,vue,ts,tsx} --fix"
1615
},
1716
"dependencies": {
1817
"@icon-park/svg": "^1.4.0",
@@ -49,7 +48,6 @@
4948
"eslint-plugin-vue": "^8.3.0",
5049
"fs-extra": "^10.0.0",
5150
"http-server": "^14.1.0",
52-
"husky": "^7.0.4",
5351
"less": "^4.1.2",
5452
"lint-staged": "^12.4.1",
5553
"prettier": "^2.6.2",
@@ -87,10 +85,5 @@
8785
],
8886
"author": "火星科技",
8987
"license": "Apache-2.0",
90-
"homepage": "http://mars3d.cn",
91-
"lint-staged": {
92-
"*.{js,jsx,vue,ts,tsx}": [
93-
"npm run eslint"
94-
]
95-
}
88+
"homepage": "http://mars3d.cn"
9689
}

public/config/fly.json

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)