mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
20 lines
450 B
TypeScript
20 lines
450 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.antfortune.wealth',
|
|
name: '蚂蚁财富',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules:
|
|
'@View[clickable=true] <2 [id="com.antfortune.wealth:id/welcome_page"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/12776577',
|
|
},
|
|
],
|
|
});
|