Files
AIsouler-GKD_subscription/src/apps/com.movie.store.ts
2023-11-28 19:56:12 +08:00

23 lines
519 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.movie.store',
name: '影视仓',
groups: [
{
key: 1,
name: '卡片式广告',
rules: [
{
key: 0,
name: '快手广告',
activityIds:
'com.github.tvbox.osc.ui.activity.mobile.MobileHomeActivity',
matches: '[text="广告"] +2 View > View + TextView',
snapshotUrls: 'https://i.gkd.li/import/13476107',
},
],
},
],
});