mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
chore: init
This commit is contained in:
19
src/apps/com.mihoyo.hyperion.ts
Normal file
19
src/apps/com.mihoyo.hyperion.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.mihoyo.hyperion',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '米游社-开屏广告',
|
||||
activityIds: 'com.mihoyo.hyperion.ui.SplashActivity',
|
||||
rules: '[id=`com.mihoyo.hyperion:id/mSplashBtJump`]',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '米游社-青少年模式',
|
||||
desc: '关闭青少年模式提醒弹窗',
|
||||
rules: 'TextView[id=`com.mihoyo.hyperion:id/tv_dialog_i_know`]',
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user