mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
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:
19
src/apps/com.jincheng.supercaculator.ts
Normal file
19
src/apps/com.jincheng.supercaculator.ts
Normal 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',
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user