mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:42:36 +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:
parent
bbe000b11e
commit
eb7a8d1dce
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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user