fix(issue-13): resolve theming, i18n, layout, and binary-open issues#14
Open
potato-security wants to merge 2 commits into
Open
fix(issue-13): resolve theming, i18n, layout, and binary-open issues#14potato-security wants to merge 2 commits into
potato-security wants to merge 2 commits into
Conversation
b335d75 to
6a3df33
Compare
a228f53 to
6c38360
Compare
LayoutSwitcher 组件在当前分支未挂载到 DOM,joyride 找不到目标 元素抛出 NotFoundError。动态检测目标是否存在,缺失时降级为 body。
0b5877b to
eee76c3
Compare
6639835
approved these changes
Apr 27, 2026
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.
关联问题
概要
本 PR 集中修复 issue #13 中的四类问题:主题与对比度、i18n 文案泄漏、UI/布局缺陷,以及二进制/归档文件被当作文本打开的问题。
主要改动
验证
npm run check:filenpm run test:run -- tests/unit/v0_3_3/tool-classification.test.tsnpm run test:run -- tests/unit/utils/fileActions.test.ts tests/unit/utils/fileSystemProtection.test.tsPLAYWRIGHT_CHANNEL=chrome npx playwright test tests/e2e/workflow/workflow-dark-theme-validation.spec.ts tests/e2e/workflow/workflow-industrial-design.spec.ts --workers=1 --reporter=line --output=/tmp/ifai-playwright-workflowPLAYWRIGHT_CHANNEL=chrome npx playwright test tests/e2e/section3/tool-explorer-button.spec.ts tests/e2e/ui/console-display-verification.spec.ts --workers=1 --reporter=line备注
playwright.config.ts和本地审计/计划清单文件未纳入本 PR。npm run lint未作为门禁使用:脚本中的 ESLint 配置在当前仓库状态下不可直接运行,这不是本 PR 新引入的问题。