mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
26 lines
627 B
TypeScript
26 lines
627 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.ctm',
|
|
name: 'CTM Buddy',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '浮窗广告',
|
|
quickFind: true,
|
|
activityIds: 'com.ctm.home.page.MainActivity',
|
|
rules: '[id="com.ctm:id/iv_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13350575',
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '底部横幅广告',
|
|
quickFind: true,
|
|
activityIds: 'com.ctm.home.page.MainActivity',
|
|
rules: '[id="com.ctm:id/btn_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13350612',
|
|
},
|
|
],
|
|
});
|