mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
Feat(党建头条): 开屏广告 (#2128)
* feat(党建头条):开屏广告 * chore(actions): check_format_lint * 改善规则 * feat(党建头条): 开屏广告 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
24
src/apps/com.djttw.news.ts
Normal file
24
src/apps/com.djttw.news.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.djttw.news',
|
||||||
|
name: '党建头条',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '开屏广告',
|
||||||
|
actionDelay: 200,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[text="跳过"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/6328439/3434673a-67eb-4c81-8fd3-c69dfa8d00db',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13359665',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user