feat(得力e+): 开屏广告 (#3740)

close #3738
This commit is contained in:
AIsouler
2024-01-14 20:26:35 +08:00
committed by GitHub
parent 98ba0f44df
commit 98f2bf0b4d

View File

@@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.delicloud.app.smartoffice',
name: '得力e+',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules:
'@View[clickable=true] <2 FrameLayout <2 FrameLayout <<2 FrameLayout[id="com.delicloud.app.smartoffice:id/splash_container"]',
snapshotUrls: ['https://i.gkd.li/import/13840775'],
},
],
});