混淆字典

This commit is contained in:
luojian 2025-07-15 22:31:20 +08:00
parent 1ea990a3b7
commit 0dbce28a24
1 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,8 @@ class ProjectProguard(Task):
target_pag_file = os.path.join(self.context.temp_project_path, pag_file) target_pag_file = os.path.join(self.context.temp_project_path, pag_file)
FileUtils.move(target_pag_file, FileUtils.move(target_pag_file,
target_pag_file.replace("pag_wallpaper_slide", generate_encryption_key("pag_wallpaper_slide"))) target_pag_file.replace("pag_wallpaper_slide",
self.context.proguard_dict.get("pag_wallpaper_slide")))
pass pass