mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
20 lines
448 B
TypeScript
20 lines
448 B
TypeScript
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://i.gkd.li/import/12864144'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|