mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
feat(QQ): 开屏广告 (#1366)
* feat(QQ): 开屏广告 * 格式更正 * feat(QQ): 开屏广告 --------- Co-authored-by: 二刺螈 <i@songe.li> close #1356
This commit is contained in:
@@ -5,13 +5,15 @@ export default defineAppConfig({
|
|||||||
name: 'QQ',
|
name: 'QQ',
|
||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
enable: false,
|
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
desc: '规则误触,待修复,需要快照准确定位',
|
quickFind: true,
|
||||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
rules: '[id!=null][text="跳过"][clickable=true]',
|
rules: '[childCount=5] > TextView[text="跳过"][clickable=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13062244',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13062244',
|
||||||
|
'https://i.gkd.li/import/13093155',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user