-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sealdice-core
updated
11 files
+4 −1 | api/api_bind.go | |
+1 −0 | api/ban.go | |
+10 −36 | api/conn.go | |
+45 −0 | api/dice_public.go | |
+14 −14 | dice/config.go | |
+2 −3 | dice/dice.go | |
+11 −10 | dice/dice_ban.go | |
+12 −7 | dice/im_session.go | |
+2 −0 | dice/platform_adapter_gocq.go | |
+340 −181 | dice/platform_adapter_lagrange_helper.go | |
+1 −1 | migrate/convert_serve.go |
Submodule sealdice-ui
updated
11 files
+3 −1 | components.d.ts | |
+28 −14 | src/api/im_connections/index.ts | |
+16 −0 | src/api/public_dice/index.ts | |
+4 −0 | src/components/Menu.vue | |
+101 −18 | src/components/PageAbout.vue | |
+213 −173 | src/components/PageConnectInfoItems.vue | |
+289 −0 | src/components/misc/PageMiscDicePublic.vue | |
+3 −0 | src/components/misc/banList/BanConfig.vue | |
+2 −0 | src/router/index.ts | |
+6 −11 | src/store/index.ts | |
+1 −0 | src/type.d.ts |