Files
AIsouler-GKD_subscription/src/apps/cisdom.com.bigteaapp.ts
Kun Jinkao a979ef6afa feat(大茶肆): 广告弹窗 (#1719)
* feat 广告弹窗

* feat(大茶肆): 广告弹窗

---------

Co-authored-by: lisonge <i@songe.li>
2023-11-02 21:23:02 +08:00

18 lines
407 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',
},
],
});