feat(网心云): 开屏广告,广告弹窗 (#776)

* feat(网心云)

- 开屏广告
- 广告弹窗

* chore(actions): check_format_lint

* feat(网心云)

规则优化,避免误匹配

* Update com.onethingcloud.android.ts

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
jiuqianyuan
2023-10-09 23:56:03 +08:00
committed by GitHub
parent d67dcf1336
commit 59aae4299a

View File

@@ -0,0 +1,23 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.onethingcloud.android',
name: '网心云',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.onethingcloud.android.MainActivity',
rules: 'View[desc ^="跳过" && desc.length=6]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12841174',
},
{
key: 1,
name: '广告弹窗',
activityIds: 'com.onethingcloud.android.MainActivity',
rules:
'FrameLayout >8 View > ImageView + ImageView + ImageView[clickable=true]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12841171',
},
],
});