mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
Feat(时刻新闻): 开屏广告 (#2111)
* 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.rednet.moment.ts
Normal file
24
src/apps/com.rednet.moment.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.rednet.moment',
|
||||||
|
name: '时刻新闻',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.rednet.moment:id/skip_descr"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/6328439/0fa0dae9-ef89-42ea-be0d-e810741744cc',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13348244',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user