add news/ranking pages
This commit is contained in:
@@ -297,4 +297,14 @@ namespace Pixiview.Utils
|
||||
return url;
|
||||
}
|
||||
}
|
||||
|
||||
public static class Routes
|
||||
{
|
||||
public const string Illust = "illust";
|
||||
public const string Detail = "detail";
|
||||
public const string Follow = "follow";
|
||||
public const string News = "news";
|
||||
public const string Ranking = "ranking";
|
||||
public const string Option = "option";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user