-
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
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule sealdice-core
updated
14 files
+3 −0 | api/api_bind.go | |
+35 −0 | api/dice_config.go | |
+21 −0 | dice/config.go | |
+23 −10 | dice/dice.go | |
+8 −7 | dice/dice_attrs_manager.go | |
+5 −1 | dice/ext_deck.go | |
+4 −1 | dice/ext_dnd5e.go | |
+41 −5 | dice/ext_reply_logic.go | |
+4 −1 | dice/im_session.go | |
+4 −1 | dice/model/backup.go | |
+1 −0 | dice/rollvm.go | |
+25 −8 | dice/rollvm_migrate.go | |
+8 −7 | go.mod | |
+16 −11 | go.sum |
Submodule sealdice-ui
updated
2 files
+1 −1 | auto-imports.d.ts | |
+1 −2 | src/components/mod/PageCustomReply.vue |