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

@ -2,6 +2,7 @@
<root>
<Title>Pixiview</Title>
<Ok>OK</Ok>
<R18>R-18</R18>
<Follow>已关注</Follow>
<News>最新</News>
<Ranking>排行榜</Ranking>

View File

@ -12,6 +12,7 @@ namespace Pixiview.Resources
{
public static string Title => GetResource(nameof(Title));
public static string Ok => GetResource(nameof(Ok));
public static string R18 => GetResource(nameof(R18));
public static string SaveSuccess => GetResource(nameof(SaveSuccess));
static readonly Dictionary<string, LanguageResource> dict = new Dictionary<string, LanguageResource>();