From 56b1d538368c400765cd23da794bab75d931141a Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 28 Sep 2023 19:45:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=80=92=E8=AE=A1=E6=97=A5):=20=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E8=AF=84=E4=BB=B7=E5=BC=B9=E7=AA=97=20(#451)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(倒计日) * Update com.zhizhou.days.ts * feat(倒计日) --- src/apps/com.zhizhou.days.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/com.zhizhou.days.ts b/src/apps/com.zhizhou.days.ts index 2417e301..a997c6d2 100644 --- a/src/apps/com.zhizhou.days.ts +++ b/src/apps/com.zhizhou.days.ts @@ -48,5 +48,13 @@ export default defineAppConfig({ }, ], }, + { + enable: false, + key: 10, + name: '应用评价弹窗', + activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher', + rules: '@[text="以后再说"] + [text="马上评价"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12744951', + }, ], });