From 9c1629abc676b99768e3e0d24da4ea68205a58bc Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 22 Apr 2024 21:11:20 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E5=8F=AF=E5=8F=AF=E5=BD=B1=E8=A7=86):=20?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=8F=90=E7=A4=BA-=E5=85=AC=E5=91=8A?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.keke.ysh1.tz08051h.ts | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/apps/com.keke.ysh1.tz08051h.ts b/src/apps/com.keke.ysh1.tz08051h.ts index 4831f947..7ba34993 100644 --- a/src/apps/com.keke.ysh1.tz08051h.ts +++ b/src/apps/com.keke.ysh1.tz08051h.ts @@ -6,18 +6,16 @@ export default defineGkdApp({ groups: [ { key: 1, - name: '未分类-开屏公告提示', + name: '通知提示-公告弹窗', + quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - activityIds: ['com.salmon.film.main.ui.MainActivity'], + activityIds: 'com.salmon.film.main.ui.MainActivity', rules: [ { key: 1, - name: '网址更新', - quickFind: true, - matches: - 'TextView[text="可可影视"] < LinearLayout >n @TextView[text*="知道了"]', + matches: '[text="朕知道了"]', snapshotUrls: 'https://i.gkd.li/i/13548412', }, ],