add news/ranking pages

This commit is contained in:
2020-05-06 23:51:13 +08:00
parent 00abfed1b3
commit a0607993e9
18 changed files with 619 additions and 362 deletions

View File

@@ -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";
}
}