mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
25
src/apps/com.kurogame.kjq.ts
Normal file
25
src/apps/com.kurogame.kjq.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.kurogame.kjq',
|
||||
name: '库街区',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: [
|
||||
'com.kurogame.kjq.userlogin.ui.activity.SplashActivity',
|
||||
'com.android.launcher.Launcher',
|
||||
],
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.kurogame.kjq:id/jump"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12836250',
|
||||
'https://gkd-kit.gitee.io/import/12836248',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user