mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(甜糖): 开屏广告 (#1591)
* Create com.tt.turbo.ts * feat(甜糖): 开屏广告 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
17
src/apps/com.tt.turbo.ts
Normal file
17
src/apps/com.tt.turbo.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.tt.turbo',
|
||||||
|
name: '甜糖',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
resetMatch: 'app',
|
||||||
|
actionMaximum: 1,
|
||||||
|
rules: 'View[desc^="跳过"][desc.length<=4]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13200355',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user