-
Notifications
You must be signed in to change notification settings - Fork 41
/
result.txt
165 lines (165 loc) · 4.39 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
react-admin-vite-antd5
├─.DS_Store
├─.browserslistrc
├─.editorconfig
├─.eslintignore
├─.eslintrc.js
├─.npmrc
├─.prettierignore
├─CNAME
├─LICENSE.md
├─README.md
├─img.png
├─package.json
├─pnpm-lock.yaml
├─pnpm-workspace.yaml
├─result.txt
├─turbo.json
├─packages
| ├─utils
| | ├─.eslintrc.js
| | ├─index.ts
| | ├─package.json
| | ├─tsconfig.json
| | ├─module
| | | ├─common.ts
| | | ├─contans.ts
| | | ├─index.ts
| | | └storage.ts
| ├─ui
| | ├─.eslintrc.js
| | ├─index.ts
| | ├─package.json
| | ├─tsconfig.json
| | ├─components
| | | └Button.tsx
| ├─tsconfig
| | ├─base.json
| | ├─package.json
| | ├─react-library.json
| | └vite.json
| ├─store
| | ├─.eslintrc.js
| | ├─index.ts
| | ├─package.json
| | ├─tsconfig.json
| | ├─module
| | | ├─index.ts
| | | ├─reducers
| | | | ├─common.ts
| | | | └user.ts
| ├─hooks
| | ├─.eslintrc.js
| | ├─index.ts
| | ├─package.json
| | ├─tsconfig.json
| | ├─module
| | | ├─KeepAlive.tsx
| | | ├─context.ts
| | | └index.tsx
| ├─eslint-config-custom
| | ├─index.js
| | └package.json
| ├─components
| | ├─.eslintrc.js
| | ├─index.ts
| | ├─package.json
| | ├─tsconfig.json
| | ├─src
| | | ├─index.ts
| | | ├─components
| | | | ├─header.tsx
| | | | ├─Text
| | | | | └index.tsx
| | | | ├─OutletLayoutRouter
| | | | | └index.tsx
| | | | ├─Layout
| | | | | ├─index.tsx
| | | | | └layout.d.ts
├─apps
| ├─demo
| | ├─.eslintrc.js
| | ├─favicon.svg
| | ├─index.html
| | ├─package.json
| | ├─tsconfig.json
| | ├─vite.config.ts
| | ├─src
| | | ├─App.tsx
| | | ├─main.css
| | | ├─main.tsx
| | | ├─typescript.svg
| | | └vite-env.d.ts
| | ├─public
| | | └vite.svg
| ├─admin
| | ├─.eslintrc.js
| | ├─index.html
| | ├─package.json
| | ├─tsconfig.json
| | ├─vite.config.ts
| | ├─src
| | | ├─App.scss
| | | ├─app.tsx
| | | ├─main.css
| | | ├─main.tsx
| | | ├─react-admin.d.ts
| | | ├─routes
| | | | └index.tsx
| | | ├─pages
| | | | ├─user
| | | | | └index.tsx
| | | | ├─systemManagement
| | | | | ├─userManagement
| | | | | | └index.tsx
| | | | | ├─roleManagement
| | | | | | └index.tsx
| | | | ├─login
| | | | | ├─index.module.scss
| | | | | └index.tsx
| | | | ├─list-page
| | | | | └index.tsx
| | | | ├─error-page
| | | | | ├─index.module.scss
| | | | | └index.tsx
| | | | ├─dashboard
| | | | | ├─index.tsx
| | | | | └style.module.scss
| | | ├─components
| | | ├─common
| | | | ├─mock
| | | | | └index.tsx
| | | ├─assets
| | | | └logo.jpg
| | ├─react-admin-vite-antd5
| | | ├─index.html
| | | ├─js
| | | | ├─.pnpm-8240122a.js
| | | | ├─.pnpm-8240122a.js.gz
| | | | ├─index-0c4df523.js
| | | | ├─index-3301e66b.js
| | | | ├─index-7be869b0.js
| | | | ├─index-c091b036.js
| | | | ├─index-da98ff6c.js
| | | | └index-da98ff6c.js.gz
| | | ├─css
| | | | └index-1e08c300.css
| | ├─public
├─.idea
| ├─git_toolbox_prj.xml
| ├─modules.xml
| ├─prettier.xml
| ├─react-ts-vite-template.iml
| ├─vcs.xml
| ├─workspace.xml
| ├─leetcode
| | └statistics.xml
| ├─jsLinters
| ├─inspectionProfiles
| ├─codeStyles
| | ├─Project.xml
| | └codeStyleConfig.xml
├─.husky
| ├─pre-commit
| ├─_
| | └husky.sh