mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(大茶肆): 广告弹窗 (#1719)
* feat 广告弹窗 * feat(大茶肆): 广告弹窗 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
17
src/apps/cisdom.com.bigteaapp.ts
Normal file
17
src/apps/cisdom.com.bigteaapp.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user