-
Notifications
You must be signed in to change notification settings - Fork 9
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
10 files
+5 −2 | api/conn.go | |
+82 −55 | dice/builtin_commands.go | |
+13 −1 | dice/config.go | |
+43 −45 | dice/dice_help.go | |
+43 −0 | dice/im_session.go | |
+8 −0 | dice/model/db.go | |
+49 −0 | dice/model/endpoint_info.go | |
+21 −2 | dice/platform_adapter_telegram.go | |
+2 −1 | dice/telegram_helper.go | |
+9 −1 | dice/utils_email.go |
Submodule sealdice-ui
updated
4 files
+8 −5 | src/components/PageConnectInfoItems.vue | |
+53 −22 | src/components/misc/PageMiscBanList.vue | |
+8 −1 | src/components/mod/censor/CensorConfig.vue | |
+1 −1 | src/store.ts |