mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(小熊油耗): 开屏广告 (#360)
* 新增小熊油耗 com.firebear.androil.ts 开屏广告跳过 * 新增 MIUI更新跳过智能更新com.android.updater MIUI更新跳过智能更新 * chore: 移除 com.android.updater --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
15
src/apps/com.firebear.androil.ts
Normal file
15
src/apps/com.firebear.androil.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.firebear.androil',
|
||||||
|
name: '小熊油耗',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.firebear.androil.app.splash.SplashActivity',
|
||||||
|
rules: '[id=`com.byted.pangle.m:id/tt_splash_skip_btn`]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12712742',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user