Add support for prevent screen capture

This commit is contained in:
2023-09-22 17:28:33 +08:00
parent 50ff4b3fdd
commit 286e2fbb5b
7 changed files with 102 additions and 2 deletions

View File

@@ -85,5 +85,6 @@
"maxZipFilenameLength": "Maximum length of filenames in Zip files",
"downloadComplete": "Download completed.",
"downloadZipFailed": "Failed to download ZIP file.",
"rating": "Rating"
"rating": "Rating",
"preventScreenCapture": "Prevent screen capture"
}

View File

@@ -85,5 +85,6 @@
"maxZipFilenameLength": "Zip文件中文件名的最大长度",
"downloadComplete": "下载完毕。",
"downloadZipFailed": "Zip文件下载失败。",
"rating": "评分"
"rating": "评分",
"preventScreenCapture": "防止截屏"
}