mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
18 lines
405 B
TypeScript
18 lines
405 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.mostone.life',
|
|
name: '默往',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
matchTime: 10000,
|
|
resetMatch: 'app',
|
|
actionMaximum: 1,
|
|
rules: '[id="android:id/content"] >n FrameLayout[childCount=4] > View',
|
|
snapshotUrls: 'https://i.gkd.li/import/13832104',
|
|
},
|
|
],
|
|
});
|