mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(抖音): 优化部分规则
This commit is contained in:
@@ -13,9 +13,7 @@ export default defineAppConfig({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.ss.android.ugc.aweme.main.MainActivity',
|
matches: '[text="体验一下"] + [text="关闭"][clickable=true]',
|
||||||
matches:
|
|
||||||
'[text="体验一下"] + [text="关闭"][clickable=true][text.length=2]',
|
|
||||||
exampleUrls:
|
exampleUrls:
|
||||||
'https://m.gkd.li/57941037/d2b6ee77-ae06-4873-a106-db4ce2324777',
|
'https://m.gkd.li/57941037/d2b6ee77-ae06-4873-a106-db4ce2324777',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14321107',
|
snapshotUrls: 'https://i.gkd.li/i/14321107',
|
||||||
@@ -112,7 +110,6 @@ export default defineAppConfig({
|
|||||||
name: '评价提示-去商店评分',
|
name: '评价提示-去商店评分',
|
||||||
desc: '点击[取消]',
|
desc: '点击[取消]',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '@[text="取消"] +2 [text="五星好评"]',
|
rules: '@[text="取消"] +2 [text="五星好评"]',
|
||||||
|
|||||||
Reference in New Issue
Block a user