-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update console submodule (#838)
Signed-off-by: Gaius <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule console
updated
23 files
+54 −0 | .umirc.ts | |
+5 −1 | README.md | |
+1 −1 | package.json | |
+110 −0 | src/components/particle/index.js | |
+2 −1 | src/global.css | |
+65 −11 | src/layouts/index.jsx | |
+15 −0 | src/pages/application/index.less | |
+324 −0 | src/pages/application/index.tsx | |
+17 −24 | src/pages/cdn/index.tsx | |
+51 −7 | src/pages/index.less | |
+113 −3 | src/pages/index.tsx | |
+10 −0 | src/pages/oauth/index.less | |
+189 −0 | src/pages/oauth/index.tsx | |
+26 −0 | src/pages/permission/index.less | |
+255 −0 | src/pages/permission/index.tsx | |
+29 −29 | src/pages/scheduler/index.tsx | |
+53 −0 | src/pages/task/index.less | |
+623 −0 | src/pages/task/index.tsx | |
+22 −0 | src/pages/users/index.less | |
+281 −0 | src/pages/users/index.tsx | |
+ − | src/public/bg-login-opacity.png | |
+ − | src/public/icon-github.png | |
+ − | src/public/icon-google.png |