-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresult.txt
56 lines (56 loc) · 1.03 KB
/
result.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
├─.commitlintrc.js
├─.env.development
├─.env.production
├─.env.qa1
├─.env.qa2
├─.env.qa3
├─.env.qa4
├─.env.release
├─.eslintignore
├─.eslintrc.cjs
├─.gitignore
├─index.html
├─package-lock.json
├─package.json
├─README.md
├─result.txt
├─tsconfig.json
├─vite.config.ts
├─src
| ├─App.vue
| ├─env.d.ts
| ├─main.ts
| ├─manifest.json
| ├─pages.json
| ├─plugin.d.ts
| ├─uni.scss
| ├─utils
| | ├─request.ts
| | └validate.ts
| ├─types
| | └index.ts
| ├─svg
| | ├─home.svg
| | ├─icon
| | | └home.svg
| ├─store
| | └user.ts
| ├─static
| | └logo.png
| ├─pages
| | ├─my
| | | └index.vue
| | ├─index
| | | └index.vue
| ├─components
| | ├─base
| | | └svg-icon.vue
| ├─api
| | └home.ts
├─.vscode
| └settings.json
├─.husky
| ├─commit-msg
| ├─_
| | ├─.gitignore
| | └husky.sh