mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:33:55 +08:00
feat(顺易充): 首页广告弹窗 (#279)
This commit is contained in:
parent
88fd273c3a
commit
50ad9bfde6
16
src/apps/com.longshine.nanwang.electric.charge.ts
Normal file
16
src/apps/com.longshine.nanwang.electric.charge.ts
Normal file
|
@ -0,0 +1,16 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.longshine.nanwang.electric.charge',
|
||||
name: '顺易充',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '首页广告弹窗',
|
||||
activityIds: ['com.android.app.station.NewMainAct'],
|
||||
rules:
|
||||
'[id="com.longshine.nanwang.electric.charge:id/bodyFL"] + [id="com.longshine.nanwang.electric.charge:id/ivClose"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12700011'],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user