mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(AppShare): 开屏广告 (#3746)
* feat(AppShare): 开屏广告 * chore(actions): check_format_lint * feat(AppShare): 开屏广告 --------- 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:
@@ -4,6 +4,40 @@ export default defineAppConfig({
|
|||||||
id: 'info.muge.appshare',
|
id: 'info.muge.appshare',
|
||||||
name: 'AppShare',
|
name: 'AppShare',
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches: '[text*="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12683168',
|
||||||
|
'https://i.gkd.li/import/12683211',
|
||||||
|
'https://i.gkd.li/import/12748893',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
matches: '[id$="tt_splash_skip_btn"] <<n [vid="rlAdView"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12683145',
|
||||||
|
'https://i.gkd.li/import/12683173',
|
||||||
|
'https://i.gkd.li/import/13702708',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
matches:
|
||||||
|
'@View <3 FrameLayout <2 FrameLayout < FrameLayout < [vid="rlAdView"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13842826',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '卡片式广告',
|
name: '卡片式广告',
|
||||||
|
|||||||
Reference in New Issue
Block a user