mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(易捷加油): 开屏广告 (#434)
This commit is contained in:
15
src/apps/cn.com.hkgt.gasapp.ts
Normal file
15
src/apps/cn.com.hkgt.gasapp.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'cn.com.hkgt.gasapp',
|
||||||
|
name: '易捷加油',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'cn.com.hkgt.gasapp.activity.start.BannerActivity',
|
||||||
|
rules: '[id="cn.com.hkgt.gasapp:id/mCountDownTextView"][text$="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12740125',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user