mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(找靓机):全屏广告-超级补贴日弹窗 (#3857)
* feat(找靓机):全屏广告-超级补贴日弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
21
src/apps/com.huodao.hdphone.ts
Normal file
21
src/apps/com.huodao.hdphone.ts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.huodao.hdphone',
|
||||||
|
name: '找靓机',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
quickFind: true,
|
||||||
|
name: '全屏广告-超级补贴日弹窗',
|
||||||
|
desc: '点击X',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'[id="android:id/content"] >2 [id="com.huodao.hdphone:id/dialog_close"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13927567',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user