-
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
1 parent
f4ac211
commit fee81ee
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sealdice-core
updated
14 files
+1 −0 | api/api_bind.go | |
+33 −0 | api/conn.go | |
+2 −0 | dice/cmd_parse.go | |
+3 −0 | dice/ext_log.go | |
+30 −3 | dice/im_session.go | |
+5 −5 | dice/platform_adapter_gocq.go | |
+2 −3 | dice/platform_adapter_gocq_actions.go | |
+485 −0 | dice/platform_adapter_sealchat.go | |
+0 −2 | go.sum | |
+2 −0 | main.go | |
+1 −1 | sealdice-builtins | |
+1 −1 | sealdice-ui | |
+119 −0 | utils/satori/element.go | |
+209 −0 | utils/satori/protocol.go |
Submodule sealdice-ui
updated
2 files
+10 −1 | src/components/PageConnectInfoItems.vue | |
+3 −0 | src/store.ts |