mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(挖财记账):开屏广告 (#4038)
* feat(挖财记账):开屏广告 * Update com.wacai365.ts * Update com.wacai365.ts Signed-off-by: 二刺螈 <i@songe.li> * chore(actions): check_format_lint * Update com.wacai365.ts Signed-off-by: 二刺螈 <i@songe.li> --------- Signed-off-by: 二刺螈 <i@songe.li> Co-authored-by: 二刺螈 <i@songe.li> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '新版本提示',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
@@ -24,12 +24,33 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
activityIds: 'com.wacai365.HomeActivity',
|
activityIds: 'com.wacai365.HomeActivity',
|
||||||
rules: '[id^="com.wacai365:id/promote_banner_close"]',
|
rules: '[id^="com.wacai365:id/promote_banner_close"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13249666',
|
snapshotUrls: 'https://i.gkd.li/import/13249666',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
quickFind: true,
|
||||||
|
matches: '@View[clickable=true] <2 * <2 * < [vid="flTTContainer"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14021540',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
quickFind: true,
|
||||||
|
matches: '[text^="跳过"][text.length<=6]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13399124',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user