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:
jiuqianyuan 2023-11-28 20:10:16 +08:00 committed by GitHub
parent bbe000b11e
commit eb7a8d1dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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',
},
],
});