Deep Link 
Milthm has registered the following URL Schemes:
- milthm://(iOS and Android)
- milthmintl://(Android version downloaded from TapTap)
- milthmcn://(Android version downloaded from Play Store)
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:
/songlist/:songpack 
URL Param 
| Name | Required | Description | 
|---|---|---|
| songpack | Yes | The name of the song pack | 
songpack can be one of the following values:
- All
- Introduction
- Chapter0
- Chapter1
- SideStory1
- Single
- Garden
- Notanote
- RainWorld
- Electrode Core
Query Param 
| Name | Required | Description | 
|---|---|---|
| q | No | Search query | 
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).
/settings/login/callback 
Query Param 
| Name | Required | Description | 
|---|---|---|
| code | Yes | Authorization code | 
| state | Yes | State value for the login callback | 
| type | Yes | Callback type ( OIDCPKCEAuthorizationCallbacketc) | 
Description: Handles login callback. If type matches the OIDCPKCEAuthorizationCallback, it executes the corresponding command with the provided code and state.