mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
18 lines
387 B
TypeScript
18 lines
387 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.shanghaionstar',
|
|
name: '安吉星',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[id="com.shanghaionstar:id/jump_view"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13071523',
|
|
},
|
|
],
|
|
});
|