From 94360a70d68d24458a47f25b778d1b4a08b47ac4 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:44:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E5=91=A8=E4=BE=BF=E7=AD=BE):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#620)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/me.zhouzhuo810.zznote.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/me.zhouzhuo810.zznote.ts diff --git a/src/apps/me.zhouzhuo810.zznote.ts b/src/apps/me.zhouzhuo810.zznote.ts new file mode 100644 index 00000000..0ec193c3 --- /dev/null +++ b/src/apps/me.zhouzhuo810.zznote.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'me.zhouzhuo810.zznote', + name: '上海交警', + groups: [ + { + key: 0, + name: '小周便签', + activityIds: 'me.zhouzhuo810.zznote.view.act.QiDongActivity', + rules: + '[id="me.zhouzhuo810.zznote:id/native_ad_container"] + [id^="me.zhouzhuo810.zznote:id/btn_next"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12798528', + }, + ], +});