mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(360家庭防火墙): 开屏广告 (#1655)
* Create com.qihoo.srouter.n300.ts * chore(actions): check_format_lint * feat(360家庭防火墙): 开屏广告 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 二刺螈 <i@songe.li> close #1653
This commit is contained in:
22
src/apps/com.qihoo.srouter.n300.ts
Normal file
22
src/apps/com.qihoo.srouter.n300.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.qihoo.srouter.n300',
|
||||||
|
name: '360家庭防火墙',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.qihoo.srouter.n300:id/tv_countdown"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13216607',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user