From fe98e2555d4a2176b39214c9889b523112a24f61 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 8 Apr 2024 19:20:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(i=20=E4=B8=BB=E9=A2=98):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=E3=80=81=E5=8A=9F=E8=83=BD=E7=B1=BB?= =?UTF-8?q?-[=E6=B7=BB=E5=8A=A0=E4=B8=BB=E9=A2=98=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E8=87=B3=E6=A1=8C=E9=9D=A2]=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.bbk.theme.ts | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/apps/com.bbk.theme.ts diff --git a/src/apps/com.bbk.theme.ts b/src/apps/com.bbk.theme.ts new file mode 100644 index 00000000..58e741ef --- /dev/null +++ b/src/apps/com.bbk.theme.ts @@ -0,0 +1,37 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.bbk.theme', + name: 'i 主题', + groups: [ + { + key: 1, + name: '全屏广告-推广弹窗', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'com.bbk.theme.Theme', + matches: '[vid="card_close_img"]', + exampleUrls: + 'https://m.gkd.li/57941037/8207ec80-6e9d-4b9e-9880-7370d826c405', + snapshotUrls: 'https://i.gkd.li/i/14904298', + }, + ], + }, + { + key: 2, + name: '功能类-[添加主题卡片至桌面]弹窗', + desc: '点击关闭', + rules: [ + { + quickFind: true, + matches: '@[vid="cancel"] + * > [text="智慧桌面"]', + exampleUrls: + 'https://m.gkd.li/57941037/45df70c2-55bc-428a-91cf-40dff23ae2af', + snapshotUrls: 'https://i.gkd.li/i/14904036', + }, + ], + }, + ], +});