mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(叮嗒出行): 开屏广告 (#1923)
* Create com.dingda.app.ts * feat(叮嗒出行): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li> close #1919
This commit is contained in:
25
src/apps/com.dingda.app.ts
Normal file
25
src/apps/com.dingda.app.ts
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.dingda.app',
|
||||||
|
name: '叮嗒出行',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: [
|
||||||
|
'[id="com.dingda.app:id/adContent"]',
|
||||||
|
'[id!=null][id="com.byted.pangle:id/tt_splash_skip_btn"]', // 不能 quickFind
|
||||||
|
],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13290327',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user