mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:42:36 +08:00
feat(GoFun出行):开屏广告、广告弹窗 (#2649)
* feat(GoFun出行):开屏广告、广告弹窗 * 格式更正 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2633
This commit is contained in:
parent
3dc632fe0d
commit
d04f1a956e
30
src/apps/com.gvsoft.gofun.ts
Normal file
30
src/apps/com.gvsoft.gofun.ts
Normal file
|
@ -0,0 +1,30 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.gvsoft.gofun',
|
||||
name: 'GoFun出行',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[text*="跳过"][text.length<=10]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13497753',
|
||||
},
|
||||
{
|
||||
key: 5,
|
||||
name: '广告弹窗',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
activityIds: 'com.gvsoft.gofun.module.home.activity.HomeActivity',
|
||||
rules:
|
||||
'[id="com.gvsoft.gofun:id/cardView"] + [id="com.gvsoft.gofun:id/iv_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13497777',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user