feat(privacy): 更新隐私政策,增加离线模式说明

- 在隐私政策中新增离线模式的相关说明,明确应用在离线状态下的行为。
- 更新隐私政策版本号至2025年8月15日。
This commit is contained in:
hyb-oyqq
2025-08-15 11:05:15 +08:00
parent 41e3c88a2f
commit d7ceb71607
3 changed files with 11 additions and 2 deletions

View File

@@ -129,6 +129,9 @@ class HashThread(QThread):
logger.debug(f"DEBUG: 哈希后检查 - {game_version} 补丁文件不存在: {install_path}")
continue
# 设置当前处理的游戏版本
result["game"] = game_version
try:
expected_hash = self.plugin_hash.get(game_version, "")
if not expected_hash: