Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

feat(应用包管理组件) 功能类-自动更新应用(优化规则)、功能类-自动安装应用(新增、优化规则) #93

Merged
merged 3 commits into from Feb 24, 2024

Conversation

Snoopy1866
Copy link
Contributor

应用包管理组件的界面比较单一,使用 matches 数组可以简化规则,同时尽可能规避后续节点结构的变化导致的规则失效。

@Snoopy1866 Snoopy1866 changed the title feat(应用包管理组件) 功能类-自动更新应用(优化规则) feat(应用包管理组件) 功能类-自动更新应用(优化规则)、功能类-自动安装应用(新增、优化规则) Feb 24, 2024
matches: '@[text="继续安装"] + [text="取消安装"]',
snapshotUrls: 'https://i.gkd.li/i/12889120',
quickFind: true,
matches: '@[text="取消"] - * >2 [text="继续"]',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

选择器错误

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修复

@AIsouler
Copy link
Owner

groups key10 的 key0 和 key1 能否使用 [text*=‘取消’][text*=‘继续’]合并到一起?

@Snoopy1866
Copy link
Contributor Author

可以,但是可能会与 group key 11 混淆,这可能会导致点击记录显示错误。

@AIsouler
Copy link
Owner

可以,但是可能会与 group key 11 混淆,这可能会导致点击记录显示错误。

那还是不合并了

@AIsouler AIsouler merged commit 1939f39 into AIsouler:main Feb 24, 2024
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants