mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(个人图书馆): 开屏广告、阅读-推荐-信息流广告 (#2610)
* feat(个人图书馆):开屏广告、阅读-推荐-信息流广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2607
This commit is contained in:
27
src/apps/com.doc360.client.ts
Normal file
27
src/apps/com.doc360.client.ts
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.doc360.client',
|
||||||
|
name: '个人图书馆',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13485331',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 5,
|
||||||
|
name: '阅读-推荐-信息流广告',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.doc360.client.activity.ReadRoomActivity',
|
||||||
|
rules:
|
||||||
|
'@FrameLayout[desc^="dislike"] <<n [id="com.doc360.client:id/fl_ad_container"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13485051',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user