-
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
7 files
+2 −0 | api/api_bind.go | |
+57 −1 | api/deck.go | |
+10 −0 | dice/dice_jsvm.go | |
+338 −57 | dice/ext_deck.go | |
+39 −0 | dice/utils_ext.go | |
+1 −0 | go.mod | |
+2 −0 | go.sum |
Submodule sealdice-ui
updated
6 files
+1 −0 | package.json | |
+34 −1 | src/components/mod/PageJs.vue | |
+113 −13 | src/components/mod/PageMiscDeck.vue | |
+60 −0 | src/components/mod/diff-viewer.vue | |
+11 −0 | src/main.ts | |
+18 −0 | src/store.ts |