mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(易班): 开屏广告 (#1475)
* feat(易班):开屏广告 易班,开屏广告跳过 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
15
src/apps/com.yiban.app.ts
Normal file
15
src/apps/com.yiban.app.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.yiban.app',
|
||||
name: '易班',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.yiban.app.activity.WelcomeActivity',
|
||||
rules: '[text^="跳过"][id="com.yiban.app:id/btn_splash_ad"]',
|
||||
snapshotUrls: ['https://i.gkd.li/import/13190891'],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user