feat(大茶肆): 广告弹窗 (#1719)

* feat 广告弹窗

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

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Kun Jinkao
2023-11-02 21:23:02 +08:00
committed by GitHub
parent bc7d027dfe
commit a979ef6afa

View File

@@ -0,0 +1,17 @@
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',
},
],
});