mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
27 lines
597 B
TypeScript
27 lines
597 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.ai.obc.cbn.app',
|
|
name: '中国广电',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 2,
|
|
name: '版本弹窗',
|
|
activityIds: [
|
|
'com.ai.obc.cbn.app.ui.other.activity.MainActivity',
|
|
'com.ai.obc.cbn.app.ui.main.fragment.MainFragment',
|
|
],
|
|
rules: [
|
|
{
|
|
matches: '[id$="/ivDis"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/12617201',
|
|
'https://i.gkd.li/import/12655061',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|