mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
* 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>
20 lines
520 B
TypeScript
20 lines
520 B
TypeScript
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',
|
|
],
|
|
},
|
|
],
|
|
});
|