mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(八门神器):开屏广告 (#2684)
* feat(八门神器):开屏广告 * Update com.zhangkongapp.joke.bamenshenqi.ts --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
22
src/apps/com.zhangkongapp.joke.bamenshenqi.ts
Normal file
22
src/apps/com.zhangkongapp.joke.bamenshenqi.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.zhangkongapp.joke.bamenshenqi',
|
||||
name: '八门神器',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
name: '【穿山甲SDK】',
|
||||
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13391633',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user