mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(得力e+): 开屏广告 (#797)
Signed-off-by: dlh <du__th@163.com> Co-authored-by: dlh <du__th@163.com>
This commit is contained in:
19
src/apps/com.delicloud.app.smartoffice.ts
Normal file
19
src/apps/com.delicloud.app.smartoffice.ts
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.delicloud.app.smartoffice',
|
||||||
|
name: '得力e+',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.delicloud.app.smartoffice.mvp.ui.JiGuangSpalshActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12843738'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user