mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:43:39 +08:00
feat(简讯): 弹窗广告 (#2365)
This commit is contained in:
parent
a21c9c7ef1
commit
c7781d56f8
22
src/apps/com.tipsoon.android.ts
Normal file
22
src/apps/com.tipsoon.android.ts
Normal file
|
@ -0,0 +1,22 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.tipsoon.android',
|
||||
name: '简讯',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '弹窗广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '弹窗广告-1',
|
||||
activityIds: 'com.tipsoon.android.activity.MainActivity',
|
||||
matches:
|
||||
'[id="com.tipsoon.android:id/cardview"] + [id="com.tipsoon.android:id/img_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13426997',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user