mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
* 新增小熊油耗 com.firebear.androil.ts 开屏广告跳过 * 新增 MIUI更新跳过智能更新com.android.updater MIUI更新跳过智能更新 * chore: 移除 com.android.updater --------- Co-authored-by: lisonge <i@songe.li>
16 lines
405 B
TypeScript
16 lines
405 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|