Add NSFW marking functionality

This commit is contained in:
2023-11-30 13:20:33 +08:00
parent abb95ba1ba
commit a154261acf
7 changed files with 246 additions and 12 deletions

View File

@@ -87,5 +87,7 @@
"downloadZipFailed": "Failed to download ZIP file.",
"rating": "Rating",
"preventScreenCapture": "Prevent screen capture",
"seeMoreInfo": "See more information"
"seeMoreInfo": "See more information",
"markAsNsfw": "Mark as NSFW",
"markAsNonNsfw": "Mark as non-NSFW"
}

View File

@@ -87,5 +87,7 @@
"downloadZipFailed": "Zip文件下载失败。",
"rating": "评分",
"preventScreenCapture": "防止截屏",
"seeMoreInfo": "显示更多信息"
"seeMoreInfo": "显示更多信息",
"markAsNsfw": "标记为NSFW",
"markAsNonNsfw": "标记为非NSFW"
}