mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(皮皮喵): 开屏广告 - 规则优化 (#889)
* feat(皮皮喵): 开屏广告 - 规则优化 【开屏广告】 - 规则优化 * chore(actions): check_format_lint * Update com.gentle.ppcat.ts --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -10,10 +10,15 @@ export default defineAppConfig({
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds: 'com.qq.e.ads.PortraitADActivity',
|
||||
matches:
|
||||
'[text$="惊喜奖励"] <n LinearLayout <2 LinearLayout + FrameLayout > FrameLayout > ImageView',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12777048',
|
||||
activityIds: [
|
||||
'com.qq.e.ads.PortraitADActivity',
|
||||
'com.qq.e.ads.LandscapeADActivity',
|
||||
],
|
||||
matches: '@FrameLayout - LinearLayout [text$="惊喜奖励"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.songe.li/import/12777048',
|
||||
'https://gkd-kit.songe.li/import/12858015',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
|
||||
Reference in New Issue
Block a user