mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(水果派): 开屏广告 (#2442)
* feat(水果派) * Update com.simplesecurity.english.ts 添加3秒匹配延迟 * Update com.simplesecurity.english.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2411
This commit is contained in:
19
src/apps/com.simplesecurity.english.ts
Normal file
19
src/apps/com.simplesecurity.english.ts
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.simplesecurity.english',
|
||||||
|
name: '水果派',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
matchDelay: 3000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: '[id="com.simplesecurity.english:id/splash_ad_countdown"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13447714', // matchDelay: 3000, 反馈3s后才能关闭
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user