mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
17
src/apps/com.android.tnaant.ts
Normal file
17
src/apps/com.android.tnaant.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.android.tnaant',
|
||||
name: '蚂蚁加速器',
|
||||
groups: [
|
||||
{
|
||||
key: 5,
|
||||
name: '公告弹窗',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[text="公告"] +2 [text="我知道了"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13713449',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user