mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(海南航空): 首页-弹窗广告 (#881)
This commit is contained in:
15
src/apps/com.rytong.hnair.ts
Normal file
15
src/apps/com.rytong.hnair.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.rytong.hnair',
|
||||
name: '海南航空',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '首页-弹窗广告',
|
||||
activityIds: 'com.hnair.airlines.ui.main.MainActivity',
|
||||
rules: 'ImageView[id*="com.rytong.hnair:id/iv_cloes"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12846381',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user