-
Notifications
You must be signed in to change notification settings - Fork 0
Commit a9115c3
committed
refactor: Simplify function parameters and improve logging in Gitee login route
- Removed unnecessary request parameter from GET function in Gitee login route.
- Updated console log messages for consistency in language.
- Streamlined icon component definitions in Calendar and adjusted color config filtering in Chart.
- Simplified action type definitions in use-toast by removing redundant constants.1 parent aebae1e commit a9115c3
File tree
4 files changed
+11
-20
lines changed- app/api/auth/login/gitee
- components/ui
4 files changed
+11
-20
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | - | ||
3 | + | ||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | - | ||
17 | + | ||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | - | ||
22 | + | ||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 | - | ||
58 | - | ||
57 | + | ||
58 | + | ||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 | - | ||
72 | + | ||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | - | ||
19 | - | ||
20 | - | ||
21 | - | ||
22 | - | ||
23 | - | ||
24 | - | ||
25 | 18 |
| |
26 | 19 |
| |
27 | 20 |
| |
28 | 21 |
| |
29 | 22 |
| |
30 | 23 |
| |
31 | 24 |
| |
32 | - | ||
33 | - | ||
34 | 25 |
| |
35 | 26 |
| |
36 | - | ||
27 | + | ||
37 | 28 |
| |
38 | 29 |
| |
39 | 30 |
| |
40 | - | ||
31 | + | ||
41 | 32 |
| |
42 | 33 |
| |
43 | 34 |
| |
44 | - | ||
35 | + | ||
45 | 36 |
| |
46 | 37 |
| |
47 | 38 |
| |
48 | - | ||
39 | + | ||
49 | 40 |
| |
50 | 41 |
| |
51 | 42 |
| |
|
0 commit comments