feat(全能计算器): 弹窗广告 (#897)

* feat(全能计算器): 开屏广告

开屏广告

close #897 

* Update com.jincheng.supercaculator.ts

* chore(actions): check_format_lint

* feat(全能计算器): 弹窗广告

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
jiuqianyuan
2023-10-11 00:48:22 +08:00
committed by GitHub
parent afc19c87f0
commit c5cf8a57b9

View File

@@ -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',
],
},
],
});