mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat(皮皮搞笑): 开屏广告(GKD1.7有效)
This commit is contained in:
@@ -5,6 +5,44 @@ export default defineAppConfig({
|
|||||||
name: '皮皮搞笑',
|
name: '皮皮搞笑',
|
||||||
deprecatedKeys: [0],
|
deprecatedKeys: [0],
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: -1,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
actionCdKey: -1,
|
||||||
|
actionMaximumKey: -1,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/12745084',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches: '[text*="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12745095',
|
||||||
|
'https://i.gkd.li/import/13387320',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
action: 'clickCenter',
|
||||||
|
position: {
|
||||||
|
left: 'width * 0.8778',
|
||||||
|
top: 'width * 0.1667',
|
||||||
|
},
|
||||||
|
matches:
|
||||||
|
'[id$="spalsh_ad_view"] >4 [id$="native_container"] >2 [id$="id/contentView"]', // 避免选中其他开屏广告节点
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/485963ab-07b1-412a-a932-badc50cb2688',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/13399391',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '青少年模式',
|
name: '青少年模式',
|
||||||
|
|||||||
Reference in New Issue
Block a user