mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(杭州市民卡): 广告弹窗 (#2265)
This commit is contained in:
19
src/apps/com.smk.ts
Normal file
19
src/apps/com.smk.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
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',
|
||||
rules: '[id="com.smk:id/iv_close_ad"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13402584',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user