mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(抖音): 开屏广告 (#2518)
* Update com.ss.android.ugc.aweme.ts 更新首页开屏广告 * Update com.ss.android.ugc.aweme.ts --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -10,9 +10,20 @@ export default defineAppConfig({
|
|||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '[desc="跳过广告"]',
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
quickFind: true,
|
||||||
|
matches: '[text*="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13460370',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
actionMaximumKey: 0,
|
||||||
|
matches: '[desc="跳过广告"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13216121',
|
snapshotUrls: 'https://i.gkd.li/import/13216121',
|
||||||
},
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '关闭青少年弹窗',
|
name: '关闭青少年弹窗',
|
||||||
|
|||||||
Reference in New Issue
Block a user