-
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
12 files
+1 −0 | api/api_bind.go | |
+28 −0 | api/conn.go | |
+166 −152 | dice/builtin_commands.go | |
+2 −0 | dice/cmd_parse.go | |
+40 −3 | dice/dice_help.go | |
+9 −0 | dice/im_session.go | |
+5 −5 | dice/platform_adapter.go | |
+311 −0 | dice/platform_adapter_slack.go | |
+69 −0 | dice/platform_adapter_slack_helper.go | |
+3 −2 | go.mod | |
+8 −9 | go.sum | |
+2 −0 | main.go |
Submodule sealdice-ui
updated
2 files
+28 −1 | src/components/PageConnectInfoItems.vue | |
+5 −2 | src/store.ts |