7 lines
360 B
Rust
7 lines
360 B
Rust
pub const MIKAN_POSTER_BUCKET_KEY: &str = "mikan_poster";
|
|
pub const MIKAN_UNKNOWN_FANSUB_NAME: &str = "生肉/不明字幕";
|
|
pub const MIKAN_UNKNOWN_FANSUB_ID: &str = "202";
|
|
pub const MIKAN_LOGIN_PAGE_PATH: &str = "/Account/Login";
|
|
pub const MIKAN_LOGIN_PAGE_SEARCH: &str = "?ReturnUrl=%2F";
|
|
pub const MIKAN_ACCOUNT_MANAGE_PAGE_PATH: &str = "/Account/Manage";
|