mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
26 lines
624 B
TypeScript
26 lines
624 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.smk',
|
|
name: '杭州市民卡',
|
|
groups: [
|
|
{
|
|
key: 3,
|
|
name: '广告弹窗',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
activityIds: [
|
|
'com.smk.activity.MainActivity',
|
|
'com.smk.activity.LaunchActivity',
|
|
],
|
|
rules: '[id="com.smk:id/iv_close_ad"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/13402584',
|
|
'https://i.gkd.li/import/13425013', // activityIds: 'com.smk.activity.LaunchActivity',
|
|
],
|
|
},
|
|
],
|
|
});
|