feat(闪电侠): 开屏广告 (#1457)

This commit is contained in:
Kun Jinkao 2023-10-28 23:01:37 +08:00 committed by GitHub
parent 74e8ed2f0f
commit 1ae1a43122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
src/apps/app.esou.ts Normal file
View 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',
},
],
});