mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:33:55 +08:00
feat(今日相机): 开屏广告 (#909)
* Create com.xhey.xcamera.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
ed9e20ea34
commit
f7a62ae27b
19
src/apps/com.xhey.xcamera.ts
Normal file
19
src/apps/com.xhey.xcamera.ts
Normal file
|
@ -0,0 +1,19 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.xhey.xcamera',
|
||||
name: '今日相机',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告',
|
||||
activityIds: ['com.xhey.xcamera.ui.camera.picNew.PreviewActivity'],
|
||||
rules: [
|
||||
{
|
||||
matches: '@LinearLayout > TextView[text^="跳过"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12864144'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user