From c5cf8a57b9fafa7f01c2b898fb00bff496c35433 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:48:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=85=A8=E8=83=BD=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E5=99=A8):=20=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(#897)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(全能计算器): 开屏广告 开屏广告 close #897 * Update com.jincheng.supercaculator.ts * chore(actions): check_format_lint * feat(全能计算器): 弹窗广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: 二刺螈 --- src/apps/com.jincheng.supercaculator.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.jincheng.supercaculator.ts diff --git a/src/apps/com.jincheng.supercaculator.ts b/src/apps/com.jincheng.supercaculator.ts new file mode 100644 index 00000000..922bc039 --- /dev/null +++ b/src/apps/com.jincheng.supercaculator.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jincheng.supercaculator', + name: '全能计算器', + groups: [ + { + key: 0, + name: '弹窗广告', + desc: '点击右上角x', + activityIds: 'com.jincheng.supercaculator.activity.MainActivity', + rules: '@Image < View < View TextView[text = "反馈"]', + snapshotUrls: [ + 'https://gkd-kit.songe.li/import/12859523', + 'https://gkd-kit.songe.li/import/12859545', + ], + }, + ], +});