mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(Wind金融终端): 开屏广告 (#201)
This commit is contained in:
15
src/apps/windinfo.android.ts
Normal file
15
src/apps/windinfo.android.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'windinfo.android',
|
||||
name: 'Wind金融终端',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'windinfo.android.LogoAdActivity',
|
||||
rules: '[id="windinfo.android:id/ivAdPass"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12721428',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user