mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
* 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
23 lines
493 B
TypeScript
23 lines
493 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|