mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(免漫): 开屏广告 (#2306)
* 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:
28
src/apps/cn.silent.comic.ts
Normal file
28
src/apps/cn.silent.comic.ts
Normal file
@@ -0,0 +1,28 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
export default defineAppConfig({
|
||||
id: 'cn.silent.comic',
|
||||
name: '免漫',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="cn.silent.comic:id/ksad_splash_circle_skip_view"]',
|
||||
exampleUrls: [
|
||||
'https://m.gkd.li/83610194/f7c54df0-30d8-405a-b7eb-dd06c8db11cf',
|
||||
'https://m.gkd.li/83610194/94a8ecb5-1124-4090-a1ce-11340a4a76f2',
|
||||
],
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13405442',
|
||||
'https://i.gkd.li/import/13405483',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user