mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 02:52:22 +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:
parent
292ebb6c22
commit
b2f80497c0
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user