Conversation
FCAnon89
force-pushed
the
fix/exclude-private-debug-data
branch
from
September 12, 2026 13:29
2981bbe to
7661c4a
Compare
Contributor
|
webview是maaend中cpp-algo业务上用的组件,mxu不应该知道有这个文件夹 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题
MaaEnd 将 cpp-algo 的 WebView2 用户数据迁移到
debug/record/WebView2,以便更新后保留网页登录状态。该目录包含 Cookie 和站点存储生成的内部.log/.json文件,不应进入 MXU 导出的调试包。关联改动:MaaEnd/MaaEnd#5690
修改
debug/record/WebView2,其余debug/record文件(例如Ziplines.json)仍会导出。.log时跳过同一目录,避免触碰 WebView2 正在使用的内部日志。由 Sourcery 生成的摘要
保护 WebView2 用户数据,避免其被调试程序包导出和日志清理。
错误修复:
测试:
Original summary in English
Sourcery 总结
保护 WebView2 用户数据,避免其被导出到调试日志或在清理操作中删除。
错误修复:
测试:
Original summary in English
Summary by Sourcery
Protect WebView2 user data from debug-log export and cleanup operations.
Bug Fixes:
Tests: