Deep Link
Milthm has registered the following URL Schemes:
milthm://(iOS and Android)milthmintl://(Android version downloaded from Play Store)milthmcn://(Android version downloaded from TapTap)
Milthm has also registered the following Universal Link:
https://milt.hm
The usage of these schemes and the universal link is identical.
Registered Routes
/index
- No parameters.
- Only launches the game.
Example:
/garden
- No parameters.
- Launches the game and enters the garden.
Example:
/songlist/:songpack
URL Param
| Name | Required | Description |
|---|---|---|
songpack | Yes | The name of the song pack |
songpack can be one of the following values:
AllIntroductionChapter0Chapter1SideStory1SingleGardenNotanoteRainWorldElectrode CoreVoidReflection
Query Param
| Name | Required | Description |
|---|---|---|
q | No | Search query used to filter songs within the specified song pack. See Searching for query syntax. |
Description: Triggers a song search in the main scene using the specified song pack and query.
Example:
- https://milt.hm/songlist/All?q=songid%3D3d466b94-8503-4b93-b39c-cd149c4fb760 Open all song list with a search query and select
Rainshower(song ID:3d466b94-8503-4b93-b39c-cd149c4fb760).
/garden
Description: Open the garden directly.
Example:
/settings/login/callback
Query Param
| Name | Required | Description |
|---|---|---|
code | Yes | Authorization code |
state | Yes | State value for the login callback |
type | Yes | Callback type (OIDCPKCEAuthorizationCallback etc) |
Description: Handles login callback. If type matches the OIDCPKCEAuthorizationCallback, it executes the corresponding command with the provided code and state.