mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(7天澳門統考): 增加适配
This commit is contained in:
@@ -45,8 +45,9 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 1,
|
||||
matches:
|
||||
'TextView[id=null][text="跳过视频"] < View +(2) @View > Button[clickable=true]',
|
||||
'[id=null][text="跳过视频"] < View +(2) @View > Button[clickable=true]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12668269',
|
||||
'https://gkd-kit.gitee.io/import/12642913',
|
||||
'https://gkd-kit.gitee.io/import/12642932',
|
||||
],
|
||||
@@ -54,9 +55,13 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 3,
|
||||
matches: [
|
||||
'Button[id=null][clickable=true] < @View - TextView < View - View >(n) View[desc="安装"]', // 点中间的View才会关闭广告,最后两个 View 之间的距离不确定
|
||||
'Button[id=null][clickable=true] < @View - * < View - View >(n) View[desc="安装"]', // 点中间的View才会关闭广告,最后两个 View 之间的距离不确定
|
||||
],
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12642952',
|
||||
// https://github.com/gkd-kit/subscription/pull/136#issuecomment-1723186711
|
||||
'https://gkd-kit.gitee.io/import/12668298',
|
||||
],
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12642952'],
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
|
||||
Reference in New Issue
Block a user