mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:52:31 +08:00
feat(杭州市民卡): 广告弹窗 (#2265)
This commit is contained in:
parent
06e792ce72
commit
d5c2445c97
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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user