diff --git a/README.md b/README.md index 9bae96cd..566f9b2a 100644 --- a/README.md +++ b/README.md @@ -504,6 +504,7 @@ - 开屏广告 - [快照-0](https://gkd-kit.gitee.io/import/38517192/104f3807-7613-46ff-9eb2-3c8bcb6ee3b1) + - [快照-1](https://gkd-kit.songe.li/import/12511071) ### [gov.pianzong.androidnga](/src/apps/gov.pianzong.androidnga.ts) - NGA玩家社区 diff --git a/dist/gkd.json b/dist/gkd.json index 3a842735..027acc58 100644 --- a/dist/gkd.json +++ b/dist/gkd.json @@ -1,7 +1,7 @@ { "id": 0, "name": "默认订阅", - "version": 56, + "version": 57, "author": "lisonge", "supportUri": "https://github.com/gkd-kit/subscription", "apps": [ @@ -1915,9 +1915,12 @@ "key": 0, "name": "开屏广告", "activityIds": "ctrip.android.publicproduct.home.view.CtripHomeActivity", - "snapshotUrls": "https://gkd-kit.gitee.io/import/38517192/104f3807-7613-46ff-9eb2-3c8bcb6ee3b1", "rules": [ - "LinearLayout[childCount=2] > TextView + TextView[text=\"跳过\"]" + "LinearLayout[childCount=2] > TextView + TextView[text=\"跳过\"||text=\"跳过广告\"]" + ], + "snapshotUrls": [ + "https://gkd-kit.gitee.io/import/38517192/104f3807-7613-46ff-9eb2-3c8bcb6ee3b1", + "https://gkd-kit.songe.li/import/12511071" ] } ] diff --git a/package.json b/package.json index ddf66cbc..9e45e7fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gkd-kit/subscription", "type": "module", - "version": "0.0.56", + "version": "0.0.57", "main": "./dist/gkd.json", "unpkg": "./dist/gkd.json", "jsdelivr": "./dist/gkd.json",