mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
26 lines
509 B
TypeScript
26 lines
509 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.ai.obc.cbn.app',
|
|
name: '中国广电',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 2,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
matches: '[id$="/ivDis"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/12617201',
|
|
'https://i.gkd.li/i/12655061',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|