-
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
f789214
commit 3b72610
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sealdice-core
updated
15 files
+29 −0 | .github/workflows/cleanup-caches.yml | |
+0 −1 | .github/workflows/reviewdog.yml | |
+3 −5 | .github/workflows/test-and-lint.yml | |
+21 −20 | api/ban.go | |
+21 −17 | api/censor.go | |
+53 −52 | api/dice_config.go | |
+1 −1 | api/news.go | |
+5 −5 | dice/builtin_commands.go | |
+2 −2 | dice/config.go | |
+9 −9 | dice/dice.go | |
+4 −4 | dice/dice_ban.go | |
+7 −7 | dice/dice_censor.go | |
+7 −5 | dice/dice_config_default.go | |
+24 −14 | dice/dice_jsvm.go | |
+12 −0 | dice/platform_adapter_gocq.go |
Submodule sealdice-ui
updated
6 files
+1 −0 | .env | |
+0 −1 | .env.development | |
+29 −0 | .github/workflows/cleanup-caches.yml | |
+2 −0 | .gitignore | |
+6 −5 | src/api/resource/index.ts | |
+3 −2 | src/components/mod/PageJs.vue |