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:
AIsouler 2024-01-14 22:56:54 +08:00 committed by GitHub
parent 292ebb6c22
commit b2f80497c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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',
},
],
},
],
});