mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(好游快爆): 开屏广告 (#530)
This commit is contained in:
15
src/apps/com.xmcy.hykb.ts
Normal file
15
src/apps/com.xmcy.hykb.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.xmcy.hykb',
|
||||||
|
name: '好游快爆',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.xmcy.hykb.app.ui.splash.SplashActivity',
|
||||||
|
rules: '[id="com.xmcy.hykb:id/skip"][text^="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12774856',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user