mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(熊猫记账): 开屏广告
This commit is contained in:
24
src/apps/com.uanmi.miaojiaccount.ts
Normal file
24
src/apps/com.uanmi.miaojiaccount.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.uanmi.miaojiaccount',
|
||||||
|
name: '熊猫记账',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/d0f2f014-49e7-4f00-b207-c90e870693ea',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14511621',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
@@ -133,8 +133,8 @@ const globalGroups: RawGlobalGroup[] = [
|
|||||||
name: '青少年模式',
|
name: '青少年模式',
|
||||||
order: utils.YOUNG_ORDER,
|
order: utils.YOUNG_ORDER,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
resetMatch: 'app',
|
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
actionCdKey: 0,
|
actionCdKey: 0,
|
||||||
actionMaximumKey: 0,
|
actionMaximumKey: 0,
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
Reference in New Issue
Block a user