mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 13:22:21 +08:00
feat(闪电侠): 开屏广告 (#1457)
This commit is contained in:
parent
74e8ed2f0f
commit
1ae1a43122
16
src/apps/app.esou.ts
Normal file
16
src/apps/app.esou.ts
Normal file
|
@ -0,0 +1,16 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'app.esou',
|
||||
name: '闪电侠',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'one.easybox.app.ui.activity.SplashActivity',
|
||||
matchLauncher: true,
|
||||
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13187789',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user