mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
18 lines
420 B
TypeScript
18 lines
420 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cisdom.com.bigteaapp',
|
|
name: '大茶肆',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-广告弹窗',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
rules:
|
|
'[text$="抽奖送大礼"] < WebView - [id="cisdom.com.bigteaapp:id/close"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13228579',
|
|
},
|
|
],
|
|
});
|