feat(八门神器):开屏广告 (#2684)

* feat(八门神器):开屏广告

* Update com.zhangkongapp.joke.bamenshenqi.ts

---------

Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
jiuqianyuan
2023-11-30 21:47:20 +08:00
committed by GitHub
parent 7a43b8b336
commit 2d262becd2

View 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',
},
],
},
],
});