mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
23 lines
519 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|