mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:53:38 +08:00
feat(牛客): 开屏广告 (#3784)
* feat(牛客): 开屏广告 * feat(牛客): 开屏广告 * Update com.nowcoder.app.florida.ts Signed-off-by: 二刺螈 <i@songe.li> * Update com.nowcoder.app.florida.ts Signed-off-by: 二刺螈 <i@songe.li> * Update com.nowcoder.app.florida.ts Signed-off-by: 二刺螈 <i@songe.li> --------- Signed-off-by: 二刺螈 <i@songe.li> Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
parent
853e60bb95
commit
a65aad90d9
25
src/apps/com.nowcoder.app.florida.ts
Normal file
25
src/apps/com.nowcoder.app.florida.ts
Normal file
|
@ -0,0 +1,25 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.nowcoder.app.florida',
|
||||
name: '牛客',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
actionCdKey: 0,
|
||||
actionMaximumKey: 0,
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches:
|
||||
'@View <2 FrameLayout[childCount=3] <2 FrameLayout[childCount=2] < FrameLayout[childCount=1] < [vid="fl_splash_container"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13855443',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user