mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(实用工具箱): 广告弹窗 (#1700)
* feat(实用工具箱):广告弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #1684
This commit is contained in:
16
src/apps/com.hj119.sygjx.ts
Normal file
16
src/apps/com.hj119.sygjx.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.hj119.sygjx',
|
||||||
|
name: '实用工具箱',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '广告弹窗',
|
||||||
|
quickFind: true,
|
||||||
|
rules:
|
||||||
|
'@ImageView < FrameLayout +2 FrameLayout[childCount=2] > FrameLayout > TextView[text="立即下载"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13226595',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user