From 11041377381a195c54babe8e57dab7edce6bf64e Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:27:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=AE=97=E6=96=99=E5=AE=9D):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#986)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #980 --- src/apps/com.lingwei.materialcalculator.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.lingwei.materialcalculator.ts diff --git a/src/apps/com.lingwei.materialcalculator.ts b/src/apps/com.lingwei.materialcalculator.ts new file mode 100644 index 00000000..838f36a8 --- /dev/null +++ b/src/apps/com.lingwei.materialcalculator.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lingwei.materialcalculator', + name: '算料宝', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.qidongtech.AppStart', + rules: 'TextView[text^="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12884149', + }, + ], +});