-
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
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule sealdice-android
updated
4 files
Submodule sealdice-core
updated
22 files
+60 −0 | api/api_bind.go | |
+41 −5 | api/backup.go | |
+22 −22 | dice/builtin_commands.go | |
+211 −0 | dice/config.go | |
+23 −7 | dice/dice.go | |
+107 −8 | dice/dice_backup.go | |
+155 −5 | dice/dice_jsvm.go | |
+63 −5 | dice/dice_manager.go | |
+14 −2 | dice/ext.go | |
+14 −2 | dice/ext_deck.go | |
+1 −1 | dice/ext_fun.go | |
+1 −1 | dice/ext_log.go | |
+38 −19 | dice/platform_adapter_discord.go | |
+8 −9 | go.mod | |
+16 −14 | go.sum | |
+44 −25 | main.go | |
+6 −6 | migrate/v131_deprecated_config.go | |
+1 −1 | sealdice-builtins | |
+1 −1 | sealdice-ui | |
+32 −1 | update.go | |
+15 −7 | update_updater.go | |
+9 −0 | utils/files.go |
Submodule sealdice-ui
updated
9 files
+1 −1 | package.json | |
+1 −1 | src/components/PageAbout.vue | |
+3 −2 | src/components/PageCustomText.vue | |
+101 −17 | src/components/misc/PageMiscBackup.vue | |
+3 −3 | src/components/misc/PageMiscBanList.vue | |
+281 −12 | src/components/mod/PageJs.vue | |
+1 −1 | src/components/mod/censor/CensorFiles.vue | |
+16 −0 | src/store.ts | |
+13 −1 | src/type.d.ts |