mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:58:29 +08:00
feat(VMOS Pro): 广告弹窗 (#2759)
* Create com.vmos.pro * Rename com.vmos.pro to com.vmos.pro.ts close #2755
This commit is contained in:
parent
58328889f0
commit
7555e6157d
16
src/apps/com.vmos.pro.ts
Normal file
16
src/apps/com.vmos.pro.ts
Normal file
|
@ -0,0 +1,16 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.vmos.pro',
|
||||
name: 'VMOS Pro',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '广告弹窗',
|
||||
quickFind: true,
|
||||
activityIds: 'com.vmos.pro.activities.main.MainActivity',
|
||||
rules: '[id="com.vmos.pro:id/iv_dismiss"] ',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13536416',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user