mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +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:
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user