mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(e福州): 开屏广告 (#803)
* feat 【开屏广告】 * feat 【关闭花呗升级弹窗】完善规则 * Revert "feat 【关闭花呗升级弹窗】完善规则" This reverts commit 41a0799e01513a8e90d206174f6f0d9802f1a5af.
This commit is contained in:
17
src/apps/com.digitalchina.mobile.dfhfz1.ts
Normal file
17
src/apps/com.digitalchina.mobile.dfhfz1.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.digitalchina.mobile.dfhfz1',
|
||||
name: 'e福州',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.systoon.toon.user.login.view.WelcomeActivity',
|
||||
matchLauncher: true,
|
||||
quickFind: true,
|
||||
rules: '[id="com.digitalchina.mobile.dfhfz1:id/tv_skip"][text^="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12846137',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user