mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
Feat(oppo阅读): 开屏广告 (#2161)
* feat(oppo阅读):开屏广告 * 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.heytap.reader.ts
Normal file
24
src/apps/com.heytap.reader.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.heytap.reader',
|
||||||
|
name: '阅读',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
matches: '[text*="跳过"][text.length<=10]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/6328439/ee16eabc-470a-45b5-8d5f-398af1cae47e',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13375516',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user