Update README.md

This commit is contained in:
He4eT 2023-06-29 20:50:44 +03:00 committed by Alexey
commit 898d2d8aa6

View file

@ -28,11 +28,11 @@ You can provide a direct link to a specific game using the following URL format:
/#/<mode>/<encodedURL>/[theme]/ /#/<mode>/<encodedURL>/[theme]/
``` ```
- The `mode` parameter specifies the player interface mode: - `mode` specifies the player interface mode:
- `play`: the default multi-window mode - `play`: the default multi-window mode
- `focus`: the single-window mode without additional windows, such as the status bar - `focus`: the single-window mode without additional windows, such as the status bar
- The `encodedURL` parameter represents the location of the storyfile encoded with `encodeURIComponent`. - `encodedURL` represents the location of the storyfile encoded with `encodeURIComponent`.
- The `theme` parameter is optional and allows you to choose a specific UI theme. - `theme` is optional and allows you to choose a specific UI theme.
### CORS ### CORS