mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(挖财记账): 开屏广告 (#1398)
* feat(挖财记账) * feat(挖财记账): 规则优化 --------- Co-authored-by: lisonge <i@songe.li> close #1394
This commit is contained in:
28
src/apps/com.wacai365.ts
Normal file
28
src/apps/com.wacai365.ts
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.wacai365',
|
||||||
|
name: '挖财记账',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchLauncher: true,
|
||||||
|
activityIds: [
|
||||||
|
'com.wacai365.HomeActivity',
|
||||||
|
'com.wacai.android.wind.splash.WindDialogActivity',
|
||||||
|
],
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.wacai365:id/ksad_splash_circle_skip_view"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13162861',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13177538',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user