decode and support screenshot sharing

This commit is contained in:
wish
2022-11-07 00:31:42 +11:00
parent 6605c6f28a
commit 6c3be9c32e
8 changed files with 86 additions and 24 deletions

View File

@@ -20,6 +20,7 @@ type Config struct {
LoginNotice string // MHFML string of the login notice displayed
PatchServerManifest string // Manifest patch server override
PatchServerFile string // File patch server override
ScreenshotAPIURL string // Destination for screenshots uploaded to BBS
DevMode bool
DevModeOptions DevModeOptions