mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
29 lines
622 B
TypeScript
29 lines
622 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.ai.obc.cbn.app',
|
|
name: '中国广电',
|
|
groups: [
|
|
{
|
|
key: 2,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds: [
|
|
'.ui.other.activity.MainActivity',
|
|
'.ui.main.fragment.MainFragment$7$1',
|
|
],
|
|
matches: '[id$="/ivDis"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/12617201',
|
|
'https://i.gkd.li/i/12655061',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|