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