-
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
17 files
+1 −0 | api/api_bind.go | |
+20 −0 | api/conn.go | |
+14 −13 | api/dice_config.go | |
+1 −1 | api/group.go | |
+8 −6 | dice/builtin_commands.go | |
+63 −32 | dice/config.go | |
+9 −4 | dice/dice.go | |
+76 −4 | dice/dice_name_generator.go | |
+11 −14 | dice/ext_deck.go | |
+118 −49 | dice/ext_story.go | |
+15 −1 | dice/gocqhttp_helper.go | |
+173 −0 | dice/gocqhttp_helper_appversion.go | |
+73 −56 | dice/im_session.go | |
+3 −0 | dice/platform_adapter_qq.go | |
+2 −1 | go.mod | |
+2 −0 | go.sum | |
+1 −0 | main.go |
Submodule sealdice-ui
updated
6 files
+1 −0 | src/components.d.ts | |
+52 −1 | src/components/PageConnectInfoItems.vue | |
+86 −17 | src/components/PageCustomText.vue | |
+33 −10 | src/components/misc/PageMiscBackup.vue | |
+42 −42 | src/components/misc/PageMiscSettings.vue | |
+12 −5 | src/store.ts |