mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
chore: sync
This commit is contained in:
@@ -2,20 +2,21 @@ import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.mihoyo.hyperion',
|
||||
name: `米游社`,
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '米游社-开屏广告',
|
||||
name: '开屏广告',
|
||||
activityIds: [
|
||||
'com.mihoyo.hyperion.ui.SplashActivity',
|
||||
`com.mihoyo.hyperion.splash.SplashActivity`,
|
||||
],
|
||||
// https://gkd-kit.gitee.io/import/12482738
|
||||
rules: '[id=`com.mihoyo.hyperion:id/mSplashBtJump`]',
|
||||
snapshotUrls: `https://gkd-kit.gitee.io/import/12482738`,
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '米游社-青少年模式',
|
||||
name: '青少年模式',
|
||||
desc: '关闭青少年模式提醒弹窗',
|
||||
rules: 'TextView[id=`com.mihoyo.hyperion:id/tv_dialog_i_know`]',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user