mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +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:
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'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user