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:
zhuzhuani
2023-09-25 21:55:42 +08:00
committed by GitHub
parent 5fe0f4bd87
commit acf1fe6859

View 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',
},
],
});